index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete dead code.
Rafael Espindola
2013-07-11
1
-3
/
+0
*
Remove support for truncating names in archives.
Rafael Espindola
2013-07-11
3
-42
/
+9
*
Sync llvm-ar's help string with the options it supports.
Rafael Espindola
2013-07-11
1
-3
/
+0
*
Don't crash in 'llvm -s' when an archive has no symtab.
Rafael Espindola
2013-07-10
1
-11
/
+14
*
Don't run internalize if we're outputing bit-code and not an object file.
Bill Wendling
2013-07-08
1
-2
/
+4
*
Create files with the correct permission instead of changing it afterwards.
Rafael Espindola
2013-07-08
1
-9
/
+6
*
Fixes problem when calling llvm-ar from an unmodifiable directory.
Manuel Klimek
2013-07-08
1
-2
/
+2
*
COFFDumper: Print uint64_t with the right format string.
Benjamin Kramer
2013-07-06
1
-3
/
+3
*
[llvm-ar] Added llvm_unreachable to quiet -Wreturn-type warnings.
Michael Gottesman
2013-07-06
1
-0
/
+2
*
Add a createUniqueFile function and switch llvm's users of unique_file.
Rafael Espindola
2013-07-05
5
-15
/
+15
*
Use sys::fs::createTemporaryFile.
Rafael Espindola
2013-07-05
3
-12
/
+11
*
Don't create an archive if, for example, we are asked to print the index.
Rafael Espindola
2013-07-05
1
-2
/
+19
*
Use simpler version of exists.
Rafael Espindola
2013-07-05
1
-2
/
+1
*
Remove NoOperation.
Rafael Espindola
2013-07-05
1
-5
/
+1
*
Don't treat bitcode files specially in llvm-ar.
Rafael Espindola
2013-07-05
5
-34
/
+2
*
Make llvm-nm return 1 on error.
Rafael Espindola
2013-07-03
1
-0
/
+8
*
Remove address spaces from MC.
Rafael Espindola
2013-07-02
1
-3
/
+2
*
llvm-symbolizer: Recognize a drive letter on win32. Then "REQUIRES: shell" ca...
NAKAMURA Takumi
2013-07-01
1
-0
/
+5
*
The build system is currently miss-identifying GNU/kFreeBSD as FreeBSD.
Sylvestre Ledru
2013-07-01
1
-3
/
+3
*
Add flag to lli to enable debugging of IR when used with MCJIT.
Daniel Malea
2013-06-28
4
-3
/
+19
*
Fix bugpoint execution/reference output file name
Hal Finkel
2013-06-28
2
-2
/
+2
*
llvm-symbolizer: don't leave dangling pointers after flushing LLVMSymbolizer....
Alexey Samsonov
2013-06-28
2
-0
/
+5
*
llvm-symbolizer: skip leading underscore in Mach-O symbol table entries
Alexey Samsonov
2013-06-28
1
-0
/
+3
*
llvm-symbolizer: make name demangling a public static method of LLVMSymbolizer
Alexey Samsonov
2013-06-28
2
-9
/
+11
*
llvm-symbolizer: add support for Mach-O universal binaries
Alexey Samsonov
2013-06-28
3
-42
/
+101
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-06-28
1
-2
/
+5
*
Revert "Debug Info: clean up usage of Verify." as it's breaking bots.
Eric Christopher
2013-06-26
1
-2
/
+2
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-06-26
1
-2
/
+2
*
Use enums instead of raw octal values.
Rafael Espindola
2013-06-26
1
-1
/
+1
*
Remove unused includes.
Rafael Espindola
2013-06-26
2
-2
/
+0
*
Provide bootstrap support to build only llvm+clang when using cmake.
Andy Gibbs
2013-06-26
1
-3
/
+6
*
Port GetMainExecutable over to PathV2.
Rafael Espindola
2013-06-26
2
-5
/
+5
*
Move GetEXESuffix to the one place it is used.
Rafael Espindola
2013-06-25
1
-1
/
+7
*
keep only the StringRef version of getFileOrSTDIN.
Rafael Espindola
2013-06-25
2
-2
/
+2
*
Create the file with the right permissions instead of setting it afterwards.
Rafael Espindola
2013-06-22
1
-9
/
+1
*
[yaml2obj][ELF] Make symbol table top-level key.
Sean Silva
2013-06-22
1
-9
/
+11
*
[yaml2obj][ELF] Narrow parameter.
Sean Silva
2013-06-22
1
-6
/
+6
*
[yaml2obj][ELF] Don't special case writing these.
Sean Silva
2013-06-22
1
-2
/
+2
*
[yaml2obj][ELF] Make this "type switch" actually readable.
Sean Silva
2013-06-22
1
-7
/
+20
*
[yaml2obj][ELF] Align section contents in the output.
Sean Silva
2013-06-22
1
-8
/
+17
*
Convert some uses of PathV1.h in ArchiveWriter.cpp.
Rafael Espindola
2013-06-21
2
-28
/
+29
*
[yaml2obj][ELF] Allow expressing undefined symbols.
Sean Silva
2013-06-21
1
-7
/
+9
*
Unbreak bots. Didn't realize this was a C++11 feature.
Sean Silva
2013-06-21
1
-5
/
+6
*
[yaml2obj][ELF] Don't explicitly set `Binding` with STB_*
Sean Silva
2013-06-21
1
-24
/
+33
*
Add a fixme.
Rafael Espindola
2013-06-20
1
-0
/
+1
*
Remove last use of PathV1.h from Archive.cpp.
Rafael Espindola
2013-06-20
1
-9
/
+14
*
[yaml2obj][ELF] Add support for st_value and st_size.
Sean Silva
2013-06-20
1
-0
/
+2
*
[yaml2obj][ELF] Allow symbols to reference sections.
Sean Silva
2013-06-20
1
-0
/
+7
*
[yaml2obj][ELF] Add the section name -> section index map to State.
Sean Silva
2013-06-20
1
-4
/
+7
*
Add a setLastModificationAndAccessTime to PathV2.
Rafael Espindola
2013-06-20
1
-19
/
+35
[next]