aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/HoistPHIConstants.cpp
AgeCommit message (Expand)Author
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