summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/CondPropagate.cpp
Commit message (Expand)AuthorAgeFilesLines
* eliminate redundant checkChris Lattner2007-01-121-1/+0
* Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer2007-01-121-1/+1
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-111-1/+1
* For PR1043:Zhou Sheng2007-01-111-2/+3
* Switch over Transforms/Scalar to use the STATISTIC macro. For each statisticChris Lattner2006-12-191-5/+3
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-2/+2
* Removed #include <iostream> and replaced with llvm_* streams.Bill Wendling2006-11-261-1/+1
* There can be more than one PHINode at the start of the block.Devang Patel2006-11-011-5/+4
* Handle PHINode with only one incoming value.Devang Patel2006-11-011-5/+9
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-271-1/+1
* Handle single-entry PHI nodes correctly. This fixes PR877 andChris Lattner2006-08-141-1/+11
* Fix a fixme in CondPropagate.cpp by moving a PhiNode optimization intoNate Begeman2005-08-041-11/+0
* Remove trailing whitespaceMisha Brukman2005-04-211-3/+3
* silence a bogus warningChris Lattner2005-04-181-1/+1
* a new simple pass, which will be extended to be more useful in the future.Chris Lattner2005-04-151-0/+213
OpenPOWER on IntegriCloud