Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / include / llvm / Analysis / PHITransAddr.h
2015-09-14 NAKAMURA TakumiReformat partially.
2015-09-14 NAKAMURA TakumiReformat blank lines.
2015-09-14 NAKAMURA TakumiWhitespace.
2015-06-01 David Majnemer[PHITransAddr] Don't translate unreachable values
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-01-04 Chandler Carruth[PM] Split the AssumptionTracker immutable pass into...
2014-09-07 Hal FinkelMake use of @llvm.assume in ValueTracking (computeKnown...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-02-18 Rafael EspindolaRename some member variables from TD to DL.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2011-12-01 Chad RosierPropagate TargetLibraryInfo throughout ConstantFolding...
2010-02-24 Daniel DunbarReapply r97010, the speculative revert failed.
2010-02-24 Daniel DunbarSpeculatively revert r97010, "Add an argument to PHITra...
2010-02-24 Bob WilsonAdd an argument to PHITranslateValue to specify the...
2009-12-09 Chris Lattnerfix many input tracking bugs.
2009-12-09 Chris Lattnerinstructions defined in CurBB may be intermediate nodes...
2009-12-09 Chris Lattneradd dumping and sanity checking support.
2009-12-08 Chris Lattnermake sure that PHITransAddr keeps its 'InstInputs'...
2009-12-08 Chris Lattnerfix a typo (and -> add) and fix GetAvailablePHITranslat...
2009-12-07 Chris Lattneradd accessor, improve comment.
2009-12-07 Chris Lattnercheckpoint of the new PHITransAddr code, still not...
2009-12-04 Chris Lattneradd the start of a class used to handle phi translation...