* Standardize how analysis results/passes as printed with the print() virtual
[oota-llvm.git] / include / llvm / Analysis / Dominators.h
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-26 Chris Lattner*** empty log message ***
2002-07-26 Chris Lattner*** empty log message ***
2002-07-26 Chris LattnerSimplify analyses so that there is only one analysis...
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-13 Chris LattnerAdd method to check to see if two _Instructions_ domina...
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
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...