summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* 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
* [yaml2obj][ELF] Allow expressing undefined symbols.Sean Silva2013-06-21
* Unbreak bots. Didn't realize this was a C++11 feature.Sean Silva2013-06-21
* [yaml2obj][ELF] Don't explicitly set `Binding` with STB_*Sean Silva2013-06-21
* Add a fixme.Rafael Espindola2013-06-20
* Remove last use of PathV1.h from Archive.cpp.Rafael Espindola2013-06-20
* [yaml2obj][ELF] Add support for st_value and st_size.Sean Silva2013-06-20
* [yaml2obj][ELF] Allow symbols to reference sections.Sean Silva2013-06-20
* [yaml2obj][ELF] Add the section name -> section index map to State.Sean Silva2013-06-20
* Add a setLastModificationAndAccessTime to PathV2.Rafael Espindola2013-06-20
* Use a raw_fd_ostream instead of a std::ofstream.Rafael Espindola2013-06-20
* Remove the simplify-libcalls pass (finally)Meador Inge2013-06-20
* [yaml2obj][ELF] Start factoring into "single point of truth".Sean Silva2013-06-20
* [yaml2obj][ELF] Just let this class own its buffer.Sean Silva2013-06-20
* Remove a trivial use of sys::Path.Rafael Espindola2013-06-20
* Add support for getting the last modification time from a file_status.Rafael Espindola2013-06-20
* Use only the filename when deciding if a file is a duplicate.Rafael Espindola2013-06-20
* Add r184420 back, but also handle long file names.Rafael Espindola2013-06-20
* Revert "Don't include directory names in archives."Rafael Espindola2013-06-20
* Don't include directory names in archives.Rafael Espindola2013-06-20
* Remove remaining bits of the old LLVM specific symtab handling.Rafael Espindola2013-06-20
* Remove more unused functions.Rafael Espindola2013-06-20
* Remove unused methods.Rafael Espindola2013-06-20
* Use the simpler sys::fs::exists.Rafael Espindola2013-06-20
* Convert a use of sys::Path.Rafael Espindola2013-06-20
* llvm-dwarfdump: Add support for dumping the .debug_loc sectionDavid Blaikie2013-06-19
* Remove unused function.Rafael Espindola2013-06-19