summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object
Commit message (Collapse)AuthorAgeFilesLines
...
* ELF: Fix the section that relocations apply to. Add test to verify. Patch by ↵Michael J. Spencer2011-10-131-0/+4
| | | | | | Danil Malyshev! llvm-svn: 141901
* llvm-object: Add inline relocation information to disassembly.Michael J. Spencer2011-10-131-0/+32
| | | | llvm-svn: 141897
* Add support for dumping section headers to llvm-objdump. This uses the sameNick Lewycky2011-10-101-0/+16
| | | | | | | | flags as binutils objdump but the output is different, not just in format but also showing different sections. Compare its results against readelf, not objdump. llvm-svn: 141579
* llvm-objdump: Add relocation and archive support.Michael J. Spencer2011-10-081-0/+24
| | | | llvm-svn: 141451
* Add binary archive support to llvm-nm.Michael J. Spencer2011-09-273-0/+17
| | | | llvm-svn: 140627
* Unbreak tests.Michael J. Spencer2011-09-272-0/+0
| | | | llvm-svn: 140622
* Revert "Object: Renable the tests now that none of the build bots complain ↵Michael J. Spencer2011-01-212-0/+0
| | | | | | | | about aliasing." This reverts commit 281f3901b7b0869929caf8946c1ad1228bc38922. llvm-svn: 123972
* Object: Renable the tests now that none of the build bots complain about ↵Michael J. Spencer2011-01-212-0/+0
| | | | | | aliasing. llvm-svn: 123964
* Disable objdump-trivial-object.test. It is broken on powerpc-darwin9.Devang Patel2011-01-201-0/+0
| | | | llvm-svn: 123928
* Disable this test until I can figure out why it's broken. Not xfailed because itMichael J. Spencer2011-01-201-0/+0
| | | | | | usese 100% CPU and times out, so it's annoying to run it. llvm-svn: 123915
* Object: Add some tests!Michael J. Spencer2011-01-209-0/+76
llvm-svn: 123899
OpenPOWER on IntegriCloud