aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a off by one error about which members need to use the string table.Rafael Espindola2013-07-121-1/+1
* fix autoconf buildRafael Espindola2013-07-121-1/+1
* Fix the build with c++03.Rafael Espindola2013-07-121-4/+2
* Change llvm-ar to use lib/Object.Rafael Espindola2013-07-126-1182/+346
* Add static.Rafael Espindola2013-07-121-33/+25
* llvm-ar: Clean up memory management with OwningPtr.Benjamin Kramer2013-07-111-15/+9
* Use %llu to print a 64 bit number. Should fix the ARM bots.Rafael Espindola2013-07-111-1/+1
* InsertBefore is the same as AddBefore. Delete it.Rafael Espindola2013-07-111-5/+4
* Fix a FIXME about the format and add a test.Rafael Espindola2013-07-111-7/+5
* Remove the 'N' modifier from llvm-ar.Rafael Espindola2013-07-111-45/+11
* Delete dead code.Rafael Espindola2013-07-111-3/+0
* Remove support for truncating names in archives.Rafael Espindola2013-07-113-42/+9
* Sync llvm-ar's help string with the options it supports.Rafael Espindola2013-07-111-3/+0
* Don't crash in 'llvm -s' when an archive has no symtab.Rafael Espindola2013-07-101-11/+14
* Don't run internalize if we're outputing bit-code and not an object file.Bill Wendling2013-07-081-2/+4
* Create files with the correct permission instead of changing it afterwards.Rafael Espindola2013-07-081-9/+6
* Fixes problem when calling llvm-ar from an unmodifiable directory.Manuel Klimek2013-07-081-2/+2
* COFFDumper: Print uint64_t with the right format string.Benjamin Kramer2013-07-061-3/+3
* [llvm-ar] Added llvm_unreachable to quiet -Wreturn-type warnings.Michael Gottesman2013-07-061-0/+2
* Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola2013-07-055-15/+15
* Use sys::fs::createTemporaryFile.Rafael Espindola2013-07-053-12/+11
* Don't create an archive if, for example, we are asked to print the index.Rafael Espindola2013-07-051-2/+19
* Use simpler version of exists.Rafael Espindola2013-07-051-2/+1
* Remove NoOperation.Rafael Espindola2013-07-051-5/+1
* Don't treat bitcode files specially in llvm-ar.Rafael Espindola2013-07-055-34/+2
* Make llvm-nm return 1 on error.Rafael Espindola2013-07-031-0/+8
* Remove address spaces from MC.Rafael Espindola2013-07-021-3/+2
* llvm-symbolizer: Recognize a drive letter on win32. Then "REQUIRES: shell" ca...NAKAMURA Takumi2013-07-011-0/+5
* The build system is currently miss-identifying GNU/kFreeBSD as FreeBSD.Sylvestre Ledru2013-07-011-3/+3
* Add flag to lli to enable debugging of IR when used with MCJIT.Daniel Malea2013-06-284-3/+19
* Fix bugpoint execution/reference output file nameHal Finkel2013-06-282-2/+2
* llvm-symbolizer: don't leave dangling pointers after flushing LLVMSymbolizer....Alexey Samsonov2013-06-282-0/+5
* llvm-symbolizer: skip leading underscore in Mach-O symbol table entriesAlexey Samsonov2013-06-281-0/+3
* llvm-symbolizer: make name demangling a public static method of LLVMSymbolizerAlexey Samsonov2013-06-282-9/+11
* llvm-symbolizer: add support for Mach-O universal binariesAlexey Samsonov2013-06-283-42/+101
* Debug Info: clean up usage of Verify.Manman Ren2013-06-281-2/+5
* Revert "Debug Info: clean up usage of Verify." as it's breaking bots.Eric Christopher2013-06-261-2/+2
* Debug Info: clean up usage of Verify.Manman Ren2013-06-261-2/+2
* Use enums instead of raw octal values.Rafael Espindola2013-06-261-1/+1
* Remove unused includes.Rafael Espindola2013-06-262-2/+0
* Provide bootstrap support to build only llvm+clang when using cmake.Andy Gibbs2013-06-261-3/+6
* Port GetMainExecutable over to PathV2.Rafael Espindola2013-06-262-5/+5
* Move GetEXESuffix to the one place it is used.Rafael Espindola2013-06-251-1/+7
* keep only the StringRef version of getFileOrSTDIN.Rafael Espindola2013-06-252-2/+2
* Create the file with the right permissions instead of setting it afterwards.Rafael Espindola2013-06-221-9/+1
* [yaml2obj][ELF] Make symbol table top-level key.Sean Silva2013-06-221-9/+11
* [yaml2obj][ELF] Narrow parameter.Sean Silva2013-06-221-6/+6
* [yaml2obj][ELF] Don't special case writing these.Sean Silva2013-06-221-2/+2
* [yaml2obj][ELF] Make this "type switch" actually readable.Sean Silva2013-06-221-7/+20
* [yaml2obj][ELF] Align section contents in the output.Sean Silva2013-06-221-8/+17