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
...
*
Fix a off by one error about which members need to use the string table.
Rafael Espindola
2013-07-12
1
-1
/
+1
*
fix autoconf build
Rafael Espindola
2013-07-12
1
-1
/
+1
*
Fix the build with c++03.
Rafael Espindola
2013-07-12
1
-4
/
+2
*
Change llvm-ar to use lib/Object.
Rafael Espindola
2013-07-12
6
-1182
/
+346
*
Add static.
Rafael Espindola
2013-07-12
1
-33
/
+25
*
llvm-ar: Clean up memory management with OwningPtr.
Benjamin Kramer
2013-07-11
1
-15
/
+9
*
Use %llu to print a 64 bit number. Should fix the ARM bots.
Rafael Espindola
2013-07-11
1
-1
/
+1
*
InsertBefore is the same as AddBefore. Delete it.
Rafael Espindola
2013-07-11
1
-5
/
+4
*
Fix a FIXME about the format and add a test.
Rafael Espindola
2013-07-11
1
-7
/
+5
*
Remove the 'N' modifier from llvm-ar.
Rafael Espindola
2013-07-11
1
-45
/
+11
*
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
[prev]
[next]