summaryrefslogtreecommitdiff
path: root/test/Object/Inputs
AgeCommit message (Expand)AuthorFilesLines
2013-07-10Move tests from test/Archive to test/Object.Rafael Espindola8-0/+2
2013-07-04Add support for archives with no symbol table or string table.Rafael Espindola1-0/+2
2013-07-03Add support for gnu archives with a string table and no symtab.Rafael Espindola1-0/+5
2013-06-18Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov1-0/+0
2013-06-12[yaml2obj] Remove fragile test case.Sean Silva1-7/+0
2013-06-11Fix dubious type name similar to member name.Sean Silva5-5/+5
2013-06-10[yaml2obj] Initial ELF support.Sean Silva5-0/+31
2013-06-06Teach llvm-objdump with the -macho parser how to use the data in code tableKevin Enderby1-0/+0
2013-06-06Print symbol names in relocations when dumping COFF as YAML.Rafael Espindola2-6/+6
2013-06-05Handle relocations that don't point to symbols.Rafael Espindola1-0/+0
2013-06-03[Object/COFF] Fix Windows .lib name handling.Rui Ueyama2-0/+0
2013-05-06Split Alignment out of the Section Characteristics.Rafael Espindola2-4/+8
2013-05-03Revert r181009.Amara Emerson2-0/+0
2013-05-03Add support for reading ARM ELF build attributes.Amara Emerson2-0/+0
2013-04-25Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola1-0/+0
2013-04-23Fix typo.Rafael Espindola2-4/+4
2013-04-19Don't read one command past the end.Rafael Espindola1-0/+0
2013-04-04Add back parsing of header charactestics.Rafael Espindola1-0/+1
2013-04-03Implement the "mips endian" for r_info.Rafael Espindola1-0/+0
2013-01-06[Object][ELF] Fix incorrect size of members for the 64 version of Elf_Phdr_Impl.Michael J. Spencer1-0/+0
2013-01-06[objdump] Add --private-headers, -p.Michael J. Spencer1-0/+0
2012-12-17Teach MachO which sections contain codeTim Northover1-0/+0
2012-11-13Adding changes to support GNU style archive library readingShankar Easwaran3-0/+0
2012-09-05Add missing file for test.Nick Lewycky1-0/+0
2012-08-29Moved input for objdump test from Mips to Inputs.Jack Carter1-0/+0
2012-08-02Move test yaml files under Inputs until they are converted to be the actualMatt Beaumont-Gay2-0/+166
2012-08-02Add yaml2obj. A utility to convert YAML to binaries.Michael J. Spencer1-0/+0
2012-06-23Add relocation types for Hexagon processor; patch by Sidney Manning <sidneym@...Marshall Clow1-0/+0
2012-03-09Support reading GNU symbol versions in ELFObjectFileDavid Meyer4-0/+41
2012-03-01[Object]David Meyer3-2/+4
2012-02-28[Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF.Michael J. Spencer3-0/+31
2011-10-31Rename "TestObjectFiles" to "Inputs" (like the pattern for Clang tests)Matt Beaumont-Gay8-0/+12