aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/PHITransAddr.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-4/+4
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-5/+5
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+6
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-241-3/+3
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* Move TargetData to DataLayout.Micah Villmow2012-10-081-3/+3
* 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