[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead...
[oota-llvm.git] / include / llvm / Analysis / PHITransAddr.h
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...