aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/LiveValues.cpp
AgeCommit message (Expand)Author
2011-02-28Delete the LiveValues pass. I won't get get back to the project itDan Gohman
2011-01-02split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson
2010-10-12Begin adding static dependence information to passes, which will allow us toOwen Anderson
2010-10-07Now with fewer extraneous semicolons!Owen Anderson
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-07-21Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson
2010-03-25rename use_const_iterator to const_use_iterator for consistency's sakeGabor Greif
2010-02-10Fix "the the" and similar typos.Dan Gohman
2009-11-11remove redundant foward declaration. This function is already in Chris Lattner
2009-05-31Delete an obsolete sentance from a comment.Dan Gohman
2009-03-23Enhance LiveValues to work on PHI operands.Dan Gohman
2009-03-20The last use in a block that doesn't have successorsDan Gohman
2009-03-19Add a liveness analysis pass for LLVM IR values. This computesDan Gohman