summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/ScalarEvolutionExpander.cpp
Commit message (Expand)AuthorAgeFilesLines
* [SCEV][NFC] Break from loop after we found first non-Phi in getAddRecExprPHIL...Max Kazantsev2017-11-291-1/+5
* [SCEV][NFC] Introduce isSafeToExpandAt function to SCEVExpanderMax Kazantsev2017-11-161-0/+5
* Undo accidental commitPhilip Reames2017-10-311-8/+0
* [CGP] Fix crash on i96 bit multiplyPhilip Reames2017-10-301-0/+8
* Revert rL316568 because of sudden performance drop on ARMMax Kazantsev2017-10-271-2/+8
* [SCEV] Enhance SCEVFindUnsafe for divisionMax Kazantsev2017-10-251-8/+2
* [SCEV] Teach SCEVExpander to expand BinPowMax Kazantsev2017-06-191-5/+43
* [SCEVExpander] Try harder to avoid introducing inttoptrKeno Fischer2017-05-271-4/+16
* Rename WeakVH to WeakTrackingVH; NFCSanjoy Das2017-05-011-3/+4
* Kill off the old SimplifyInstruction API by converting remaining users.Daniel Berlin2017-04-281-1/+1
* Reverts commit r301424, r301425 and r301426Sanjoy Das2017-04-261-4/+3
* Rename WeakVH to WeakTrackingVH; NFCSanjoy Das2017-04-261-3/+4
* 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
OpenPOWER on IntegriCloud