summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/HoistPHIConstants.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-21/+18
| | | | | | | Rename ConstPool* -> Constant* Rename ConstPoolVals.h -> ConstantVals.h llvm-svn: 1407
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-031-3/+1
| | | | llvm-svn: 1405
* Changed insert instructions only for CONSTANTS - back to originalRuchira Sasanka2001-11-121-5/+7
| | | | llvm-svn: 1271
* Bug fix: cannot modify Phi operands while iterating over them!Vikram S. Adve2001-11-081-16/+23
| | | | llvm-svn: 1203
* Commented out code so that copies are inserted for all phi argsRuchira Sasanka2001-11-031-8/+19
| | | | | | CahedCopyMap was disabled to insert phi elimination code for all phi args llvm-svn: 1105
* Convert to new simpler pass itfChris Lattner2001-10-181-3/+6
| | | | llvm-svn: 880
* Add new Pass infrastructure and some examplesChris Lattner2001-10-151-0/+61
llvm-svn: 836
OpenPOWER on IntegriCloud