aboutsummaryrefslogtreecommitdiffstats
path: root/test/tools/llvm-readobj
Commit message (Expand)AuthorAgeFilesLines
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-252-48/+0
* Retry submitting r186623: COFFDumper: Dump data directory entries.Rui Ueyama2013-07-192-11/+45
* Revert "COFFDumper: Dump data directory entries."Rui Ueyama2013-07-182-45/+11
* COFFDumper: Dump data directory entries.Rui Ueyama2013-07-182-11/+45
* readobj: Dump PE/COFF optional records.Rui Ueyama2013-06-122-0/+51
* Don't hide the first ELF symbol.Rafael Espindola2013-06-051-0/+9
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-302-5/+27
* Use pointers to iterate over symbols.Rafael Espindola2013-04-242-52/+52
* At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola2013-04-184-0/+487
* Finish templating MachObjectFile over endianness.Rafael Espindola2013-04-135-0/+533
* Teach llvm-readobj to print ELF program headersNico Rieck2013-04-121-0/+74
* Add extensive relocation tests for llvm-readobjNico Rieck2013-04-1214-0/+1749
* Add 179294 back, but don't use bit fields so that it works on big endian hosts.Rafael Espindola2013-04-122-14/+14
* Revert my last two commits while I debug what is wrong in a big endian host.Rafael Espindola2013-04-112-14/+14
* Print more information about relocations.Rafael Espindola2013-04-112-14/+14
* Add MachO-x86-64 tests.Rafael Espindola2013-04-113-87/+213
* Don't fetch pointers from a InMemoryStruct.Rafael Espindola2013-04-052-6/+6
* The ppc bots say this is the last broken line, so lets try one more :-(Rafael Espindola2013-04-051-1/+1
* One more try before I just delete the macho bits until tomorrow.Rafael Espindola2013-04-052-2/+2
* More test loosening.Rafael Espindola2013-04-052-4/+4
* Loosen this test too.Rafael Espindola2013-04-051-1/+1
* Loosen this test.Rafael Espindola2013-04-051-1/+1
* Implements low-level object file format specific output for COFF andEric Christopher2013-04-0313-0/+484