summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/LowerConstantExprs.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespaceMisha Brukman2005-04-211-23/+23
| | | | llvm-svn: 21427
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-291-3/+1
| | | | llvm-svn: 15328
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-041-0/+1
| | | | llvm-svn: 14622
* New constant expression lowering pass to simplify your instruction selection ↵Chris Lattner2004-06-251-0/+171
needs. Contributed by Vladimir Prus! llvm-svn: 14399
OpenPOWER on IntegriCloud