aboutsummaryrefslogtreecommitdiffstats
path: root/test/Object
Commit message (Expand)AuthorAgeFilesLines
* Fix dubious type name similar to member name.Sean Silva2013-06-115-5/+5
* [yaml2obj] Initial ELF support.Sean Silva2013-06-107-0/+79
* Move the test for the data in code into the ARM directory as it is an ARMKevin Enderby2013-06-061-0/+0
* Teach llvm-objdump with the -macho parser how to use the data in code tableKevin Enderby2013-06-062-0/+7
* Print symbol names in relocations when dumping COFF as YAML.Rafael Espindola2013-06-063-12/+12
* Don't print default values for NumberOfAuxSymbols and AuxiliaryData.Rafael Espindola2013-06-051-0/+1
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-052-0/+7
* [Object/COFF] Fix Windows .lib name handling.Rui Ueyama2013-06-033-0/+26
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-301-1/+9
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-241-0/+30
* Use std::list so that we have a stable iterator.Rafael Espindola2013-05-211-3/+2
* Temporarily disable this test because it is failing when using libc++.Bob Wilson2013-05-191-2/+3
* Convert obj2yaml to use yamlio.Rafael Espindola2013-05-171-96/+78
* Object: Fix Mach-O relocation printing.Ahmed Bougacha2013-05-141-0/+35
* Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola2013-05-091-2/+2
* Split Alignment out of the Section Characteristics.Rafael Espindola2013-05-062-4/+8
* Revert r181009.Amara Emerson2013-05-032-0/+0
* Delete test instead.Amara Emerson2013-05-031-47/+0
* Temporarily disable failing test.Amara Emerson2013-05-031-0/+1
* Add support for reading ARM ELF build attributes.Amara Emerson2013-05-033-0/+46
* Add missing ':'.Rafael Espindola2013-04-261-1/+1
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-252-0/+18
* Fix typo.Rafael Espindola2013-04-232-4/+4
* Write relocations in yaml2obj.Rafael Espindola2013-04-231-1/+21
* Add .ll as a valid test suffix for Object, this allows .ll -> objectEric Christopher2013-04-221-1/+1
* Only run the tests in test/Object/ARM if we have ARM support.Rafael Espindola2013-04-191-0/+3
* Don't read one command past the end.Rafael Espindola2013-04-192-0/+4
* llvm-objdump: Don't print contents of BSS sections: it makes no sense and cra...Alexey Samsonov2013-04-161-0/+5
* Add a test for obj2yaml in preparation for refactoring it.Rafael Espindola2013-04-051-0/+170
* Add back parsing of header charactestics.Rafael Espindola2013-04-042-0/+6
* Implement the "mips endian" for r_info.Rafael Espindola2013-04-032-0/+7
* Implements low-level object file format specific output for COFF andEric Christopher2013-04-032-89/+347
* Implement sectionContainsSymbol for ELF.Eric Christopher2013-04-031-1/+3
* When dumping clear the arm/thumb flag for now.Eric Christopher2013-04-031-0/+12
* [tools][llvm-readobj] print the name of the section when iterating the symbol...Shankar Easwaran2013-03-252-29/+29
* [llvm-readobj] Add ELF .dynamic table dumping.Michael J. Spencer2013-02-201-0/+13
* [Object][ELF] Fix crash on no dynamic section.Michael J. Spencer2013-02-071-0/+2
* [llvm-objdump] Emit addresses with the correct number of leading 0's.Michael J. Spencer2013-01-101-8/+8
* [Object][ELF] Fix incorrect size of members for the 64 version of Elf_Phdr_Impl.Michael J. Spencer2013-01-062-0/+10
* [objdump] Add --private-headers, -p.Michael J. Spencer2013-01-062-0/+8
* [Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to...Michael J. Spencer2013-01-042-0/+0
* [Object] Temporarily disable these tests.Michael J. Spencer2013-01-032-2/+2
* Fix bits check in ELFObjectFile::isSectionZeroInit().Rafael Espindola2012-12-311-1/+1
* Dump sections. Extracted from a patch by Sami Liedes.Rafael Espindola2012-12-311-0/+18
* Print a header above the symbols. Extracted from a patch by Sami Liedes.Rafael Espindola2012-12-311-0/+2
* Teach MachO which sections contain codeTim Northover2012-12-172-0/+3
* numerically sort the symbols, so that the testcase result is uniformShankar Easwaran2012-11-131-23/+23
* llvm-nm: Make sort more stable when symbol names are equal.Daniel Dunbar2012-11-131-1/+1
* Adding changes to support GNU style archive library readingShankar Easwaran2012-11-136-0/+277
* Fix SymbolRef::getAddress implementation for ELF. The 'value' field in symbol...Alexey Samsonov2012-09-212-9/+25