summaryrefslogtreecommitdiff
path: root/lib/MC/MCObjectDisassembler.cpp
Commit message (Expand)AuthorAge
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* Use unique_ptr to own MCFunctions within MCModule.David Blaikie2014-04-15
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-13
* [C++11] Introduce ObjectFile::symbols() to use range-based loops.Alexey Samsonov2014-03-17
* [C++11] Introduce ObjectFile::sections().Alexey Samsonov2014-03-13
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-10
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-30
* Create an atom with just the data that failed to disassemble.Rafael Espindola2013-10-16
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-01
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-27
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-27
* Support/MachO: Add a bunch of defines.Charles Davis2013-08-27
* MC CFG: Support disassembly at arbitrary addresses in MCObjectDisassembler.Ahmed Bougacha2013-08-21
* MC CFG: Use data structures more appropriate than std::set.Ahmed Bougacha2013-08-21
* MC CFG: Add an MCObjectSymbolizer in the MCObjectDisassembler.Ahmed Bougacha2013-08-21
* MC CFG: Add MCObjectDisassembler Mach-O implementation.Ahmed Bougacha2013-08-21
* MC CFG: Add "dynamic disassembly" support to MCObjectDisassembler.Ahmed Bougacha2013-08-21
* MC CFG: When disassembly is impossible, fallback to data bytes.Ahmed Bougacha2013-08-21
* MC CFG: Add MCObjectDisassembler support for entrypoint + static ctors.Ahmed Bougacha2013-08-21
* Allow creation of single-byte MCAtoms.Ahmed Bougacha2013-06-19
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-24