aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/LiveValues.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-211-2/+2
* rename use_const_iterator to const_use_iterator for consistency's sakeGabor Greif2010-03-251-1/+1
* Fix "the the" and similar typos.Dan Gohman2010-02-101-1/+1
* remove redundant foward declaration. This function is already in Chris Lattner2009-11-111-1/+3
* Delete an obsolete sentance from a comment.Dan Gohman2009-05-311-3/+1
* Enhance LiveValues to work on PHI operands.Dan Gohman2009-03-231-13/+24
* The last use in a block that doesn't have successorsDan Gohman2009-03-201-0/+5
* Add a liveness analysis pass for LLVM IR values. This computesDan Gohman2009-03-191-0/+177