Use a scheme closer to that of GNU as when deciding the type of a
[oota-llvm.git] / tools / llvm-readobj /
2013-04-10 Rafael EspindolaTemplate MachOObjectFile over endianness too.
2013-04-09 Rafael EspindolaConvert MachOObjectFile to a template.
2013-04-08 Rafael EspindolaTemplate the MachO types over the word size.
2013-04-07 Rafael EspindolaRemove two uses of getObject.
2013-04-07 Rafael EspindolaRemove usage of InMemoryStruct in getSymbol.
2013-04-07 Rafael EspindolaRemove a use of InMemoryStruct in llvm-readobj.
2013-04-07 Rafael EspindolaMake getObject const. Remove a const_cast.
2013-04-05 Rafael EspindolaDon't fetch pointers from a InMemoryStruct.
2013-04-03 Eric ChristopherImplements low-level object file format specific output...
2013-03-25 Shankar Easwaran[tools][llvm-readobj] print the name of the section...
2013-02-20 Michael J. Spencer[llvm-readobj] Add ELF .dynamic table dumping.
2013-02-08 Michael J. Spencer[readobj] Fix memory leak.
2013-02-05 Michael J. Spencer[objdump,readobj] Document the purpose and goals of...
2012-12-31 Rafael EspindolaUse the generic dump template. Extracted from a patch...
2012-12-31 Rafael EspindolaDump sections. Extracted from a patch by Sami Liedes.
2012-12-31 Rafael EspindolaPrint a header above the symbols. Extracted from a...
2012-12-31 Rafael EspindolaCheck for errors. Extracted from a patch by Sami Liedes.
2012-12-31 Rafael EspindolaFix indentation. Extracted from a patch by Sami Liedes!
2012-12-31 Rafael EspindolaStyle fixes in llvm-readobj.cpp. Extracted from a patch...
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2012-03-10 Benjamin KramerFix uses of the C99 PRI format macros not to conflict...
2012-03-09 David MeyerSupport reading GNU symbol versions in ELFObjectFile
2012-03-02 David MeyerFix comments for llvm-readobj, remove extraneous headers
2012-03-01 David Meyer[Object]
2012-03-01 David Meyer[Object]