summaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/PHITransAddr.h
Commit message (Expand)AuthorAgeFilesLines
* Propagate TargetLibraryInfo throughout ConstantFolding.cpp and Chad Rosier2011-12-011-2/+6
* Reapply r97010, the speculative revert failed.Daniel Dunbar2010-02-241-11/+7
* Speculatively revert r97010, "Add an argument to PHITranslateValue to specifyDaniel Dunbar2010-02-241-7/+11
* Add an argument to PHITranslateValue to specify the DominatorTree. If thisBob Wilson2010-02-241-11/+7
* fix many input tracking bugs.Chris Lattner2009-12-091-4/+7
* instructions defined in CurBB may be intermediate nodes of the computation.Chris Lattner2009-12-091-3/+3
* add dumping and sanity checking support.Chris Lattner2009-12-091-0/+8
* make sure that PHITransAddr keeps its 'InstInputs' list up toChris Lattner2009-12-081-0/+5
* fix a typo (and -> add) and fix GetAvailablePHITranslatedSubExpr to not Chris Lattner2009-12-081-1/+1
* add accessor, improve comment.Chris Lattner2009-12-071-1/+3
* checkpoint of the new PHITransAddr code, still not done and not used byChris Lattner2009-12-071-23/+35
* add the start of a class used to handle phi translation in memdep andChris Lattner2009-12-041-0/+91