summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move CFG building code to a new lib/MC/MCAnalysis library.Rafael Espindola2014-07-021-142/+0
* Use unique_ptr to own MCFunctions within MCModule.David Blaikie2014-04-151-6/+6
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-131-2/+2
* MC CFG: Split MCBasicBlocks to mirror atom splitting.Ahmed Bougacha2013-08-211-0/+27
* MC CFG: Add a few needed methods, mainly MCModule::findFirstAtomAfter.Ahmed Bougacha2013-08-211-3/+17
* MC CFG: Keep pointer to parent MCModule in created MCFunctions.Ahmed Bougacha2013-08-211-2/+6
* Revert "Remove use of asymmetric std::lower_bound comparator."Ahmed Bougacha2013-07-231-18/+12
* Remove use of asymmetric std::lower_bound comparator.Ahmed Bougacha2013-07-041-12/+18
* Allow creation of single-byte MCAtoms.Ahmed Bougacha2013-06-191-1/+1
* Fix unused warning in opt builds.Daniel Jasper2013-05-241-4/+3
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-241-13/+66
* Tidy up. 80 columns.Jim Grosbach2011-11-151-1/+1
* Start stubbing out MCModule and MCAtom, which provide an API for accessing th...Owen Anderson2011-09-221-0/+45
OpenPOWER on IntegriCloud