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