summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* [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
* Convert two uses of eraseFromDisk.Rafael Espindola2013-06-17
* Remove usage of PathV1.h in FindBugs.cpp.Rafael Espindola2013-06-17
* [yaml2obj][ELF] Exit with error status on error.Sean Silva2013-06-17
* Don't use PathV1.h in CrashDebugger.cpp.Rafael Espindola2013-06-17
* Don't use PathV1.h in ToolRunner.h.Rafael Espindola2013-06-17
* Remove CBE related code.Rafael Espindola2013-06-17
* Don't use PathV1.h in ExtractFunction.cpp.Rafael Espindola2013-06-17
* Don't use PathV1.h in tools/gold/gold-plugin.cpp.Rafael Espindola2013-06-17
* Don't use PathV1.h in LTOCodeGenerator.cppRafael Espindola2013-06-17
* Don't use PathV1.h in llvm-link.Rafael Espindola2013-06-17
* Move lib/Archive to tools/llvm-ar.Rafael Espindola2013-06-17
* Don't link with the archive library programs that don't use it.Rafael Espindola2013-06-17
* [yaml2obj] Move some classes into anonymous namespaces.Sean Silva2013-06-15
* [yaml2obj] Add support for sh_link via `Link` key.Sean Silva2013-06-15
* Remove the LLVM specific archive index.Rafael Espindola2013-06-14
* Move PrependMainExecutablePath next to its only user.Rafael Espindola2013-06-14
* Remove unused header.Rafael Espindola2013-06-14
* [yaml2obj] Add support for sh_addralign via `AddressAlign` key.Sean Silva2013-06-14
* [yaml2obj] Add support for specifying raw section content.Sean Silva2013-06-13
* [yaml2obj] Add sh_addr via `Address` key.Sean Silva2013-06-13
* [yaml2obj] Initial ELF section support.Sean Silva2013-06-13
* Don't use PathV1.h in Signals.h.Rafael Espindola2013-06-13
* Don't use PathV1.h in FileUtilities.h.Rafael Espindola2013-06-13
* Avoid using PathV1.h in Program.h.Rafael Espindola2013-06-13
* Have sys::FindProgramByName return a std::string.Rafael Espindola2013-06-13
* Further reduce usage of sys::Path in bugpoint.Rafael Espindola2013-06-13
* Try to fix the build with libstdc++ 4.4.Rafael Espindola2013-06-13
* Reduce sys::Path usage in bugpoint.Rafael Espindola2013-06-13
* Remove the program class.Rafael Espindola2013-06-12
* readobj: Dump PE/COFF optional records.Rui Ueyama2013-06-12
* Inline Path::isBitcodeFile into only use and remove it.Rafael Espindola2013-06-12