aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Really fix the missing header :-(Rafael Espindola2013-06-191-1/+1
* Add missing include found by the bots.Rafael Espindola2013-06-191-0/+1
* Remove last use of PathV1.h from Archive.hRafael Espindola2013-06-196-26/+39
* Always set the mode.Rafael Espindola2013-06-192-13/+10
* Remove more uses of sys::Path.Rafael Espindola2013-06-195-52/+46
* Remove unused function.Rafael Espindola2013-06-192-33/+0
* Another attempt at fixing the bots.Rafael Espindola2013-06-191-1/+1
* Attempt at fixing some bots.Rafael Espindola2013-06-191-1/+1
* Reduce sys::Path usage in llvm-ar.Rafael Espindola2013-06-195-35/+39
* Remove the 'R' modifier.Rafael Espindola2013-06-191-45/+4
* Test commit access.Wan Xiaofei2013-06-191-0/+1
* Remove `using namespace` and use explicit qualification.Sean Silva2013-06-191-3/+2
* Remove spurious space.Sean Silva2013-06-191-1/+1
* Remove unused parameter.Sean Silva2013-06-191-2/+1
* [yaml2obj][ELF] Support ELFOSABI_* enum.Sean Silva2013-06-191-2/+1
* There is no ELF ABI version enum.Sean Silva2013-06-191-1/+0
* [yaml2obj][ELF] Support st_info through `Binding` and `Type` YAML keys.Sean Silva2013-06-191-0/+1
* [yaml2obj][ELF] Don't monkeypatch the YAML sections.Sean Silva2013-06-181-14/+17
* [yaml2obj][ELF] Ensure STN_UNDEF entry is present.Sean Silva2013-06-181-1/+6
* [yaml2obj][ELF] Rudimentary symbol table support.Sean Silva2013-06-181-2/+43
* [yaml2obj][ELF] Add dummy .strtab section.Sean Silva2013-06-181-3/+11
* Convert most uses of PathV1.h in ToolRunner.cpp.Rafael Espindola2013-06-181-25/+35
* Add a version of unique_file that return just the file name.Rafael Espindola2013-06-182-19/+3
* Return a std::string from PrependMainExecutablePath.Rafael Espindola2013-06-181-6/+7
* Remove PathV1.h use from BugDriver.cpp.Rafael Espindola2013-06-181-3/+2
* Remove use of PathV1.h from ExecutionDriver.cpp.Rafael Espindola2013-06-181-24/+37
* Remove usage of PathV1.h from OptimizerDriver.cpp.Rafael Espindola2013-06-181-26/+32
* Convert some uses of eraseFromDisk.Rafael Espindola2013-06-181-3/+3
* Don't use PathV1.h in tools/bugpoint/Miscompilation.cpp.Rafael Espindola2013-06-183-30/+49
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-181-0/+18
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-184-4/+4
* [yaml2obj][ELF] Factor out string table section creation.Sean Silva2013-06-181-11/+14
* [yaml2obj][ELF] Refer specifically to the section header string table.Sean Silva2013-06-181-17/+17
* [yaml2obj][ELF] Ensure more fields are zero'd.Sean Silva2013-06-181-0/+2
* Fix the build with gcc 4.7 and -std=c++11.Rafael Espindola2013-06-171-1/+1
* Convert two uses of eraseFromDisk.Rafael Espindola2013-06-171-2/+2
* Remove usage of PathV1.h in FindBugs.cpp.Rafael Espindola2013-06-171-2/+2
* [yaml2obj][ELF] Exit with error status on error.Sean Silva2013-06-171-9/+8
* Don't use PathV1.h in CrashDebugger.cpp.Rafael Espindola2013-06-171-8/+5
* Don't use PathV1.h in ToolRunner.h.Rafael Espindola2013-06-177-13/+18