summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/ScalarEvolution.cpp
Commit message (Expand)AuthorAgeFilesLines
* [SCEV] Simplify/generalize howFarToZero solving.Eli Friedman2017-01-311-59/+9
* Cleanup dump() functions.Matthias Braun2017-01-281-2/+3
* [SCEV] Introduce add operation inlining limitDaniil Fukalov2017-01-261-0/+8
* [SCEV] Make getUDivExactExpr handle non-nuw multiplies correctly.Eli Friedman2017-01-181-16/+21
* [SCEV] Limit recursion depth of constant evolving.Michael Liao2017-01-131-3/+10
* [SCEV] Simplify SolveLinEquationWithOverflow a bit.Eli Friedman2017-01-121-7/+8
* [SCEV] Make howFarToZero max backedge-taken count check for precondition.Eli Friedman2017-01-111-0/+17
* [SCEV] Make howFarToZero use a simpler formula for max backedge-taken count.Eli Friedman2017-01-111-11/+2
* [PM] Teach SCEV to invalidate itself when its dependencies becomeChandler Carruth2017-01-091-0/+12
* [SCEV] Be less conservative when extending bitwidths for computing ranges.Michael Zolotukhin2016-12-201-7/+6
* Revert @llvm.assume with operator bundles (r289755-r289757)Daniel Jasper2016-12-191-85/+36
* Fix iterator-invalidation issueHal Finkel2016-12-151-1/+3
* Remove the AssumptionCacheHal Finkel2016-12-151-16/+11
* Make processing @llvm.assume more efficient by using operand bundlesHal Finkel2016-12-151-20/+72
* Revert "[SCEVExpand] do not hoist divisions by zero (PR30935)"Reid Kleckner2016-12-121-1/+1
* [SCEVExpand] do not hoist divisions by zero (PR30935)Sebastian Pop2016-12-121-1/+1
* IR: Change PointerType to derive from Type rather than SequentialType.Peter Collingbourne2016-12-021-2/+2
* [PM] Change the static object whose address is used to uniquely identifyChandler Carruth2016-11-231-1/+1
* Fix comment typos. NFC.Simon Pilgrim2016-11-201-2/+2
* [SCEV] limit recursion depth of CompareSCEVComplexityDaniil Fukalov2016-11-171-17/+44
* test commit, changed tab to spaces, NFCDaniil Fukalov2016-11-161-1/+1
* Analysis: Simplify the ScalarEvolution::getGEPExpr() interface. NFCI.Peter Collingbourne2016-11-131-8/+7
* [SCEV] Eta reduce some lambdas; NFCSanjoy Das2016-11-101-3/+2
* [SCEV] Refactor out a useful pattern; NFCSanjoy Das2016-11-091-134/+20
* [SCEV] Try to order n-ary expressions in CompareValueComplexitySanjoy Das2016-10-311-10/+35
* [SCEV] In CompareValueComplexity, order global values by their nameSanjoy Das2016-10-301-0/+15
* [SCEV] Use auto for consistency with an upcoming change; NFCSanjoy Das2016-10-301-4/+4
* [LoopUnroll] Keep the loop test only on the first iteration of max-or-zero loopsJohn Brawn2016-10-211-17/+40
* [SCEV] Add a threshold to restrict number of mul operands to be inlined into ...Li Huang2016-10-201-0/+7
* [SCEV] Make CompareValueComplexity a little bit smarterSanjoy Das2016-10-181-2/+12
* [SCEV] Extract out a helper function; NFCSanjoy Das2016-10-181-45/+46
* [SCEV] More accurate calculation of max backedge count of some less-than loopsJohn Brawn2016-10-181-28/+53
* [SCEV] Consider delinearization pattern with extension with identity factorTobias Grosser2016-10-171-1/+2
* Reapply "[LoopUnroll] Use the upper bound of the loop trip count to fullly un...Haicheng Wu2016-10-121-10/+20
* Revert "[LoopUnroll] Use the upper bound of the loop trip count to fullly unr...Haicheng Wu2016-10-121-20/+10
* [LoopUnroll] Use the upper bound of the loop trip count to fullly unroll a loopHaicheng Wu2016-10-121-10/+20
* [SCEV] Rely on ConstantRange instead of custom logic; NFCISanjoy Das2016-10-021-124/+52
* Revert r283057 and r283058Sanjoy Das2016-10-021-52/+124
* Remove duplicated code; NFCSanjoy Das2016-10-021-2/+2
* [SCEV] Rely on ConstantRange instead of custom logic; NFCISanjoy Das2016-10-021-124/+52
* [SCEV] Remove commented out code; NFCSanjoy Das2016-10-021-3/+1
* [SCEV] Use a SmallPtrSet as a temporary union predicate; NFCSanjoy Das2016-09-281-55/+65
* [SCEV] Replace a struct with a function; NFCSanjoy Das2016-09-271-153/+139
* [SCEV] Use find instead of find_as; NFCSanjoy Das2016-09-271-1/+1
* [SCEV] Reduce the scope of a struct; NFCSanjoy Das2016-09-271-22/+20
* [SCEV] Remove custom RAII wrapper; NFCSanjoy Das2016-09-271-22/+5
* [SCEV] Make PendingLoopPredicates more frugal; NFCISanjoy Das2016-09-271-3/+4
* [SCEV] Fix the order of members in the initializer list.Chandler Carruth2016-09-261-1/+1
* [SCEV] Assign LoopPropertiesCache in the move constructorSanjoy Das2016-09-261-0/+1
* [SCEV] Combine two predicates into one; NFCSanjoy Das2016-09-261-31/+24
OpenPOWER on IntegriCloud