aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/PHITransAddr.h
AgeCommit message (Expand)Author
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-09fix many input tracking bugs.Chris 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-07add accessor, improve comment.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