summaryrefslogtreecommitdiff
path: root/test/Object/Inputs
Commit message (Expand)AuthorAge
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-18
* [yaml2obj] Remove fragile test case.Sean Silva2013-06-12
* Fix dubious type name similar to member name.Sean Silva2013-06-11
* [yaml2obj] Initial ELF support.Sean Silva2013-06-10
* 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
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-05
* [Object/COFF] Fix Windows .lib name handling.Rui Ueyama2013-06-03
* Split Alignment out of the Section Characteristics.Rafael Espindola2013-05-06
* Revert r181009.Amara Emerson2013-05-03
* Add support for reading ARM ELF build attributes.Amara Emerson2013-05-03
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-25
* Fix typo.Rafael Espindola2013-04-23
* Don't read one command past the end.Rafael Espindola2013-04-19
* Add back parsing of header charactestics.Rafael Espindola2013-04-04
* Implement the "mips endian" for r_info.Rafael Espindola2013-04-03
* [Object][ELF] Fix incorrect size of members for the 64 version of Elf_Phdr_Impl.Michael J. Spencer2013-01-06
* [objdump] Add --private-headers, -p.Michael J. Spencer2013-01-06
* Teach MachO which sections contain codeTim Northover2012-12-17
* Adding changes to support GNU style archive library readingShankar Easwaran2012-11-13
* Add missing file for test.Nick Lewycky2012-09-05
* Moved input for objdump test from Mips to Inputs.Jack Carter2012-08-29
* Move test yaml files under Inputs until they are converted to be the actualMatt Beaumont-Gay2012-08-02
* Add yaml2obj. A utility to convert YAML to binaries.Michael J. Spencer2012-08-02
* Add relocation types for Hexagon processor; patch by Sidney Manning <sidneym@...Marshall Clow2012-06-23
* Support reading GNU symbol versions in ELFObjectFileDavid Meyer2012-03-09
* [Object]David Meyer2012-03-01
* [Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF.Michael J. Spencer2012-02-28
* Rename "TestObjectFiles" to "Inputs" (like the pattern for Clang tests)Matt Beaumont-Gay2011-10-31