summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move CFG building code to a new lib/MC/MCAnalysis library.Rafael Espindola2014-07-021-76/+0
* Use std::unique_ptr to manage MCBasicBlocks in MCFunction.David Blaikie2014-04-151-9/+4
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-131-1/+1
* Style cleanup following David's review for r188876.Ahmed Bougacha2013-08-211-5/+4
* MC CFG: Split MCBasicBlocks to mirror atom splitting.Ahmed Bougacha2013-08-211-2/+14
* MC CFG: Add a few needed methods, mainly MCModule::findFirstAtomAfter.Ahmed Bougacha2013-08-211-2/+3
* MC CFG: Add more MCFunction container methods (find, empty).Ahmed Bougacha2013-08-211-0/+12
* MC CFG: Keep pointer to parent MCModule in created MCFunctions.Ahmed Bougacha2013-08-211-3/+3
* MC CFG: Don't insert preds/succs again.Ahmed Bougacha2013-08-211-2/+4
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-241-0/+55
OpenPOWER on IntegriCloud