summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize
Commit message (Expand)AuthorAgeFilesLines
* [LV] For some IVs, use vector phis instead of widening in the loop bodyMichael Kuperstein2016-06-011-20/+76
* [SLP] Pass in correct alignment when query memory access costGuozhi Wei2016-05-311-4/+8
* [BBVectorize] Don't vectorize selects with a scalar condition and vector oper...Michael Kuperstein2016-05-261-1/+8
* 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
* Tidied up switch cases. NFCI.Simon Pilgrim2016-05-121-52/+48
* [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
* [SLPVectorizer] Add operand bundles to vectorized functionsDavid Majnemer2016-04-291-2/+16
* [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
* [SLPVectorizer] Extend SLP Vectorizer to deal with aggregates.Arch D. Robison2016-04-281-37/+151
* [LV] Reallow positive-stride interleaved load groups with gapsMatthew Simpson2016-04-271-9/+47
* [SLPVectorizer] Refactor where MinVecRegSize and MaxVecRegSize live.Arch D. Robison2016-04-271-20/+28
* [TTI] Add hook for vector extract with extensionMatthew Simpson2016-04-271-3/+4
* 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-223-2/+5
* Revert "Initial implementation of optimization bisect support."Vedant Kumar2016-04-223-5/+2
* Initial implementation of optimization bisect support.Andrew Kaylor2016-04-213-2/+5
* [ValueTracking, VectorUtils] Refactor getIntrinsicIDForCallDavid Majnemer2016-04-192-10/+10
* Port DemandedBits to the new pass manager.Michael Kuperstein2016-04-182-9/+9
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* [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-143-7/+32
* 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
* [SLPVectorizer] Don't insert an extractelement before a catchswitchDavid Majnemer2016-04-011-2/+9
* [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
* [SLP] Remove unnecessary member variables by using container APIs.Chad Rosier2016-03-211-13/+6
* [LoopVectorize] Annotate versioned loop with noalias metadataAdam Nemet2016-03-171-14/+60
* [SLP] Make DataLayout a member variable.Chad Rosier2016-03-161-38/+35
* [LV] Preserve LoopInfo when store predication is usedAdam Nemet2016-03-151-1/+1
* [SLP] Update comment to reflect reality. NFC.Chad Rosier2016-03-151-2/+2
* [SLPVectorizer] Fix dependency listKeno Fischer2016-03-141-0/+1
OpenPOWER on IntegriCloud