[C++11] Introduce ObjectFile::symbols() to use range-based loops.
[oota-llvm.git] / lib / MC / MCObjectDisassembler.cpp
2014-03-17 Alexey Samsonov[C++11] Introduce ObjectFile::symbols() to use range...
2014-03-13 Alexey Samsonov[C++11] Introduce ObjectFile::sections().
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.
2013-10-16 Rafael EspindolaCreate an atom with just the data that failed to disass...
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-08-27 Charles DavisSupport/MachO: Add a bunch of defines.
2013-08-21 Ahmed BougachaMC CFG: Support disassembly at arbitrary addresses...
2013-08-21 Ahmed BougachaMC CFG: Use data structures more appropriate than std...
2013-08-21 Ahmed BougachaMC CFG: Add an MCObjectSymbolizer in the MCObjectDisass...
2013-08-21 Ahmed BougachaMC CFG: Add MCObjectDisassembler Mach-O implementation.
2013-08-21 Ahmed BougachaMC CFG: Add "dynamic disassembly" support to MCObjectDi...
2013-08-21 Ahmed BougachaMC CFG: When disassembly is impossible, fallback to...
2013-08-21 Ahmed BougachaMC CFG: Add MCObjectDisassembler support for entrypoint...
2013-06-19 Ahmed BougachaAllow creation of single-byte MCAtoms.
2013-05-24 Ahmed BougachaMC: Disassembled CFG reconstruction.