aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/LowerConstantExprs.cpp
AgeCommit message (Expand)Author
2005-10-29This pass is now obsolete since all targets have moved to the SelectionDAGChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2004-06-25New constant expression lowering pass to simplify your instruction selection ...Chris Lattner