Tweak argument
[oota-llvm.git] / include / llvm / Analysis / Dominators.h
2004-03-11 Misha BrukmanDoxygenified and cleand up comments.
2003-12-07 Chris LattnerThe recalclulate method was a nasty hack that was once...
2003-12-07 Chris LattnerRewrite dominators implementation. Now domset is const...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-11 Chris LattnerGet rid of the whole "Node2" business, rename getNode...
2003-09-10 Chris LattnerRework dominator and post dominator information so...
2003-08-18 Chris LattnerAdd new methods, update comments
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-03-20 Chris LattnerAdd more graph traits specializations for dominator...
2003-02-27 Chris LattnerMake the interface to update a little more efficient
2002-10-31 Chris LattnerAdd interface to update domfrontier info, thanks to...
2002-10-17 Chris LattnerUse the forward declaration for GraphTraits instead...
2002-10-16 Joel StanleyAdded partial specialization of GraphTraits for the...
2002-10-08 Chris LattnerExpose new "recalculate" method from dominatorset
2002-09-29 Chris LattnerSimplify code a bit, add an assertion
2002-09-26 Chris Lattner - Add methods to ImmediateDominators & DominatorTree...
2002-09-26 Chris LattnerAdd a new "DominatorSet::addDominator" method to allow...
2002-09-06 Chris Lattner- Doxygenize comments
2002-08-22 Chris LattnerFix bug: test/Regression/Assembler/2002-08-22-Dominance...
2002-08-21 Chris Lattner - Split Dominators.h into Dominators.h & PostDominators.h
2002-08-21 Chris Lattner- Do not expose ::ID from any of the analyses anymore.
2002-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
2002-07-29 Chris Lattner* Eliminate the Provided set. All Passes now finally...
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...