Remove all contents of the cfg namespace to the global namespace
[oota-llvm.git] / include / llvm / Analysis / Dominators.h
2002-04-28 Chris LattnerRemove all contents of the cfg namespace to the global...
2002-04-28 Chris LattnerChange the Dominator info and LoopInfo classes to keep...
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-03-23 Chris LattnerRename Method to Function
2002-01-30 Chris LattnerConvert analyses over to new Pass framework
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-10-13 Chris LattnerChanges to compile with GCC 2.96
2001-07-06 Chris Lattner* Add a DominatorBase base class to maintain root of...
2001-07-03 Chris LattnerUpdate documentation a bit, correct #include guard
2001-07-02 Chris LattnerAdd new anaysis routines for building dominator related...