Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes
[oota-llvm.git] / lib / Transforms / Utils / PromoteMemoryToRegister.cpp
2002-04-28 Chris LattnerEliminate the cfg namespace, moving LoopInfo, Dominator...
2002-04-28 Chris LattnerChange the Dominator info and LoopInfo classes to keep...
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-09 Chris LattnerAdd #includes to make up for #includes pruned out of...
2002-04-08 Chris Lattners/Method/Function
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-03-27 Cameron Buschardt* Move classes around
2002-03-27 Cameron BuschardtImplemented promote mem->reg pass.
2002-02-24 Chris LattnerNamespaces
2002-02-12 Chris LattnerAdd neccesary #include
2002-02-12 Chris LattnerI forgot to provide dominance frontier information...
2002-02-12 Chris LattnerInitial checkin of new memory -> register promotion...