summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/LowerConstantExprs.cpp
Commit message (Collapse)AuthorAgeFilesLines
* This pass is now obsolete since all targets have moved to the SelectionDAGChris Lattner2005-10-291-170/+0
| | | | | | infrastructure and the simple isels have been removed. llvm-svn: 24090
* 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