index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-21
[CMake] Automatically pick up subdirectories in llvm/tools as 'external proje...
Argyrios Kyrtzidis
1
-34
/
+44
2013-08-21
Add basic YAML MC CFG testcase.
Ahmed Bougacha
1
-1
/
+1
2013-08-21
MC CFG: Add YAML MCModule representation to enable MC CFG testing.
Ahmed Bougacha
1
-9
/
+29
2013-08-21
lli/RecordingMemoryManager.cpp: Make it complain if _GLOBAL_OFFSET_TABLE_ wer...
NAKAMURA Takumi
1
-0
/
+7
2013-08-14
llvm-symbolizer: add support for .gnu_debuglink section
Alexey Samsonov
1
-0
/
+83
2013-08-13
Remove logic that decides whether to vectorize or not depending on O-levels
Arnold Schwaighofer
1
-0
/
+2
2013-08-12
Revert r188188 and r188200.
Shuxin Yang
10
-860
/
+45
2013-08-12
Fix warning about unused member.
Eric Christopher
1
-1
/
+0
2013-08-12
Misc enhancements to LTO:
Shuxin Yang
10
-45
/
+861
2013-08-09
Remove byte order mark from source file.
Benjamin Kramer
1
-1
/
+1
2013-08-09
[CodeGen] prevent abnormal on invalid attributes
Saleem Abdulrasool
1
-1
/
+2
2013-08-08
Revert r185882. This is causing problems with the gold linker and might be be...
Bill Wendling
1
-4
/
+2
2013-08-08
[Object] Split the ELF interface into 3 parts.
Michael J. Spencer
4
-194
/
+152
2013-08-07
Change public functions of LTOCodeGenerator from ret-false-on-succ to ret-tru...
Shuxin Yang
3
-26
/
+30
2013-08-06
Change private functions of LTOCodeGenerator from ret-false-on-succ to ret-tr...
Shuxin Yang
1
-9
/
+9
2013-08-06
Factor FlattenCFG out from SimplifyCFG
Tom Stellard
1
-1
/
+1
2013-08-06
Add some comment to LTOCodeGenerator class
Shuxin Yang
1
-1
/
+44
2013-08-05
[bugpoint] Allow the user to specify the path to opt on the commandline.
Michael Gottesman
1
-1
/
+4
2013-08-03
Unbreak llvm-rtdyld build.
Benjamin Kramer
1
-3
/
+3
2013-08-03
llvm-rtdyld: Don't leak memory managers.
Benjamin Kramer
1
-4
/
+4
2013-08-02
Fix invalid function pointers in bugpoint ExtractLoops
Hal Finkel
1
-7
/
+42
2013-08-02
Use @rpath for libraries rather than @executable_path on OSX.
Eric Christopher
2
-2
/
+2
2013-08-01
Use function attributes to indicate that we don't want to realign the stack.
Bill Wendling
3
-8
/
+0
2013-07-29
Add support for the 's' operation to llvm-ar.
Rafael Espindola
1
-1
/
+29
2013-07-27
SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...
Tom Stellard
2
-1
/
+4
2013-07-25
Remove the mblaze backend from llvm.
Rafael Espindola
1
-3
/
+1
2013-07-25
Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.
Bill Wendling
3
-8
/
+0
2013-07-23
Split getOpenFile into getOpenFile and getOpenFileSlice.
Rafael Espindola
5
-13
/
+9
2013-07-23
Fix use of the getOpenFile api.
Rafael Espindola
1
-2
/
+2
2013-07-23
Fix the build in c++03 mode.
Rafael Espindola
1
-2
/
+9
2013-07-23
Add an initial implementation of archive symbol table generation.
Rafael Espindola
1
-69
/
+212
2013-07-23
remove unnecessary space
Shuxin Yang
1
-1
/
+1
2013-07-22
Recommit r186217 with testcase fix:
Bill Wendling
3
-8
/
+0
2013-07-22
Initialize/Register LTO passes to enable flags like -print-after=<lto-pass>
Shuxin Yang
2
-0
/
+34
2013-07-22
Replace archive members in the old position.
Rafael Espindola
1
-51
/
+94
2013-07-21
Handle replacement into a position past the original member.
Rafael Espindola
1
-2
/
+2
2013-07-19
Retry submitting r186623: COFFDumper: Dump data directory entries.
Rui Ueyama
1
-0
/
+24
2013-07-19
Fix inserting new elements in a specified location.
Rafael Espindola
1
-7
/
+25
2013-07-19
Improve llvm-mc disassembler mode and refactor ARM tests to use it
Tim Northover
1
-12
/
+60
2013-07-18
Revert "COFFDumper: Dump data directory entries."
Rui Ueyama
1
-24
/
+0
2013-07-18
COFFDumper: Dump data directory entries.
Rui Ueyama
1
-0
/
+24
2013-07-17
llvm-ar: doExtract(): Write extracted files with F_Binary. It should fix llvm...
NAKAMURA Takumi
1
-1
/
+1
2013-07-17
LLVMSymbolize.cpp: Fix build. Triple::ArchType is not a namespace.
NAKAMURA Takumi
1
-1
/
+1
2013-07-17
llvm-symbolizer: be more careful with colons in file names
Alexey Samsonov
1
-8
/
+7
2013-07-16
Add a wrapper for open.
Rafael Espindola
11
-38
/
+23
2013-07-16
On error, close the temporary file descriptor.
Rafael Espindola
1
-1
/
+3
2013-07-16
Use open+fstat instead of stat+open.
Rafael Espindola
1
-3
/
+13
2013-07-16
Remember that we have a null terminated string.
Rafael Espindola
1
-4
/
+4
2013-07-13
Try to open the file before use data from stat.
Rafael Espindola
1
-2
/
+3
2013-07-13
Remove unused file. Thanks to Sean Silva for noticing it.
Rafael Espindola
1
-419
/
+0
[next]