summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/BBVectorize/loop1.ll
Commit message (Expand)AuthorAgeFilesLines
* Remove the BBVectorize pass.Chandler Carruth2017-06-301-93/+0
* Revert r306528Nikolai Bozhenov2017-06-281-1/+1
* [ValueTracking] Enabling existing ValueTracking patch by default.Nikolai Bozhenov2017-06-281-1/+1
* Introduce -unroll-partial-threshold to separate PartialThreshold from Thresho...Dehao Chen2017-01-171-1/+1
* [InstCombine] Canonicalize insert splat sequences into an insert + shuffleMichael Kuperstein2016-12-281-3/+3
* [ValueTracking] An improvement to IR ValueTracking on Non-negative IntegersArtur Pilipenko2016-10-121-2/+2
* Revert -r278267 [ValueTracking] An improvement to IR ValueTracking on Non-neg...Artur Pilipenko2016-08-221-1/+1
* [ValueTracking] An improvement to IR ValueTracking on Non-negative IntegersAndrew Kaylor2016-08-101-1/+1
* Revert "[ValueTracking] Teach computeKnownBits for PHI nodes to compute sign ...Craig Topper2016-06-291-1/+1
* [ValueTracking] Teach computeKnownBits for PHI nodes to compute sign bit for ...Craig Topper2016-06-291-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-6/+6
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-9/+9
* This patch teaches IndVarSimplify to add nuw and nsw to certain kindsSanjoy Das2015-01-061-1/+1
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-2/+2
* Switch BBVectorize to directly depend on having a TTI analysis.Chandler Carruth2013-01-071-2/+2
* Make opt grab the triple from the module and use it to initialize the target ...Nadav Rotem2013-01-011-1/+1
* BBVectorize: Choose pair ordering to minimize shufflesHal Finkel2012-10-311-1/+1
* Move target-specific BBVectorize tests into a separate directory.Hal Finkel2012-10-261-3/+0
* Add CPU model to BBVectorize cost-model tests.Hal Finkel2012-10-251-2/+2
* Begin incorporating target information into BBVectorize.Hal Finkel2012-10-251-0/+3
* Add a basic-block autovectorization pass.Hal Finkel2012-02-011-0/+93
OpenPOWER on IntegriCloud