aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/PHITransAddr.cpp
AgeCommit message (Expand)Author
2011-01-02split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner
2010-11-18Strip trailing whitespace.Dan Gohman
2010-11-18Use llvm_unreachable for "impossible" situations.Dan Gohman
2010-11-18Add support for PHI-translating sext, zext, and trunc instructions,Dan Gohman
2010-11-16In which I discover the existence of loops. Threading an operationDuncan Sands
2010-02-24Reapply r97010, the speculative revert failed.Daniel Dunbar
2010-02-24Speculatively revert r97010, "Add an argument to PHITranslateValue to specifyDaniel Dunbar
2010-02-24Add an argument to PHITranslateValue to specify the DominatorTree. If thisBob Wilson
2009-12-23Change dbgs() back to errs() as Chris requested.David Greene
2009-12-23Convert debug messages to use dbgs(). Generally this meansDavid Greene
2009-12-09Add a minor optimization: if we haven't changed the operands of anChris Lattner
2009-12-09fix PR5733, a case where we'd replace an add with a lexically identical Chris Lattner
2009-12-09fix a nasty variable that was shadowing the real CurBB but with the wrong value.Chris Lattner
2009-12-09fix many input tracking bugs.Chris Lattner
2009-12-09fix PHI translation to take the PHI out of the instinputs set and addChris Lattner
2009-12-09instructions defined in CurBB may be intermediate nodes of the computation.Chris Lattner
2009-12-09add dumping and sanity checking support.Chris Lattner
2009-12-08make sure that PHITransAddr keeps its 'InstInputs' list up toChris Lattner
2009-12-08fix a typo (and -> add) and fix GetAvailablePHITranslatedSubExpr to not Chris Lattner
2009-12-07fix typoChris Lattner
2009-12-07add accessor, improve comment.Chris Lattner
2009-12-07add support for phi translation and incorpation of new expression.Chris Lattner
2009-12-07checkpoint of the new PHITransAddr code, still not done and not used byChris Lattner
2009-12-04add the start of a class used to handle phi translation in memdep andChris Lattner