summaryrefslogtreecommitdiff
path: root/lib/Analysis/LiveValues.cpp
Commit message (Expand)AuthorAge
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* rename use_const_iterator to const_use_iterator for consistency's sakeGabor Greif2010-03-25
* Fix "the the" and similar typos.Dan Gohman2010-02-10
* remove redundant foward declaration. This function is already in Chris Lattner2009-11-11
* Delete an obsolete sentance from a comment.Dan Gohman2009-05-31
* Enhance LiveValues to work on PHI operands.Dan Gohman2009-03-23
* The last use in a block that doesn't have successorsDan Gohman2009-03-20
* Add a liveness analysis pass for LLVM IR values. This computesDan Gohman2009-03-19