summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/PHITransAddr.h
Commit message (Expand)AuthorAge
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* Rename some member variables from TD to DL.Rafael Espindola2014-02-18
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Propagate TargetLibraryInfo throughout ConstantFolding.cpp and Chad Rosier2011-12-01
* Reapply r97010, the speculative revert failed.Daniel Dunbar2010-02-24
* Speculatively revert r97010, "Add an argument to PHITranslateValue to specifyDaniel Dunbar2010-02-24
* Add an argument to PHITranslateValue to specify the DominatorTree. If thisBob Wilson2010-02-24
* fix many input tracking bugs.Chris Lattner2009-12-09
* instructions defined in CurBB may be intermediate nodes of the computation.Chris Lattner2009-12-09
* add dumping and sanity checking support.Chris Lattner2009-12-09
* make sure that PHITransAddr keeps its 'InstInputs' list up toChris Lattner2009-12-08
* fix a typo (and -> add) and fix GetAvailablePHITranslatedSubExpr to not Chris Lattner2009-12-08
* add accessor, improve comment.Chris Lattner2009-12-07
* checkpoint of the new PHITransAddr code, still not done and not used byChris Lattner2009-12-07
* add the start of a class used to handle phi translation in memdep andChris Lattner2009-12-04