summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* [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
* Include PathV1.h in files that use it.Rafael Espindola2013-06-11
* Convert another use of sys::identifyFileType.Rafael Espindola2013-06-11
* Fix dubious type name similar to member name.Sean Silva2013-06-11
* [yaml2obj] Initial ELF support.Sean Silva2013-06-10
* Pass a StringRef to sys::identifyFileType.Rafael Espindola2013-06-10
* [llvm-symbolizer] rewrite r183213 in a more clear wayAlexey Samsonov2013-06-07
* Teach llvm-objdump with the -macho parser how to use the data in code tableKevin Enderby2013-06-06
* Print symbol names in relocations when dumping COFF as YAML.Rafael Espindola2013-06-06
* Add BinaryRef binary_size() method.Sean Silva2013-06-05
* Add writeAsBinary(raw_ostream &) method to BinaryRef.Sean Silva2013-06-05
* yaml2obj: split out COFF logic into separate fileSean Silva2013-06-05
* yaml2obj: add -format=<fmt> to choose input YAML interpretationSean Silva2013-06-05
* Move BinaryRef to a new include/llvm/Object/YAML.h file.Rafael Espindola2013-06-05
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-05
* Remove "-Wl,-seg1addr -Wl,0xE0000000" from link options.Bob Wilson2013-06-04