aboutsummaryrefslogtreecommitdiffstats
path: root/test/tools/llvm-readobj
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-182-0/+156
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-093-1/+142
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2337-305/+1282
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0237-25/+592
* Update LLVM for rebase to r212749.Stephen Hines2014-07-217-55/+411
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-296-2/+123
* Update to LLVM 3.5a.Stephen Hines2014-04-2424-15/+1134
* Path: Recognize COFF import library file magic.Rui Ueyama2013-11-152-0/+17
* Recognize 0x0000 as a COFF file magic.Rui Ueyama2013-11-142-0/+16
* Add support for DT_VERxxx and DT_MIPS_xxx .dynamic section entries to theSimon Atanasyan2013-11-113-0/+40
* [Mips] Teach llvm-readobj to print MIPS-specific ELF program headers.Simon Atanasyan2013-10-071-0/+30
* Print string value for DT_RPATH and DT_RUNPATH.Joerg Sonnenberger2013-09-032-0/+4
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* 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