Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
| | | | | llvm-svn: 110460 | ||||
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
| | | | | llvm-svn: 110410 | ||||
* | Don't use PassInfo* as a type identifier for passes. Instead, use the ↵ | Owen Anderson | 2010-08-05 | 1 | -1/+1 |
| | | | | | | | | address of the static ID member as the sole unique type identifier. Clean up APIs related to this change. llvm-svn: 110396 | ||||
* | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson | 2010-07-21 | 1 | -2/+2 |
| | | | | llvm-svn: 109045 | ||||
* | rename use_const_iterator to const_use_iterator for consistency's sake | Gabor Greif | 2010-03-25 | 1 | -1/+1 |
| | | | | llvm-svn: 99564 | ||||
* | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 1 | -1/+1 |
| | | | | llvm-svn: 95781 | ||||
* | remove redundant foward declaration. This function is already in | Chris Lattner | 2009-11-11 | 1 | -1/+3 |
| | | | | | | Analysis/Passes.h llvm-svn: 86765 | ||||
* | Delete an obsolete sentance from a comment. | Dan Gohman | 2009-05-31 | 1 | -3/+1 |
| | | | | llvm-svn: 72667 | ||||
* | Enhance LiveValues to work on PHI operands. | Dan Gohman | 2009-03-23 | 1 | -13/+24 |
| | | | | llvm-svn: 67523 | ||||
* | The last use in a block that doesn't have successors | Dan Gohman | 2009-03-20 | 1 | -0/+5 |
| | | | | | | (return or unreachable) is a kill. llvm-svn: 67357 | ||||
* | Add a liveness analysis pass for LLVM IR values. This computes | Dan Gohman | 2009-03-19 | 1 | -0/+177 |
the set of blocks in which values are used, the set in which values are live-through, and the set in which values are killed. For the live-through and killed sets, conservative approximations are used. llvm-svn: 67309 |