aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/Dominators.h
Commit message (Expand)AuthorAgeFilesLines
* MEGAPATCH checkin.Chris Lattner2002-06-251-6/+6
* Add method to check to see if two _Instructions_ dominate each otherChris Lattner2002-05-131-0/+7
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-0/+20
* Remove all contents of the cfg namespace to the global namespaceChris Lattner2002-04-281-4/+0
* Change the Dominator info and LoopInfo classes to keep track of BasicBlock's,...Chris Lattner2002-04-281-25/+23
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-44/+39
* Rename Method to FunctionChris Lattner2002-03-231-6/+6
* Convert analyses over to new Pass frameworkChris Lattner2002-01-301-43/+131
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-11/+12
* Changes to compile with GCC 2.96Chris Lattner2001-10-131-8/+12
* * Add a DominatorBase base class to maintain root of Dominator infoChris Lattner2001-07-061-24/+46
* Update documentation a bit, correct #include guardChris Lattner2001-07-031-4/+12
* Add new anaysis routines for building dominator related informationChris Lattner2001-07-021-0/+190