summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LAA] Enable symbolic stride speculation for all LAA clientsAdam Nemet2016-06-171-16/+1
* Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...Benjamin Kramer2016-06-171-7/+7
* [LV] Move management of symbolic strides to LAA. NFCIAdam Nemet2016-06-161-37/+9
* [LV] Make getSymbolicStrides return a pointer rather than a reference. NFCAdam Nemet2016-06-161-5/+5
* [LV] Make the new getter return a const reference. NFCAdam Nemet2016-06-151-1/+3
* [LV] Add getter function for LoopVectorizationLegality::Strides. NFCAdam Nemet2016-06-151-6/+8
* [LV] Remove more unused functions. NFCAdam Nemet2016-06-151-4/+0
* [LV] Remove unused function. NFCAdam Nemet2016-06-151-1/+0
* Recommit [LV] Enable vectorization of loops where the IV has an external useMichael Kuperstein2016-06-151-26/+92
* Reverting r272715 since it broke libcxx.Michael Kuperstein2016-06-141-80/+26
* [LV] Enable vectorization of loops where the IV has an external useMichael Kuperstein2016-06-141-26/+80
* [PM] Port LCSSA to the new PM.Easwaran Raman2016-06-091-1/+1
* [LV] Use vector phis for some secondary induction variablesMichael Kuperstein2016-06-091-4/+6
* Revert r272194 No need for it if loop Analysis Manager is usedXinliang David Li2016-06-091-1/+1
* [PM] Refector LoopAccessInfo analysis code Xinliang David Li2016-06-081-1/+1
* [LV] For some IVs, use vector phis instead of widening in the loop bodyMichael Kuperstein2016-06-011-20/+76
* fix typo; NFCSanjay Patel2016-05-251-1/+1
* fix typos; NFCSanjay Patel2016-05-241-11/+11
* Recommit r255691 since PR26509 has been fixed.Wei Mi2016-05-191-31/+106
* [VectorUtils] Fix nasty use-after-freeJames Molloy2016-05-181-1/+3
* [LV] Ensure safe VF for loops with interleaved accessesMatthew Simpson2016-05-161-1/+23
* Correct spelling in comment (NFC)Matthew Simpson2016-05-131-1/+1
* [LoopVectorizer] LoopVectorBody doesn't need to be a vector. NFC.Michael Kuperstein2016-05-121-40/+22
* [LoopVectorize] Handling induction variable with non-constant step.Elena Demikhovsky2016-05-101-22/+54
* [LAA] Rename "isStridedPtr" with "getPtrStride". NFC.Denis Zobnin2016-05-101-1/+1
* Remove dead include. NFC.Chad Rosier2016-05-051-1/+0
* Fix unused variable warning after r268632Silviu Baranga2016-05-051-1/+0
* [LV] Identify more induction PHIs by coercing expressions to AddRecExprsSilviu Baranga2016-05-051-7/+15
* [LV] Refactor the validation of PHI inductions. NFCSilviu Baranga2016-05-051-29/+48
* clang-format some files in preparation of coming patch reviews.Dehao Chen2016-05-051-522/+487
* [LoopVectorize] Add operand bundles to vectorized functionsDavid Majnemer2016-04-291-5/+7
* [PR25281] Remove AAResultsWrapper from preserved analyses of loop vectorizer.Michael Zolotukhin2016-04-291-1/+0
* [LoopVectorize] Keep hints from original loop on the vector loopHal Finkel2016-04-291-0/+5
* [LV] Reallow positive-stride interleaved load groups with gapsMatthew Simpson2016-04-271-9/+47
* Masked Store in Loop Vectorizer - bugfixElena Demikhovsky2016-04-261-13/+9
* [LoopVectorize] Don't consider conditional-load dereferenceability for marked...Hal Finkel2016-04-261-0/+4
* Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor2016-04-221-0/+3
* Revert "Initial implementation of optimization bisect support."Vedant Kumar2016-04-221-3/+0
* Initial implementation of optimization bisect support.Andrew Kaylor2016-04-211-0/+3
* [ValueTracking, VectorUtils] Refactor getIntrinsicIDForCallDavid Majnemer2016-04-191-5/+5
* Port DemandedBits to the new pass manager.Michael Kuperstein2016-04-181-6/+6
* [ARM] Adding IEEE-754 SIMD detection to loop vectorizerRenato Golin2016-04-141-6/+48
* [CodeGen] Teach LLVM how to lower @llvm.{min,max}num to {MIN,MAX}NANDavid Majnemer2016-04-141-2/+12
* Loop vectorization with uniform loadElena Demikhovsky2016-04-101-0/+9
* [LoopVectorize] Register cloned assumptionsDavid Majnemer2016-04-081-10/+24
* Re-commit [SCEV] Introduce a guarded backedge taken count and use it in LAA a...Silviu Baranga2016-04-081-2/+2
* Revert r265535 until we know how we can fix the bots Silviu Baranga2016-04-061-2/+2
* [SCEV] Introduce a guarded backedge taken count and use it in LAA and LVSilviu Baranga2016-04-061-2/+2
* [LoopVectorize] Don't vectorize loops when everything will be scalarizedHal Finkel2016-03-301-18/+49
* Remove HasFnAttribute guards to getFnAttribute callsNirav Dave2016-03-301-3/+2
OpenPOWER on IntegriCloud