summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize
Commit message (Expand)AuthorAgeFilesLines
* Move test to X86 directory: I think it depends on X86 TTI.Tim Northover2016-05-271-0/+0
* Vectorizer: track non-fast FP instructions through phis when finding reductions.Tim Northover2016-05-271-0/+75
* Look for a loop's starting location in the llvm.loop metadataHal Finkel2016-05-251-0/+74
* [x86] avoid code explosion from LoopVectorizer for gather loop (PR27826) Sanjay Patel2016-05-251-0/+41
* Recommit r255691 since PR26509 has been fixed.Wei Mi2016-05-192-1/+72
* [LAA] Rename forwarding conflict detection option (NFC)Matthew Simpson2016-05-161-1/+1
* [LV] Ensure safe VF for loops with interleaved accessesMatthew Simpson2016-05-161-0/+56
* [InstCombine] canonicalize* LE/GE vector integer comparisons to LT/GT (PR2670...Sanjay Patel2016-05-131-1/+1
* Revert "[VectorUtils] Query number of sign bits to allow more truncations"James Molloy2016-05-101-36/+0
* [LoopVectorize] Handling induction variable with non-constant step.Elena Demikhovsky2016-05-101-0/+124
* [LV] Hint at the new loop distribution pragma in optimization remarkAdam Nemet2016-05-091-0/+74
* [VectorUtils] Query number of sign bits to allow more truncationsJames Molloy2016-05-091-0/+36
* [LV] Identify more induction PHIs by coercing expressions to AddRecExprsSilviu Baranga2016-05-051-0/+75
* [LoopVectorize] Add operand bundles to vectorized functionsDavid Majnemer2016-04-291-0/+45
* [PR25281] Remove AAResultsWrapper from preserved analyses of loop vectorizer.Michael Zolotukhin2016-04-291-0/+59
* [LoopVectorize] Keep hints from original loop on the vector loopHal Finkel2016-04-291-0/+30
* [LV] Reallow positive-stride interleaved load groups with gapsMatthew Simpson2016-04-271-6/+99
* Masked Store in Loop Vectorizer - bugfixElena Demikhovsky2016-04-261-0/+46
* [LoopVectorize] Don't consider conditional-load dereferenceability for marked...Hal Finkel2016-04-261-0/+41
* [ARM] AArch32 v8 NEON is still not IEEE-754 compliantRenato Golin2016-04-181-14/+8
* Convert this sample-based-profiling testcase to use a NoDebug CU.Adrian Prantl2016-04-151-4/+1
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-1511-36/+26
* [test] Require 'asserts' for a test which uses -debug-onlyVedant Kumar2016-04-141-0/+1
* [ARM] Adding IEEE-754 SIMD detection to loop vectorizerRenato Golin2016-04-141-0/+335
* Revert "Support arbitrary addrspace pointers in masked load/store intrinsics"Adam Nemet2016-04-141-95/+20
* Support arbitrary addrspace pointers in masked load/store intrinsicsArtur Pilipenko2016-04-121-20/+95
* [DebugInfo/Test] Add CU as required.Davide Italiano2016-04-111-0/+2
* [LoopUtils, LV] Fix PR27246 (first-order recurrences)Matthew Simpson2016-04-111-0/+41
* Loop vectorization with uniform loadElena Demikhovsky2016-04-101-0/+47
* [LoopVectorize] Register cloned assumptionsDavid Majnemer2016-04-081-0/+32
* Re-commit [SCEV] Introduce a guarded backedge taken count and use it in LAA a...Silviu Baranga2016-04-082-1/+168
* Revert r265535 until we know how we can fix the bots Silviu Baranga2016-04-062-168/+1
* [SCEV] Introduce a guarded backedge taken count and use it in LAA and LVSilviu Baranga2016-04-062-1/+168
* [SLPVectorizer] Vectorizing the libm sqrt to llvm's sqrt intrinsic requires nnanDavid Majnemer2016-04-061-1/+25
* [SLPVectorizer] Vectorize libcalls of sqrtDavid Majnemer2016-04-061-25/+1
* [DebugInfo] Fix tests so that each subprogram belongs to a CU.Davide Italiano2016-04-052-0/+14
* testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl2016-04-018-8/+8
* Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl2016-03-312-2/+2
* [LoopVectorize] Don't vectorize loops when everything will be scalarizedHal Finkel2016-03-302-0/+101
* [VectorUtils] Don't try and truncate PHIs to a smaller bitwidthJames Molloy2016-03-301-0/+58
* [Verifier] Reject PHIs using defs from own block.Michael Kruse2016-03-261-1/+1
* Revert "Support arbitrary addrspace pointers in masked load/store intrinsics"Matthias Braun2016-03-221-95/+20
* [LoopVectorize] Annotate versioned loop with noalias metadataAdam Nemet2016-03-172-0/+137
* [LV] Preserve LoopInfo when store predication is usedAdam Nemet2016-03-151-4/+4
* Support arbitrary addrspace pointers in masked load/store intrinsicsArtur Pilipenko2016-03-101-20/+95
* [x86] fix cost model inaccuracy for vector memory opsSanjay Patel2016-03-091-2/+2
* add a test RUN to show unexpected behaviorSanjay Patel2016-03-091-7/+10
* [LoopUtils, LV] Fix PR26734Matthew Simpson2016-03-031-0/+49
* Fix tests that used CHECK-NEXT-NOT and CHECK-DAG-NOT.Paul Robinson2016-02-262-2/+6
* Revert r255691 "[LoopVectorizer] Refine loop vectorizer's register usage calc...Hans Wennborg2016-02-192-72/+1
OpenPOWER on IntegriCloud