[SimplifyLibCalls] Use hasFloatVersion(). NFCI.
[oota-llvm.git] / lib / Transforms / Utils / SSAUpdater.cpp
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-13 Pete CooperChange LoadAndStorePromoter to take ArrayRef instead...
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-02-19 Benjamin KramerSSAUpdater: Use range-based for. NFC.
2014-07-21 Duncan P. N. Exon... Revert "[C++11] Add predecessors(BasicBlock *) / succes...
2014-07-20 Manuel Jacob[C++11] Add predecessors(BasicBlock *) / successors...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2014-02-01 Eli BenderskyRemove some unused #includes
2013-10-14 Chris LattnerBasic blocks typically have few predecessors. Use...
2013-07-28 Chandler CarruthUpdate comments for SSAUpdater to use the modern doxyge...
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-08-17 Richard SmithFix undefined behavior (binding a reference to a derefe...
2012-08-13 Nadav RotemLICM uses AliasSet information to hoist and sink instru...
2012-06-25 Eli BenderskyThe name (and comment describing) of llvm::GetFirstDebu...
2012-06-20 Chandler CarruthFix two rather subtle internal vs. external linker...
2011-11-14 Benjamin KramerMake headers standalone, move a virtual method out...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-18 Chris Lattnerfix a warning in TinyPtrVector, adopt it in SSAUpdater...
2011-07-06 Devang PatelSimplify. Consolidate dbg.declare handling in AllocaPro...
2011-05-24 Cameron ZwarichClean up the lazy initialization of DIBuilder a bit.
2011-05-24 Cameron ZwarichMake LoadAndStorePromoter preserve debug info and creat...
2011-04-29 Devang PatelAssing line number info to new PHIs created by SSA...
2011-04-11 Jay FoadDon't include Operator.h from InstrTypes.h.
2011-03-30 Jay FoadRemove PHINode::reserveOperandSpace(). Instead, add...
2011-01-24 Chris Lattnerfix PR9017, a bug where we'd assert when promoting...
2011-01-15 Chris LattnerGeneralize LoadAndStorePromoter a bit and switch LICM
2011-01-14 Chris LattnerAdd a new LoadAndStorePromoter class, which implements...
2010-11-16 Duncan SandsHave a few places that want to simplify phi nodes use...
2010-09-02 Duncan SandsReapply commit 112699, speculatively reverted by echris...
2010-09-01 Eric ChristopherSpeculatively revert 112699 and 112702, they seem to...
2010-09-01 Duncan SandsIf PrototypeValue is erased in the middle of using...
2010-08-29 Chris Lattnerimplement SSAUpdater::RewriteUseAfterInsertions, a...
2010-05-04 Bob WilsonCombine the implementations of the core part of the...
2010-04-21 Bob WilsonFix a performance problem with the new SSAUpdater....
2010-04-17 Bob WilsonRe-commit my previous SSAUpdater changes. The previous...
2010-04-03 Bob WilsonRevert all my SSAUpdater patches. The PHI placement...
2010-04-03 Bob WilsonAdd a DEBUG_TYPE for the SSAUpdater.
2010-04-02 Bob WilsonRecommit 100158 now that the buildbots are happy again.
2010-04-02 Bob WilsonRevert 100158 in case it is causing some of the buildbo...
2010-04-02 Bob WilsonCheck for terminating conditions before adding PHIs...
2010-04-01 Bob WilsonRemove trailing whitespace.
2010-04-01 Bob WilsonRewrite another SSAUpdater function to avoid recursion.
2010-04-01 Bob WilsonChange another SSAUpdater function to avoid recursion.
2010-04-01 Bob WilsonSimplify the code to check for existing PHIs, now that...
2010-04-01 Bob WilsonThe SSAUpdater should avoid recursive traversals of...
2010-03-31 Bob WilsonRewrite part of the SSAUpdater to be more careful about...
2010-01-27 Bob WilsonAvoid creating redundant PHIs in SSAUpdater::GetValueIn...
2010-01-05 David GreeneChange errs() to dbgs().
2009-12-21 Chris Lattnerimprove indentation avoid a pointless conversion from...
2009-12-21 Chris Lattnerfix PR5837 by having SSAUpdate reuse phi nodes for the
2009-12-04 Chris Lattneradd an assert to make it really clear what this is...
2009-10-20 Chris Lattneralternate fix for PR5258 which avoids worklist problems...
2009-10-20 Torok EdwinFix PR5258, jump-threading creating invalid PHIs.
2009-10-16 Duncan SandsStrip trailing white space.
2009-10-10 Chris Lattneradd a simple helper method.
2009-10-10 Chris Lattneradd ability for clients of SSAUpdater to find out about the
2009-10-10 Chris Lattneradd the ability to get a rewritten value from the middl...
2009-10-10 Chris Lattnerrename GetValueInBlock -> GetValueAtEndOfBlock to bette...
2009-10-10 Chris Lattneruse a typedef instead of spelling out an insane type...
2009-10-10 Chris LattnerImplement an efficient and fully general SSA update...