summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/X86
Commit message (Expand)AuthorAgeFilesLines
* [SCEV] Smart range calculation for SCEVUnknown PhisMax Kazantsev2018-03-011-3/+43
* Fix r326154 buildbots test failEvgeny Stupachenko2018-02-271-0/+213
* [LV] Fix test checks, NFCAlexey Bataev2018-02-211-76/+2363
* revert r325515: [TTI CostModel] change default cost of FP ops to 1 (PR36280)Sanjay Patel2018-02-211-9/+36
* [LV] Fix test checks, NFC.Alexey Bataev2018-02-202-140/+3506
* [TTI CostModel] change default cost of FP ops to 1 (PR36280)Sanjay Patel2018-02-191-36/+9
* [LoopVectorize] auto-generate complete checks; NFCSanjay Patel2018-02-081-5/+80
* [X86] Add support for passing 'prefer-vector-width' function attribute into X...Craig Topper2018-01-201-0/+77
* [X86] Use vmovdqu64/vmovdqa64 for unmasked integer vector stores for consiste...Craig Topper2018-01-181-1/+1
* Move Transforms/LoopVectorize/consecutive-ptr-cg-bug.ll into the X86 subdirec...Hal Finkel2017-12-161-0/+68
* [LV] Ignore the cost of values that will not appear in the vectorized loopDorit Nuzman2017-12-121-0/+80
* [LV] Introduce VPBlendRecipe, VPWidenMemoryInstructionRecipeGil Rapaport2017-11-141-0/+38
* [SimplifyCFG] use pass options and remove the latesimplifycfg passSanjay Patel2017-10-281-1/+1
* [LV] Avoid computing the register usage for default VF. NFCAnna Thomas2017-09-131-4/+0
* [LV] Clamp the VF to the trip countAnna Thomas2017-09-121-0/+26
* LoopVectorize: MaxVF should not be larger than the loop trip countZvi Rackover2017-09-041-0/+35
* Changed basic cost of store operation on X86Elena Demikhovsky2017-08-201-1/+1
* [Loop Vectorize] Added a separate metadataAditya Kumar2017-08-204-8/+7
* Keep Optimization Remark Yaml in NewPMSam Elliott2017-08-201-0/+4
* [SimplifyCFG] Defer folding unconditional branches to LateSimplifyCFG if it c...Balaram Makam2017-07-191-1/+1
* [LV] Test once if vector trip count is zero, instead of twiceAyal Zaks2017-07-191-3/+3
* llvm/test/Transforms/LoopVectorize/X86/slm-no-vectorize.ll: -debug is availab...NAKAMURA Takumi2017-07-021-0/+1
* [X86][CM] update add\sub costs of vectors of 64 in X86\SLM archMohammed Agabaria2017-07-021-0/+48
* Revert "r306473 - re-commit r306336: Enable vectorizer-maximize-bandwidth by ...Teresa Johnson2017-07-018-49/+40
* re-commit r306336: Enable vectorizer-maximize-bandwidth by default.Teresa Johnson2017-07-018-40/+49
* revert r306336 for breaking ppc test.Teresa Johnson2017-07-018-49/+40
* Enable vectorizer-maximize-bandwidth by default.Teresa Johnson2017-07-018-40/+49
* [LV] Optimize for size when vectorizing loops with tiny trip countAyal Zaks2017-06-301-2/+29
* Revert "r306473 - re-commit r306336: Enable vectorizer-maximize-bandwidth by ...Daniel Jasper2017-06-308-49/+40
* re-commit r306336: Enable vectorizer-maximize-bandwidth by default.Dehao Chen2017-06-278-40/+49
* revert r306336 for breaking ppc test.Dehao Chen2017-06-268-49/+40
* Enable vectorizer-maximize-bandwidth by default.Dehao Chen2017-06-268-40/+49
* Revert "Enable vectorizer-maximize-bandwidth by default."Diana Picus2017-06-228-49/+40
* Enable vectorizer-maximize-bandwidth by default.Dehao Chen2017-06-218-40/+49
* Improve profile-guided heuristics to use estimated trip count.Taewook Oh2017-06-191-26/+0
* [LV] Report multiple reasons for not vectorizing under allowExtraAnalysisAyal Zaks2017-05-231-16/+108
* [TLI] Add mapping for various '__<func>_finite' forms of the math routines to...Andrew Kaylor2017-05-121-0/+187
* Support arbitrary address space pointers in masked gather/scatter intrinsics.Elad Cohen2017-05-033-11/+201
* [LV] Handle external uses of floating-point induction variablesMatthew Simpson2017-04-261-0/+63
* Reapply r298620: [LV] Vectorize GEPsMatthew Simpson2017-04-072-107/+43
* Revert r298620: [LV] Vectorize GEPsIvan Krasin2017-03-242-43/+107
* [LV] Vectorize GEPsMatthew Simpson2017-03-232-107/+43
* [LV] These remark should have been missed remarksAdam Nemet2017-03-011-1/+1
* [AVX-512] Fix the execution domain for AVX-512 integer broadcasts.Craig Topper2017-02-261-1/+1
* Increases full-unroll threshold.Dehao Chen2017-02-181-2/+12
* [Loop Vectorizer] Cost-based decision for vectorization form of memory instru...Elena Demikhovsky2017-02-082-1/+43
* [X86] Remove PCOMMIT instruction support since Intel has deprecated this inst...Craig Topper2017-02-081-2/+2
* [LV] Also port failure remarks to new OptimizationRemarkEmitter APIAdam Nemet2017-02-021-0/+57
* [X86] enable memory interleaving for X86\SLM arch. Mohammed Agabaria2017-01-251-0/+1
* [LV] Add requires asserts to test caseMatthew Simpson2017-01-171-0/+1
OpenPOWER on IntegriCloud