Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This pass has never worked correctly. Remove. | Chris Lattner | 2006-01-16 | 1 | -629/+0 |
| | | | | llvm-svn: 25349 | ||||
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -10/+10 |
| | | | | llvm-svn: 21427 | ||||
* | Add more missing createXxxPass functions. | Jeff Cohen | 2005-01-08 | 1 | -0/+1 |
| | | | | llvm-svn: 19370 | ||||
* | This pass is completely broken. | Chris Lattner | 2004-11-30 | 1 | -11/+4 |
| | | | | llvm-svn: 18387 | ||||
* | Fix compatibility with MSVC, patch by Morten Ofstad | Chris Lattner | 2004-10-25 | 1 | -0/+1 |
| | | | | llvm-svn: 17218 | ||||
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -5/+5 |
| | | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137 | ||||
* | Fix #includes of i*.h => Instructions.h as per PR403. | Misha Brukman | 2004-07-29 | 1 | -2/+1 |
| | | | | llvm-svn: 15328 | ||||
* | Fixes working towards PR341 | Chris Lattner | 2004-07-15 | 1 | -8/+9 |
| | | | | llvm-svn: 14839 | ||||
* | Finegrainify namespacification | Chris Lattner | 2004-01-09 | 1 | -4/+2 |
| | | | | llvm-svn: 10725 | ||||
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -1/+5 |
| | | | | llvm-svn: 9903 | ||||
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
| | | | | | | Header files will be on the way. llvm-svn: 9298 | ||||
* | Renamed DominatorTree::Node::getNode() -> getBlock() | Chris Lattner | 2003-09-11 | 1 | -5/+5 |
| | | | | llvm-svn: 8469 | ||||
* | Spell `occurrence' correctly. | Misha Brukman | 2003-09-09 | 1 | -59/+58 |
| | | | | llvm-svn: 8425 | ||||
* | DEBUG got moved to Support/Debug.h | Chris Lattner | 2003-08-01 | 1 | -0/+1 |
| | | | | llvm-svn: 7492 | ||||
* | Add comment | Chris Lattner | 2003-05-29 | 1 | -0/+11 |
| | | | | llvm-svn: 6415 | ||||
* | Initial checkin of PRE on LLVM. This implementation is still lacking in | Chris Lattner | 2003-03-31 | 1 | -0/+614 |
several ways: * Load expressions are not PRE'd well. Alias Analysis should be used to get accurate information when computing anticipatibility. * The expression collection implementation does not handle PHI nodes properly, thus the implementation misses many opportunities to PRE. * This code could be sped up quite a bit Despite these flaws, the code seems to work well, and handles PR's as one would expect. llvm-svn: 5759 |