summaryrefslogtreecommitdiff
path: root/lib/MC/MCFunction.cpp
Commit message (Expand)AuthorAge
* Use std::unique_ptr to manage MCBasicBlocks in MCFunction.David Blaikie2014-04-15
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-13
* Style cleanup following David's review for r188876.Ahmed Bougacha2013-08-21
* MC CFG: Split MCBasicBlocks to mirror atom splitting.Ahmed Bougacha2013-08-21
* MC CFG: Add a few needed methods, mainly MCModule::findFirstAtomAfter.Ahmed Bougacha2013-08-21
* MC CFG: Add more MCFunction container methods (find, empty).Ahmed Bougacha2013-08-21
* MC CFG: Keep pointer to parent MCModule in created MCFunctions.Ahmed Bougacha2013-08-21
* MC CFG: Don't insert preds/succs again.Ahmed Bougacha2013-08-21
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-24