[PM/AA] Clean up and homogenize comments throughout basic-aa.
[oota-llvm.git] / lib / Analysis / PHITransAddr.cpp
2015-06-10 Alexey Samsonov[GVN] Set proper debug locations for some instructions...
2015-06-09 Benjamin KramerReplace loop with std::equal. NFC intended.
2015-06-01 David Majnemer[PHITransAddr] Don't translate unreachable values
2015-06-01 David Majnemer[PHITransAddr] Use std::find instead of std::count
2015-03-14 David Blaikie[opaque pointer type] more gep API migration
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-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-02-18 Rafael EspindolaRename some member variables from TD to DL.
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2013-12-05 Alp TokerCorrect word hyphenations
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-09-12 Manman RenRelease build: guard dump functions with
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2012-03-13 Duncan SandsUniformize the InstructionSimplify interface by ensurin...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2011-12-14 Dan GohmanMove Instruction::isSafeToSpeculativelyExecute out...
2011-12-01 Chad RosierPropagate TargetLibraryInfo throughout ConstantFolding...
2011-07-25 Frits van BommelShorten some expressions by using ArrayRef::slice().
2011-07-25 Jay FoadConvert GetElementPtrInst to use ArrayRef.
2011-07-19 Jay FoadConvert SimplifyGEPInst to use ArrayRef.
2011-04-11 Jay FoadDon't include Operator.h from InstrTypes.h.
2011-01-02 Chris Lattnersplit dom frontier handling stuff out to its own Domina...
2010-11-18 Dan GohmanStrip trailing whitespace.
2010-11-18 Dan GohmanUse llvm_unreachable for "impossible" situations.
2010-11-18 Dan GohmanAdd support for PHI-translating sext, zext, and trunc...
2010-11-16 Duncan SandsIn which I discover the existence of loops. Threading...
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-23 David GreeneChange dbgs() back to errs() as Chris requested.
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-09 Chris LattnerAdd a minor optimization: if we haven't changed the...
2009-12-09 Chris Lattnerfix PR5733, a case where we'd replace an add with a...
2009-12-09 Chris Lattnerfix a nasty variable that was shadowing the real CurBB...
2009-12-09 Chris Lattnerfix many input tracking bugs.
2009-12-09 Chris Lattnerfix PHI translation to take the PHI out of the instinp...
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 Lattnerfix typo
2009-12-07 Chris Lattneradd accessor, improve comment.
2009-12-07 Chris Lattneradd support for phi translation and incorpation of...
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...