aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/HoistPHIConstants.cpp
AgeCommit message (Expand)Author
2002-04-30Remove unneccesary passChris Lattner
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-04-29Add new optional getPassName() virtual function that a Pass can overrideChris Lattner
2002-04-28Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner
2002-04-27* Rename MethodPass class to FunctionPassChris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-02-26Change over to use new style pass mechanism, now passes only expose smallChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-12-03Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner
2001-11-12Changed insert instructions only for CONSTANTS - back to originalRuchira Sasanka
2001-11-08Bug fix: cannot modify Phi operands while iterating over them!Vikram S. Adve
2001-11-03Commented out code so that copies are inserted for all phi argsRuchira Sasanka
2001-10-18Convert to new simpler pass itfChris Lattner
2001-10-15Add new Pass infrastructure and some examplesChris Lattner