summaryrefslogtreecommitdiff
path: root/test/Object
Commit message (Expand)AuthorAge
* 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
* Move x86-specific tests into X86 folder.Eli Friedman2011-11-01
* Change the actual tests to match the input directory rename (duh)Matt Beaumont-Gay2011-10-31
* Rename "TestObjectFiles" to "Inputs" (like the pattern for Clang tests)Matt Beaumont-Gay2011-10-31
* Object: change test to create archive.Michael J. Spencer2011-10-25
* llvm-objdump: Add static symbol table dumping.Michael J. Spencer2011-10-18
* Revert "llvm-objdump: Add static symbol table dumping."Michael J. Spencer2011-10-18
* llvm-objdump: Add static symbol table dumping.Michael J. Spencer2011-10-17
* llvm-objdump: Add -s, which prints the contents of each section.Michael J. Spencer2011-10-17
* llvm-objdump: Add tests.Michael J. Spencer2011-10-17
* ELF: Fix the section that relocations apply to. Add test to verify. Patch by ...Michael J. Spencer2011-10-13
* llvm-object: Add inline relocation information to disassembly.Michael J. Spencer2011-10-13
* Add support for dumping section headers to llvm-objdump. This uses the sameNick Lewycky2011-10-10
* llvm-objdump: Add relocation and archive support.Michael J. Spencer2011-10-08
* Add binary archive support to llvm-nm.Michael J. Spencer2011-09-27
* Unbreak tests.Michael J. Spencer2011-09-27
* Revert "Object: Renable the tests now that none of the build bots complain ab...Michael J. Spencer2011-01-21
* Object: Renable the tests now that none of the build bots complain about alia...Michael J. Spencer2011-01-21
* Disable objdump-trivial-object.test. It is broken on powerpc-darwin9.Devang Patel2011-01-20
* Disable this test until I can figure out why it's broken. Not xfailed because itMichael J. Spencer2011-01-20
* Object: Add some tests!Michael J. Spencer2011-01-20