Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move CFG building code to a new lib/MC/MCAnalysis library. | Rafael Espindola | 2014-07-02 | 1 | -76/+0 |
* | Use std::unique_ptr to manage MCBasicBlocks in MCFunction. | David Blaikie | 2014-04-15 | 1 | -9/+4 |
* | [C++11] More 'nullptr' conversion or in some cases just using a boolean check... | Craig Topper | 2014-04-13 | 1 | -1/+1 |
* | Style cleanup following David's review for r188876. | Ahmed Bougacha | 2013-08-21 | 1 | -5/+4 |
* | MC CFG: Split MCBasicBlocks to mirror atom splitting. | Ahmed Bougacha | 2013-08-21 | 1 | -2/+14 |
* | MC CFG: Add a few needed methods, mainly MCModule::findFirstAtomAfter. | Ahmed Bougacha | 2013-08-21 | 1 | -2/+3 |
* | MC CFG: Add more MCFunction container methods (find, empty). | Ahmed Bougacha | 2013-08-21 | 1 | -0/+12 |
* | MC CFG: Keep pointer to parent MCModule in created MCFunctions. | Ahmed Bougacha | 2013-08-21 | 1 | -3/+3 |
* | MC CFG: Don't insert preds/succs again. | Ahmed Bougacha | 2013-08-21 | 1 | -2/+4 |
* | MC: Disassembled CFG reconstruction. | Ahmed Bougacha | 2013-05-24 | 1 | -0/+55 |