summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/ScalarEvolutionExpander.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Tighten the API for ScalarEvolutionNormalizationSanjoy Das2017-04-141-2/+1
* Remove NormalizeAutodetect; NFCSanjoy Das2017-04-141-2/+2
* Revert @llvm.assume with operator bundles (r289755-r289757)Daniel Jasper2016-12-191-1/+1
* Remove the AssumptionCacheHal Finkel2016-12-151-1/+1
* Revert "[SCEVExpand] do not hoist divisions by zero (PR30935)"Reid Kleckner2016-12-121-58/+30
* [SCEVExpand] do not hoist divisions by zero (PR30935)Sebastian Pop2016-12-121-30/+58
* [SCEVExpander] Explicitly expand AddRec starts into loop preheaderSanjoy Das2016-12-111-5/+8
* Fix comment typos. NFC.Simon Pilgrim2016-11-201-1/+1
* Revert r286437 r286438, they caused PR30976Nico Weber2016-11-101-44/+32
* [SCEVExpander] Hoist unsigned divisons when safeSanjoy Das2016-11-101-1/+3
* [SCEVExpander] Don't hoist divisionsSanjoy Das2016-11-101-32/+42
* Create a getelementptr instead of sub expr for ValueOffsetPair if theWei Mi2016-09-141-3/+22
* Use range algorithms instead of unpacking begin/endDavid Majnemer2016-08-111-3/+2
* [SCEV] Update interface to handle SCEVExpander insert point motion.Geoff Berry2016-08-111-2/+1
* Fix the runtime error caused by "Use ValueOffsetPair to enhance value reuse d...Wei Mi2016-08-091-9/+20
* Recommit "Use ValueOffsetPair to enhance value reuse during SCEV expansion".Wei Mi2016-08-091-13/+17
* Revert r276136 "Use ValueOffsetPair to enhance value reuse during SCEV expans...Hans Wennborg2016-07-261-18/+13
* Use ValueOffsetPair to enhance value reuse during SCEV expansion.Wei Mi2016-07-201-13/+18
* Fix ScalarEvolutionExpander step scaling bugKeno Fischer2016-07-131-0/+7
* Avoid output indeterminism between GCC and Clang builds.Patrik Hagglund2016-06-201-2/+6
* [SCEV] Keep SCEVExpander insert points consistent.Geoff Berry2016-06-011-35/+52
* [SCEVExpander] Fix a failed cast<> assertionSanjoy Das2016-05-111-43/+47
* [SCEVExpander] Don't break SSA in replaceCongruentIVsSanjoy Das2016-05-111-2/+1
* [SCEVExpander] Clang format expressions; NFCSanjoy Das2016-05-101-17/+16
* [SCEV] Improve the run-time checking of the NoWrap predicateSilviu Baranga2016-04-251-19/+63
* Remove emacs mode markers from .cpp files. NFCNick Lewycky2016-04-241-1/+1
* Re-commit [SCEV] Introduce a guarded backedge taken count and use it in LAA a...Silviu Baranga2016-04-081-1/+3
* Revert r265535 until we know how we can fix the bots Silviu Baranga2016-04-061-3/+1
* [SCEV] Introduce a guarded backedge taken count and use it in LAA and LVSilviu Baranga2016-04-061-1/+3
* [IndVars] Fix PR26974: make sure replaceCongruentIVs doesn't break LCSSASilviu Baranga2016-03-211-0/+1
* ADT: Remove == and != comparisons between ilist iterators and pointersDuncan P. N. Exon Smith2016-02-211-3/+3
* [SCEVExpander] Make findExistingExpansion smarterJunmo Park2016-02-161-25/+35
* This patch is to fix PR26529 caused by r259736.Wei Mi2016-02-091-4/+3
* [SCEV][LAA] Re-commit r260085 and r260086, this time with a fix for the memorySilviu Baranga2016-02-081-0/+68
* Revert r260086 and r260085. They have broken the memorySilviu Baranga2016-02-081-68/+0
* [SCEV][LAA] Add no wrap SCEV predicates and use use them to improve strided p...Silviu Baranga2016-02-081-0/+68
* Fix a regression for r259736.Wei Mi2016-02-041-3/+10
* [SCEV] Try to reuse existing value during SCEV expansionWei Mi2016-02-041-1/+27
* [ScalarEvolutionExpander] Simplify findInsertPointAfterDavid Majnemer2016-02-031-8/+6
* Revert r259662, which caused regressions on polly tests.Wei Mi2016-02-031-25/+1
* [SCEV] Try to reuse existing value during SCEV expansionWei Mi2016-02-031-1/+25
* [SCEV] Add and use SCEVConstant::getAPInt; NFCISanjoy Das2015-12-171-12/+7
* [IR] Remove terminatepadDavid Majnemer2015-12-141-2/+0
* [IR] Reformulate LLVM's EH funclet IRDavid Majnemer2015-12-121-8/+2
* [SCEVExpander] Have hoistIVInc preserve LCSSASanjoy Das2015-12-081-0/+3
* [SCEVExpander] Use C++isms; NFCSanjoy Das2015-11-211-43/+28
* ADT: Remove last implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-11-071-3/+3
* Fix PR25372 - teach replaceCongruentPHIs to handle cases where SE evaluates a...Silviu Baranga2015-11-031-1/+14
* [SCEV][LV] Add SCEV Predicates and use them to re-implement stride versioningSilviu Baranga2015-11-021-0/+37
* [ScalarEvolutionExpander] PHI on a catchpad can be used on both edgesDavid Majnemer2015-10-271-11/+5
OpenPOWER on IntegriCloud