summaryrefslogtreecommitdiff
path: root/test/Object
Commit message (Expand)AuthorAge
* 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
* Print a header above the symbols. Extracted from a patch by Sami Liedes.Rafael Espindola2012-12-31
* Teach MachO which sections contain codeTim Northover2012-12-17
* numerically sort the symbols, so that the testcase result is uniformShankar Easwaran2012-11-13
* llvm-nm: Make sort more stable when symbol names are equal.Daniel Dunbar2012-11-13
* Adding changes to support GNU style archive library readingShankar Easwaran2012-11-13
* Fix SymbolRef::getAddress implementation for ELF. The 'value' field in symbol...Alexey Samsonov2012-09-21
* Add missing file for test.Nick Lewycky2012-09-05
* Teach libObject about some more ELF relocations. llvm-objdump -r now knowsNick Lewycky2012-09-05
* Create llvm/test/Object/Mips/lit.local.cfg to check Mips in targets_to_build.NAKAMURA Takumi2012-08-29
* Moved input for objdump test from Mips to Inputs.Jack Carter2012-08-29
* Some of the instructions in the Mips instruction set are revisionJack Carter2012-08-28
* 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
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-25
* Support reading GNU symbol versions in ELFObjectFileDavid Meyer2012-03-09
* [Object]David Meyer2012-03-01
* [Object]David Meyer2012-03-01
* [Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF.Michael J. Spencer2012-02-28
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Fixed ObjectFile functions:Danil Malyshev2011-11-29