aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/ScalarEvolution.cpp
AgeCommit message (Expand)Author
2017-10-16[SCEV] Rename getMaxBECount and update comments. NFCAnna Thomas
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman
2017-10-13[SCEV] Maintain and use a loop->loop invalidation dependencySanjoy Das
2017-10-13[SCEV] Teach SCEV to find maxBECount when loop endbound is variantAnna Thomas
2017-10-13[SCEV] Maintain loop use lists, and use them in forgetLoopSanjoy Das
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton
2017-10-11[SCEV] Properly handle the case of a non-constant start with a zero accum in ...Daniel Neilson
2017-09-25Remove trailing whitespaces.Michael Liao
2017-09-22[SCEV] Generalize folding of trunc(x)+n*trunc(y) into folding m*trunc(x)+n*tr...Daniel Neilson
2017-09-11[ScalarEvolution] Refactor forgetLoop() to improve performanceMarcello Maggioni
2017-09-05[SCEV] Ensure ScalarEvolution::createAddRecFromPHIWithCastsImpl properly hand...Daniel Neilson
2017-09-01[SCEV] Add URem support to SCEVAlexandre Isoard
2017-08-18[Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; ...Eugene Zelenko
2017-08-04[SCEV] Preserve NSW information for sext(subtract).Amara Emerson
2017-08-03[SCEV] Re-enable "Cache results of computeExitLimit"Max Kazantsev
2017-08-01[SCEV/IndVars] Always compute loop exiting values if the backedge count is 0Sanjoy Das
2017-07-29[SCEV] Change an early exit to an assert; NFCSanjoy Das
2017-07-28[SCEV] Do not visit nodes twice in containsConstantSomewhereMax Kazantsev
2017-07-28Revert "[SCEV] Cache results of computeExitLimit"Sanjoy Das
2017-07-26[SCEV] Cache results of computeExitLimitMax Kazantsev
2017-07-26[SCEV] Remove unnecessary call to forgetMemoizedResultsSanjoy Das
2017-07-23[SCEV] Limit max size of AddRecExpr during evolvingMax Kazantsev
2017-07-18PSCEV] Create AddRec for Phis in cases of possible integer overflow,Dorit Nuzman
2017-07-06[Constants] Replace calls to ConstantInt::equalsInt(0)/equalsInt(1) with isZe...Craig Topper
2017-07-06[Constants] If we already have a ConstantInt*, prefer to use isZero/isOne/isM...Craig Topper
2017-06-30[SCEV] Use depth limit instead of local cache for SExt and ZExtMax Kazantsev
2017-06-29Reverting r306695 while investigating failing test case.Alexandre Isoard
2017-06-29ScalarEvolution: Add URem supportAlexandre Isoard
2017-06-24[SCEV] Avoid copying ConstantRange just to get the min/max valueCraig Topper
2017-06-21[SCEV] Make MulOpsInlineThreshold lower to avoid excessive compilation timeMax Kazantsev
2017-06-20[SCEV][NFC] Fix a misleading description of AddOpsInlineThresholdMax Kazantsev
2017-06-15[ScalarEvolution] Apply Depth limit to getMulExprMax Kazantsev
2017-06-09[InstSimplify] Don't constant fold or DCE calls that are marked nobuiltinAndrew Kaylor
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-05-31Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova
2017-05-30[SCEV][NFC] Remove redundant params from isAvailableAtLoopEntryMax Kazantsev
2017-05-27[SCEV] Assume parameters coming from function calls contain IVsTobias Grosser
2017-05-26Re-enable "[SCEV] Do not fold dominated SCEVUnknown into AddRecExpr start"Max Kazantsev
2017-05-24[ValueTracking] Convert most of the calls to computeKnownBits to use the vers...Craig Topper
2017-05-24Revert "[SCEV] Do not fold dominated SCEVUnknown into AddRecExpr start"Diana Picus
2017-05-24[SCEV] Do not fold dominated SCEVUnknown into AddRecExpr startMax Kazantsev
2017-05-22[SCEV] Clarify behavior around max backedge taken countSanjoy Das
2017-05-21Revert "[SCEV] Clarify behavior around max backedge taken count"Sanjoy Das
2017-05-21[SCEV] Clarify behavior around max backedge taken countSanjoy Das
2017-05-18[SCEV][NFC] Remove duplication of isLoopInvariant codeMax Kazantsev
2017-05-17[SCEV] Always sort AddRecExprs from different loops by dominanceMax Kazantsev
2017-05-17[SCEV][NFC] Replace redundant dyn_cast with cast in getAddExprMax Kazantsev
2017-05-16[SCEV] Fix sorting order for AddRecExprsMax Kazantsev
2017-05-15[SCEV] Use copy initialization of APInts instead of direct initialization.Craig Topper
2017-05-15[ValueTracking] Replace all uses of ComputeSignBit with computeKnownBits.Craig Topper