[llvm-readobj] Dump MachO indirect symbols.
[oota-llvm.git] / tools / llvm-readobj / MachODumper.cpp
2015-09-03 Davide Italiano[llvm-readobj] Dump MachO indirect symbols.
2015-09-02 Davide Italiano[llvm-readobj] MachO: Dump segment command.
2015-09-01 Davide Italiano[llvm-readobj] MachO -- correctly dump section field...
2015-08-31 Davide Italiano[llvm-readobj] Dump MachO Dysymtab command.
2015-08-27 Davide Italiano[llvm-readobj] Add support for dumping MachO min versio...
2015-08-21 Davide Italiano[llvm-readobj] Add support for MachO DataInCodeDataCommand.
2015-08-07 Rafael EspindolaConvert getSymbolSection to return an ErrorOr.
2015-07-20 Rafael Espindolallvm-readobj: call exit(1) on error.
2015-07-02 Rafael EspindolaReturn ErrorOr from SymbolRef::getName.
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-29 Rafael EspindolaDon't return error_code from function that never fails.
2015-06-26 Lang Hames[StackMaps] Add a lightweight parser for stackmap versi...
2015-06-19 Rafael EspindolaMake getRelocationSection MachO only.
2015-06-18 Rafael EspindolaImprove the --expand-relocs handling of MachO.
2015-04-27 Patrik HagglundRemove unused variable, found with gcc-5.1 -Wunused...
2014-11-17 Frederic RissImplement MachODumper::printFileHeaders
2014-10-08 Rafael EspindolaRemove bogus std::error_code returns form SectionRef.
2014-09-26 David MajnemerObject: BSS/virtual sections don't have contents
2014-08-30 Craig TopperRemove 'virtual' keyword from methods markedwith 'overr...
2014-07-04 Tim Northoverllvm-readobj: fix MachO relocatoin printing a bit.
2014-06-13 Rafael EspindolaRemove 'using std::error_code' from tools.
2014-06-13 Rafael EspindolaRemove all uses of 'using std::error_code' from headers.
2014-03-17 Alexey Samsonov[C++11] Introduce ObjectFile::symbols() to use range...
2014-03-14 Alexey Samsonov[C++11] Introduce SectionRef::relocations() to use...
2014-03-13 Alexey Samsonov[C++11] Use ObjectFile::sections() in commandline llvm...
2014-03-06 Rafael EspindolaFix warning about mismatched signs in comparison.
2014-03-06 Rafael EspindolaFix the printing of n_type.
2014-03-06 Rafael EspindolaUse the existing N_STAB from the MachO namespace.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-02-10 Rafael EspindolaChange the begin and end methods in ObjectFile to match...
2014-01-30 Rafael EspindolaSimplify the handling of iterators in ObjectFile.
2014-01-13 Chandler CarruthRe-sort #include lines again, prior to moving headers...
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-09-01 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-27 Charles DavisRevert "Fix the build broken by r189315." and "Move...
2013-08-27 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-06-05 Rafael EspindolaHandle relocations that don't point to symbols.
2013-04-24 Rafael EspindolaUse pointers to iterate over symbols.
2013-04-22 Nico Rieckllvm-readobj: Do not print NULL StringRefs
2013-04-18 Rafael EspindolaAt Jim Grosbach's request detemplate Object/MachO.h.
2013-04-15 Rafael EspindolaRemove getters now that we can specialize structs on...
2013-04-13 Rafael EspindolaFinish templating MachObjectFile over endianness.
2013-04-12 Nico RieckAdd -expand-relocs to 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-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...