aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert some uses of PathV1.h in ArchiveWriter.cpp.Rafael Espindola2013-06-212-28/+29
* [yaml2obj][ELF] Allow expressing undefined symbols.Sean Silva2013-06-211-7/+9
* Unbreak bots. Didn't realize this was a C++11 feature.Sean Silva2013-06-211-5/+6
* [yaml2obj][ELF] Don't explicitly set `Binding` with STB_*Sean Silva2013-06-211-24/+33
* Add a fixme.Rafael Espindola2013-06-201-0/+1
* Remove last use of PathV1.h from Archive.cpp.Rafael Espindola2013-06-201-9/+14
* [yaml2obj][ELF] Add support for st_value and st_size.Sean Silva2013-06-201-0/+2
* [yaml2obj][ELF] Allow symbols to reference sections.Sean Silva2013-06-201-0/+7
* [yaml2obj][ELF] Add the section name -> section index map to State.Sean Silva2013-06-201-4/+7
* Add a setLastModificationAndAccessTime to PathV2.Rafael Espindola2013-06-201-19/+35
* Use a raw_fd_ostream instead of a std::ofstream.Rafael Espindola2013-06-201-4/+5
* Remove the simplify-libcalls pass (finally)Meador Inge2013-06-201-2/+0
* [yaml2obj][ELF] Start factoring into "single point of truth".Sean Silva2013-06-201-19/+51
* [yaml2obj][ELF] Just let this class own its buffer.Sean Silva2013-06-201-4/+4
* Remove a trivial use of sys::Path.Rafael Espindola2013-06-201-12/+5
* Add support for getting the last modification time from a file_status.Rafael Espindola2013-06-201-6/+5
* Use only the filename when deciding if a file is a duplicate.Rafael Espindola2013-06-201-1/+1
* Add r184420 back, but also handle long file names.Rafael Espindola2013-06-204-38/+9
* Revert "Don't include directory names in archives."Rafael Espindola2013-06-204-7/+36
* Don't include directory names in archives.Rafael Espindola2013-06-204-36/+7
* Remove remaining bits of the old LLVM specific symtab handling.Rafael Espindola2013-06-206-231/+10
* Remove more unused functions.Rafael Espindola2013-06-202-81/+0
* Remove unused methods.Rafael Espindola2013-06-202-170/+0
* Use the simpler sys::fs::exists.Rafael Espindola2013-06-201-2/+1
* Convert a use of sys::Path.Rafael Espindola2013-06-201-16/+10
* llvm-dwarfdump: Add support for dumping the .debug_loc sectionDavid Blaikie2013-06-191-0/+1
* Remove unused function.Rafael Espindola2013-06-193-31/+3