aboutsummaryrefslogtreecommitdiffstats
path: root/test/Object
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing file for test.Nick Lewycky2012-09-051-0/+0
* Teach libObject about some more ELF relocations. llvm-objdump -r now knowsNick Lewycky2012-09-051-0/+13
* Create llvm/test/Object/Mips/lit.local.cfg to check Mips in targets_to_build.NAKAMURA Takumi2012-08-291-0/+5
* Moved input for objdump test from Mips to Inputs.Jack Carter2012-08-292-1/+1
* Some of the instructions in the Mips instruction set are revisionJack Carter2012-08-282-0/+11
* Move test yaml files under Inputs until they are converted to be the actualMatt Beaumont-Gay2012-08-026-6/+8
* Add yaml2obj. A utility to convert YAML to binaries.Michael J. Spencer2012-08-027-13/+175
* Add relocation types for Hexagon processor; patch by Sidney Manning <sidneym@...Marshall Clow2012-06-232-0/+10
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-251-8/+1
* Support reading GNU symbol versions in ELFObjectFileDavid Meyer2012-03-095-0/+56
* [Object]David Meyer2012-03-011-0/+15
* [Object]David Meyer2012-03-014-2/+48
* [Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF.Michael J. Spencer2012-02-284-0/+46
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-164-8/+14
* Fixed ObjectFile functions:Danil Malyshev2011-11-292-0/+22
* Move x86-specific tests into X86 folder.Eli Friedman2011-11-013-6/+11
* Change the actual tests to match the input directory rename (duh)Matt Beaumont-Gay2011-10-319-23/+23
* Rename "TestObjectFiles" to "Inputs" (like the pattern for Clang tests)Matt Beaumont-Gay2011-10-318-0/+0
* Object: change test to create archive.Michael J. Spencer2011-10-253-2/+15
* llvm-objdump: Add static symbol table dumping.Michael J. Spencer2011-10-181-4/+2
* Revert "llvm-objdump: Add static symbol table dumping."Michael J. Spencer2011-10-181-2/+4
* llvm-objdump: Add static symbol table dumping.Michael J. Spencer2011-10-171-4/+2
* llvm-objdump: Add -s, which prints the contents of each section.Michael J. Spencer2011-10-171-4/+2
* llvm-objdump: Add tests.Michael J. Spencer2011-10-173-0/+67
* ELF: Fix the section that relocations apply to. Add test to verify. Patch by ...Michael J. Spencer2011-10-131-0/+4
* llvm-object: Add inline relocation information to disassembly.Michael J. Spencer2011-10-131-0/+32
* Add support for dumping section headers to llvm-objdump. This uses the sameNick Lewycky2011-10-101-0/+16
* llvm-objdump: Add relocation and archive support.Michael J. Spencer2011-10-081-0/+24