summaryrefslogtreecommitdiff
path: root/test/tools/llvm-readobj
Commit message (Expand)AuthorAge
* Path: Recognize COFF import library file magic.Rui Ueyama2013-11-15
* Recognize 0x0000 as a COFF file magic.Rui Ueyama2013-11-14
* Add support for DT_VERxxx and DT_MIPS_xxx .dynamic section entries to theSimon Atanasyan2013-11-11
* [Mips] Teach llvm-readobj to print MIPS-specific ELF program headers.Simon Atanasyan2013-10-07
* Print string value for DT_RPATH and DT_RUNPATH.Joerg Sonnenberger2013-09-03
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-25
* Retry submitting r186623: COFFDumper: Dump data directory entries.Rui Ueyama2013-07-19
* Revert "COFFDumper: Dump data directory entries."Rui Ueyama2013-07-18
* COFFDumper: Dump data directory entries.Rui Ueyama2013-07-18
* readobj: Dump PE/COFF optional records.Rui Ueyama2013-06-12
* Don't hide the first ELF symbol.Rafael Espindola2013-06-05
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-30
* Use pointers to iterate over symbols.Rafael Espindola2013-04-24
* At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola2013-04-18
* Finish templating MachObjectFile over endianness.Rafael Espindola2013-04-13
* Teach llvm-readobj to print ELF program headersNico Rieck2013-04-12
* Add extensive relocation tests for llvm-readobjNico Rieck2013-04-12
* Add 179294 back, but don't use bit fields so that it works on big endian hosts.Rafael Espindola2013-04-12
* Revert my last two commits while I debug what is wrong in a big endian host.Rafael Espindola2013-04-11
* Print more information about relocations.Rafael Espindola2013-04-11
* Add MachO-x86-64 tests.Rafael Espindola2013-04-11
* Don't fetch pointers from a InMemoryStruct.Rafael Espindola2013-04-05
* The ppc bots say this is the last broken line, so lets try one more :-(Rafael Espindola2013-04-05
* One more try before I just delete the macho bits until tomorrow.Rafael Espindola2013-04-05
* More test loosening.Rafael Espindola2013-04-05
* Loosen this test too.Rafael Espindola2013-04-05
* Loosen this test.Rafael Espindola2013-04-05
* Implements low-level object file format specific output for COFF andEric Christopher2013-04-03