summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-readobj
Commit message (Expand)AuthorAgeFilesLines
* Relax COFF string table checkNico Rieck2014-02-262-0/+8
* tools: add support for decoding ARM attributesSaleem Abdulrasool2014-01-301-0/+287
* Rename IMAGE_DLL_CHARACTERISTICS_HIGH_ENTROPY_VA.Rui Ueyama2014-01-271-1/+1
* COFF: Add a missing enum value for high entropy ASLR.Rui Ueyama2014-01-261-0/+1
* llvm-readobj: add support for PE32+ (Windows 64 bit executable).Rui Ueyama2014-01-262-0/+82
* tools: support decoding ARM EHABI opcodes in readobjSaleem Abdulrasool2014-01-211-23/+146
* llvm-readobj: address review comments for ARM EHABI printingSaleem Abdulrasool2014-01-091-27/+27
* tests: disable ARM unwinding tests if ARM is unavailableSaleem Abdulrasool2014-01-082-0/+4
* llvm-readobj: add support for ARM EHABI unwind infoSaleem Abdulrasool2014-01-081-0/+203
* [Mips] Add support for DT_MIPS_RLD_MAP and DT_MIPS_PLTGOT dynamicSimon Atanasyan2014-01-053-1/+41
* [Mips] Rename the test case input file. No functional changes.Simon Atanasyan2014-01-053-2/+3
* Teach the llvm-readobj COFF dumper to dump debug line tables from object filesTimur Iskhodzhanov2013-12-195-0/+282
* Remove the COFF files with Z7 debug info from the repoTimur Iskhodzhanov2013-12-194-0/+0
* Add some simple COFF files with Z7 debug infoTimur Iskhodzhanov2013-12-174-0/+0
* 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
OpenPOWER on IntegriCloud