[x86] Make the 'x86-64' cpu, what I see as and many use as the generic
[oota-llvm.git] / lib / MC / MCFunction.cpp
2014-04-15 David BlaikieUse std::unique_ptr to manage MCBasicBlocks in MCFunction.
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2013-08-21 Ahmed BougachaStyle cleanup following David's review for r188876.
2013-08-21 Ahmed BougachaMC CFG: Split MCBasicBlocks to mirror atom splitting.
2013-08-21 Ahmed BougachaMC CFG: Add a few needed methods, mainly MCModule:...
2013-08-21 Ahmed BougachaMC CFG: Add more MCFunction container methods (find...
2013-08-21 Ahmed BougachaMC CFG: Keep pointer to parent MCModule in created...
2013-08-21 Ahmed BougachaMC CFG: Don't insert preds/succs again.
2013-05-24 Ahmed BougachaMC: Disassembled CFG reconstruction.