aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/ScalarEvolutionExpander.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-11Use range algorithms instead of unpacking begin/endDavid Majnemer1-3/+2
2016-08-11[SCEV] Update interface to handle SCEVExpander insert point motion.Geoff Berry1-2/+1
2016-08-09Fix the runtime error caused by "Use ValueOffsetPair to enhance value reuse d...Wei Mi1-9/+20
2016-08-09Recommit "Use ValueOffsetPair to enhance value reuse during SCEV expansion".Wei Mi1-13/+17
2016-07-26Revert r276136 "Use ValueOffsetPair to enhance value reuse during SCEV expans...Hans Wennborg1-18/+13
2016-07-20Use ValueOffsetPair to enhance value reuse during SCEV expansion.Wei Mi1-13/+18
2016-07-13Fix ScalarEvolutionExpander step scaling bugKeno Fischer1-0/+7
2016-06-20Avoid output indeterminism between GCC and Clang builds.Patrik Hagglund1-2/+6
2016-06-01[SCEV] Keep SCEVExpander insert points consistent.Geoff Berry1-35/+52
2016-05-11[SCEVExpander] Fix a failed cast<> assertionSanjoy Das1-43/+47
2016-05-11[SCEVExpander] Don't break SSA in replaceCongruentIVsSanjoy Das1-2/+1
2016-05-10[SCEVExpander] Clang format expressions; NFCSanjoy Das1-17/+16
2016-04-25[SCEV] Improve the run-time checking of the NoWrap predicateSilviu Baranga1-19/+63
2016-04-24Remove emacs mode markers from .cpp files. NFCNick Lewycky1-1/+1
2016-04-08Re-commit [SCEV] Introduce a guarded backedge taken count and use it in LAA a...Silviu Baranga1-1/+3
2016-04-06Revert r265535 until we know how we can fix the bots Silviu Baranga1-3/+1
2016-04-06[SCEV] Introduce a guarded backedge taken count and use it in LAA and LVSilviu Baranga1-1/+3
2016-03-21[IndVars] Fix PR26974: make sure replaceCongruentIVs doesn't break LCSSASilviu Baranga1-0/+1
2016-02-21ADT: Remove == and != comparisons between ilist iterators and pointersDuncan P. N. Exon Smith1-3/+3
2016-02-16[SCEVExpander] Make findExistingExpansion smarterJunmo Park1-25/+35
2016-02-09This patch is to fix PR26529 caused by r259736.Wei Mi1-4/+3
2016-02-08[SCEV][LAA] Re-commit r260085 and r260086, this time with a fix for the memorySilviu Baranga1-0/+68
2016-02-08Revert r260086 and r260085. They have broken the memorySilviu Baranga1-68/+0
2016-02-08[SCEV][LAA] Add no wrap SCEV predicates and use use them to improve strided p...Silviu Baranga1-0/+68
2016-02-04Fix a regression for r259736.Wei Mi1-3/+10
2016-02-04[SCEV] Try to reuse existing value during SCEV expansionWei Mi1-1/+27
2016-02-03[ScalarEvolutionExpander] Simplify findInsertPointAfterDavid Majnemer1-8/+6
2016-02-03Revert r259662, which caused regressions on polly tests.Wei Mi1-25/+1
2016-02-03[SCEV] Try to reuse existing value during SCEV expansionWei Mi1-1/+25
2015-12-17[SCEV] Add and use SCEVConstant::getAPInt; NFCISanjoy Das1-12/+7
2015-12-14[IR] Remove terminatepadDavid Majnemer1-2/+0
2015-12-12[IR] Reformulate LLVM's EH funclet IRDavid Majnemer1-8/+2
2015-12-08[SCEVExpander] Have hoistIVInc preserve LCSSASanjoy Das1-0/+3
2015-11-21[SCEVExpander] Use C++isms; NFCSanjoy Das1-43/+28
2015-11-07ADT: Remove last implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-3/+3
2015-11-03Fix PR25372 - teach replaceCongruentPHIs to handle cases where SE evaluates a...Silviu Baranga1-1/+14
2015-11-02[SCEV][LV] Add SCEV Predicates and use them to re-implement stride versioningSilviu Baranga1-0/+37
2015-10-27[ScalarEvolutionExpander] PHI on a catchpad can be used on both edgesDavid Majnemer1-11/+5
2015-10-27[ScalarEvolutionExpander] Properly insert no-op casts + EH PadsDavid Majnemer1-15/+40
2015-10-10Analysis: Remove implicit ilist iterator conversionsDuncan P. N. Exon Smith1-27/+29
2015-08-17[ScalarEvolutionExpander] Reuse findExistingExpansion during expansion cost c...Igor Laevsky1-19/+11
2015-08-17[PM] Port ScalarEvolution to the new pass manager.Chandler Carruth1-35/+32
2015-08-15[IR] Give catchret an optional 'return value' operandDavid Majnemer1-0/+2
2015-08-10[IndVarSimplify] Make cost estimation in RewriteLoopExitValues smarterIgor Laevsky1-6/+44
2015-08-08Fix some comment typos.Benjamin Kramer1-2/+2
2015-06-24[LSR] canonicalize Prod*(1<<C) to Prod<<CJingyue Wu1-5/+12
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-2/+2
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-2/+2
2015-06-19Fix "the the" in comments.Eric Christopher1-1/+1
2015-05-29Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer1-3/+3