summaryrefslogtreecommitdiff
path: root/test/Object
Commit message (Expand)AuthorAge
* [yaml2obj] Add support for sh_link via `Link` key.Sean Silva2013-06-15
* [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
* [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
* Move the test for the data in code into the ARM directory as it is an ARMKevin Enderby2013-06-06
* 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
* Don't print default values for NumberOfAuxSymbols and AuxiliaryData.Rafael Espindola2013-06-05
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-05
* [Object/COFF] Fix Windows .lib name handling.Rui Ueyama2013-06-03
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-30
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-24
* Use std::list so that we have a stable iterator.Rafael Espindola2013-05-21
* Temporarily disable this test because it is failing when using libc++.Bob Wilson2013-05-19
* Convert obj2yaml to use yamlio.Rafael Espindola2013-05-17
* Object: Fix Mach-O relocation printing.Ahmed Bougacha2013-05-14
* Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola2013-05-09
* Split Alignment out of the Section Characteristics.Rafael Espindola2013-05-06
* Revert r181009.Amara Emerson2013-05-03
* Delete test instead.Amara Emerson2013-05-03
* Temporarily disable failing test.Amara Emerson2013-05-03
* Add support for reading ARM ELF build attributes.Amara Emerson2013-05-03
* Add missing ':'.Rafael Espindola2013-04-26
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-25
* Fix typo.Rafael Espindola2013-04-23
* Write relocations in yaml2obj.Rafael Espindola2013-04-23
* Add .ll as a valid test suffix for Object, this allows .ll -> objectEric Christopher2013-04-22
* Only run the tests in test/Object/ARM if we have ARM support.Rafael Espindola2013-04-19
* Don't read one command past the end.Rafael Espindola2013-04-19
* llvm-objdump: Don't print contents of BSS sections: it makes no sense and cra...Alexey Samsonov2013-04-16
* Add a test for obj2yaml in preparation for refactoring it.Rafael Espindola2013-04-05
* Add back parsing of header charactestics.Rafael Espindola2013-04-04
* Implement the "mips endian" for r_info.Rafael Espindola2013-04-03
* Implements low-level object file format specific output for COFF andEric Christopher2013-04-03
* Implement sectionContainsSymbol for ELF.Eric Christopher2013-04-03
* When dumping clear the arm/thumb flag for now.Eric Christopher2013-04-03
* [tools][llvm-readobj] print the name of the section when iterating the symbol...Shankar Easwaran2013-03-25
* [llvm-readobj] Add ELF .dynamic table dumping.Michael J. Spencer2013-02-20
* [Object][ELF] Fix crash on no dynamic section.Michael J. Spencer2013-02-07
* [llvm-objdump] Emit addresses with the correct number of leading 0's.Michael J. Spencer2013-01-10
* [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
* [Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to...Michael J. Spencer2013-01-04
* [Object] Temporarily disable these tests.Michael J. Spencer2013-01-03
* Fix bits check in ELFObjectFile::isSectionZeroInit().Rafael Espindola2012-12-31
* Dump sections. Extracted from a patch by Sami Liedes.Rafael Espindola2012-12-31