Teach llvm-readobj to print human friendly description of reserved sections.
[oota-llvm.git] / test / tools / llvm-readobj /
2014-03-24 Rafael EspindolaTeach llvm-readobj to print human friendly description...
2014-03-18 Rui UeyamaObject/COFF: Add function to check if section number...
2014-03-17 Nico Rieckllvm-readobj: Print referred symbol name for CLR token...
2014-03-17 Nico Rieckllvm-readobj: Add test for COFF auxiliary symbols as...
2014-03-13 Saleem AbdulrasoolSupport: add support to identify WinCOFF/ARM objects
2014-03-06 Rafael EspindolaFix the printing of n_type.
2014-02-26 Nico RieckRelax COFF string table check
2014-01-30 Saleem Abdulrasooltools: add support for decoding ARM attributes
2014-01-27 Rui UeyamaRename IMAGE_DLL_CHARACTERISTICS_HIGH_ENTROPY_VA.
2014-01-26 Rui UeyamaCOFF: Add a missing enum value for high entropy ASLR.
2014-01-26 Rui Ueyamallvm-readobj: add support for PE32+ (Windows 64 bit...
2014-01-21 Saleem Abdulrasooltools: support decoding ARM EHABI opcodes in readobj
2014-01-09 Saleem Abdulrasoolllvm-readobj: address review comments for ARM EHABI...
2014-01-08 Saleem Abdulrasooltests: disable ARM unwinding tests if ARM is unavailable
2014-01-08 Saleem Abdulrasoolllvm-readobj: add support for ARM EHABI unwind info
2014-01-05 Simon Atanasyan[Mips] Add support for DT_MIPS_RLD_MAP and DT_MIPS_PLTG...
2014-01-05 Simon Atanasyan[Mips] Rename the test case input file. No functional...
2013-12-19 Timur IskhodzhanovTeach the llvm-readobj COFF dumper to dump debug line...
2013-12-19 Timur IskhodzhanovRemove the COFF files with Z7 debug info from the repo
2013-12-17 Timur IskhodzhanovAdd some simple COFF files with Z7 debug info
2013-11-15 Rui UeyamaPath: Recognize COFF import library file magic.
2013-11-14 Rui UeyamaRecognize 0x0000 as a COFF file magic.
2013-11-11 Simon AtanasyanAdd support for DT_VERxxx and DT_MIPS_xxx .dynamic...
2013-10-07 Simon Atanasyan[Mips] Teach llvm-readobj to print MIPS-specific ELF...
2013-09-03 Joerg SonnenbergerPrint string value for DT_RPATH and DT_RUNPATH.
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-07-25 Rafael EspindolaRemove the mblaze backend from llvm.
2013-07-19 Rui UeyamaRetry submitting r186623: COFFDumper: Dump data directo...
2013-07-18 Rui UeyamaRevert "COFFDumper: Dump data directory entries."
2013-07-18 Rui UeyamaCOFFDumper: Dump data directory entries.
2013-06-12 Rui Ueyamareadobj: Dump PE/COFF optional records.
2013-06-05 Rafael EspindolaDon't hide the first ELF symbol.
2013-05-30 Rafael EspindolaChange how we iterate over relocations on ELF.
2013-04-24 Rafael EspindolaUse pointers to iterate over symbols.
2013-04-18 Rafael EspindolaAt Jim Grosbach's request detemplate Object/MachO.h.
2013-04-13 Rafael EspindolaFinish templating MachObjectFile over endianness.
2013-04-12 Nico RieckTeach llvm-readobj to print ELF program headers
2013-04-12 Nico RieckAdd extensive relocation tests for llvm-readobj
2013-04-12 Rafael EspindolaAdd 179294 back, but don't use bit fields so that it...
2013-04-11 Rafael EspindolaRevert my last two commits while I debug what is wrong...
2013-04-11 Rafael EspindolaPrint more information about relocations.
2013-04-11 Rafael EspindolaAdd MachO-x86-64 tests.
2013-04-05 Rafael EspindolaDon't fetch pointers from a InMemoryStruct.
2013-04-05 Rafael EspindolaThe ppc bots say this is the last broken line, so lets...
2013-04-05 Rafael EspindolaOne more try before I just delete the macho bits until...
2013-04-05 Rafael EspindolaMore test loosening.
2013-04-05 Rafael EspindolaLoosen this test too.
2013-04-05 Rafael EspindolaLoosen this test.
2013-04-03 Eric ChristopherImplements low-level object file format specific output...