summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* [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
* Really fix the missing header :-(Rafael Espindola2013-06-19
* Add missing include found by the bots.Rafael Espindola2013-06-19
* Remove last use of PathV1.h from Archive.hRafael Espindola2013-06-19
* Always set the mode.Rafael Espindola2013-06-19
* Remove more uses of sys::Path.Rafael Espindola2013-06-19
* Remove unused function.Rafael Espindola2013-06-19
* Another attempt at fixing the bots.Rafael Espindola2013-06-19
* Attempt at fixing some bots.Rafael Espindola2013-06-19
* Reduce sys::Path usage in llvm-ar.Rafael Espindola2013-06-19
* Remove the 'R' modifier.Rafael Espindola2013-06-19
* Test commit access.Wan Xiaofei2013-06-19
* Remove `using namespace` and use explicit qualification.Sean Silva2013-06-19
* Remove spurious space.Sean Silva2013-06-19
* Remove unused parameter.Sean Silva2013-06-19
* [yaml2obj][ELF] Support ELFOSABI_* enum.Sean Silva2013-06-19
* There is no ELF ABI version enum.Sean Silva2013-06-19
* [yaml2obj][ELF] Support st_info through `Binding` and `Type` YAML keys.Sean Silva2013-06-19
* [yaml2obj][ELF] Don't monkeypatch the YAML sections.Sean Silva2013-06-18
* [yaml2obj][ELF] Ensure STN_UNDEF entry is present.Sean Silva2013-06-18
* [yaml2obj][ELF] Rudimentary symbol table support.Sean Silva2013-06-18
* [yaml2obj][ELF] Add dummy .strtab section.Sean Silva2013-06-18
* Convert most uses of PathV1.h in ToolRunner.cpp.Rafael Espindola2013-06-18
* Add a version of unique_file that return just the file name.Rafael Espindola2013-06-18
* Return a std::string from PrependMainExecutablePath.Rafael Espindola2013-06-18
* Remove PathV1.h use from BugDriver.cpp.Rafael Espindola2013-06-18
* Remove use of PathV1.h from ExecutionDriver.cpp.Rafael Espindola2013-06-18
* Remove usage of PathV1.h from OptimizerDriver.cpp.Rafael Espindola2013-06-18
* Convert some uses of eraseFromDisk.Rafael Espindola2013-06-18
* Don't use PathV1.h in tools/bugpoint/Miscompilation.cpp.Rafael Espindola2013-06-18
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-18
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18
* [yaml2obj][ELF] Factor out string table section creation.Sean Silva2013-06-18
* [yaml2obj][ELF] Refer specifically to the section header string table.Sean Silva2013-06-18
* [yaml2obj][ELF] Ensure more fields are zero'd.Sean Silva2013-06-18
* Fix the build with gcc 4.7 and -std=c++11.Rafael Espindola2013-06-17