aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/ScalarEvolutionExpander.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-01-04[PM] Split the AssumptionTracker immutable pass into two separate APIs:Chandler Carruth1-1/+1
2014-11-19Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie1-1/+1
2014-09-07Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)Hal Finkel1-1/+1
2014-07-31Fix ScalarEvolutionExpander when creating a PHI in a block with duplicate pre...Hal Finkel1-1/+5
2014-06-21SCEVExpander: Fold constant PHIs harder. The logic below only understands pro...Benjamin Kramer1-1/+2
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-25/+26
2014-03-09[C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth1-4/+1
2014-03-07[C++11] Convert sort predicates into lambdas.Benjamin Kramer1-10/+7
2014-03-02[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer1-2/+2
2014-02-18Rename some member variables from TD to DL.Rafael Espindola1-10/+10
2014-02-16SCEVExpander: Try hard not to create derived induction variables in other loopsArnold Schwaighofer1-25/+136
2014-02-15Revert "SCEVExpander: Try hard not to create derived induction variables in o...Arnold Schwaighofer1-127/+25
2014-02-15SCEVExpander: Try hard not to create derived induction variables in other loopsArnold Schwaighofer1-25/+127
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth1-1/+1
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-1/+1
2013-12-07Don't #include heavy Dominators.h file in LoopInfo.h. This change reducesJakub Staszak1-0/+1
2013-12-05Correct word hyphenationsAlp Toker1-1/+1
2013-10-25Fix SCEVExpander: don't try to expand quadratic recurrences outside a loop.Andrew Trick1-11/+27
2013-10-01SCEVExpander: Fix a regression I introduced by to eagerly adding RAII objects.Benjamin Kramer1-1/+4
2013-09-30Convert manual insert point restores to the new RAII object.Benjamin Kramer1-47/+15
2013-09-10Teach ScalarEvolution about pointer address spacesMatt Arsenault1-1/+5
2013-08-18Fix SCEVExpander creating distinct duplicate PHI entriesHal Finkel1-0/+5
2013-07-14Remove a bunch of old SCEVExpander FIXME's for preserving NoWrap.Andrew Trick1-17/+11
2013-07-14Teach indvars to generate nsw/nuw flags when widening an induction variable.Andrew Trick1-1/+6
2013-01-14SCEVExpander fix. RAUW needs to update the InsertedExpressions cache.Andrew Trick1-3/+2
2013-01-07Switch the SCEV expander and LoopStrengthReduce to useChandler Carruth1-5/+5
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-3/+3
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-2/+2
2012-11-01Revert the series of commits starting with r166578 which introduced theChandler Carruth1-3/+1
2012-10-24Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow1-1/+3
2012-10-19revert r166264 because the LTO build is still failingNadav Rotem1-6/+6
2012-10-19SCEVExpander: Don't crash when trying to merge two constant phis.Benjamin Kramer1-0/+11
2012-10-19recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...Nadav Rotem1-6/+6
2012-10-18Temporarily revert the TargetTransform changes.Bob Wilson1-6/+6
2012-10-10Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem1-6/+6
2012-10-08Move TargetData to DataLayout.Micah Villmow1-6/+6
2012-07-23Fix a typo (the the => the)Sylvestre Ledru1-1/+1
2012-07-13LSR Fix: check SCEV expression safety before expansion.Andrew Trick1-0/+41
2012-05-22LSR fix: add a missing phi check during IV hoisting.Andrew Trick1-1/+2
2012-02-27Fix this assert. IP can point to an instruction with strange dominanceRafael Espindola1-15/+20
2012-02-26And update the comment...Rafael Espindola1-1/+0
2012-02-26Enable the assert that got all this dominator work started.Rafael Espindola1-1/+1
2012-02-26Change the implementation of dominates(inst, inst) to one based on what theRafael Espindola1-6/+5
2012-02-23Fix typo.Rafael Espindola1-1/+1
2012-02-22Improve comment. Thanks for Andrew for the suggestion.Rafael Espindola1-2/+3
2012-02-22Semantically revert 151015. Add a comment on why we should be able to assertRafael Espindola1-7/+17
2012-02-21s/the the/the/Rafael Espindola1-1/+1
2012-02-21Use more idiomatic assert.Rafael Espindola1-2/+2
2012-02-21Avoid warning on non assert builds.Rafael Espindola1-2/+3
2012-02-21It turns out that with the current scev organization ReuseOrCreateCast cannotRafael Espindola1-9/+9