Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This pass is now obsolete since all targets have moved to the SelectionDAG | Chris Lattner | 2005-10-29 | 1 | -170/+0 |
| | | | | | | infrastructure and the simple isels have been removed. llvm-svn: 24090 | ||||
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -23/+23 |
| | | | | llvm-svn: 21427 | ||||
* | Fix #includes of i*.h => Instructions.h as per PR403. | Misha Brukman | 2004-07-29 | 1 | -3/+1 |
| | | | | llvm-svn: 15328 | ||||
* | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer | 2004-07-04 | 1 | -0/+1 |
| | | | | llvm-svn: 14622 | ||||
* | New constant expression lowering pass to simplify your instruction selection ↵ | Chris Lattner | 2004-06-25 | 1 | -0/+171 |
needs. Contributed by Vladimir Prus! llvm-svn: 14399 |