aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Vectorize/LoopVectorize.cpp
Commit message (Expand)AuthorAgeFilesLines
* LoopVectorizer: Improve reduction variable identificationArnold Schwaighofer2013-05-071-84/+132
* LoopVectorize: getConsecutiveVector must respect signed arithmeticArnold Schwaighofer2013-05-071-5/+6
* Update the comment to mention that we use TTI.Nadav Rotem2013-05-061-3/+3
* LoopVectorize: Print values instead of pointers in debug output.Benjamin Kramer2013-05-051-4/+4
* LoopVectorize: Add support for floating point min/max reductionsArnold Schwaighofer2013-05-051-22/+69
* LoopVectorizer: Cleanup of miminimum/maximum pattern match codeArnold Schwaighofer2013-05-051-2/+2
* LoopVectorize: We don't need an identity element for min/max reductionsArnold Schwaighofer2013-05-051-32/+19
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-051-1/+1
* LoopVectorizer: Add support for if-conversion of PHINodes with 3+ incoming va...Nadav Rotem2013-05-031-20/+29
* LoopVectorizer: Calculate the number of pointers to disambiguate at runtime ...Nadav Rotem2013-04-261-4/+11
* LoopVectorizer: No need to generate pointer disambiguation checks between rea...Nadav Rotem2013-04-251-4/+12
* LoopVectorizer: Change variable name Stride to ConsecutiveStrideArnold Schwaighofer2013-04-241-6/+6
* LoopVectorize: Scalarize padded typesArnold Schwaighofer2013-04-241-1/+9
* LoopVectorizer: Bail out if we don't have datalayout we need itArnold Schwaighofer2013-04-241-0/+5
* LoopVectorizer: Fix 15830. When scalarizing and unrolling stores make sure th...Nadav Rotem2013-04-231-4/+4
* Call the potentially costly isAnnotatedParallel() only once. Pekka Jaaskelainen2013-04-231-3/+5
* Refuse to (even try to) vectorize loops which have uniform writes,Pekka Jaaskelainen2013-04-231-9/+9
* LoopVectorizer: Use matcher from PatternMatch.h for the min/max patternsArnold Schwaighofer2013-04-191-104/+102
* Fix a -Wdocumentation warningDmitri Gribenko2013-04-181-1/+1
* LoopVectorizer: Recognize min/max reductionsArnold Schwaighofer2013-04-181-34/+209
* LoopVectorize: Use a set to avoid longer cycles in the reduction chain too.Benjamin Kramer2013-04-181-8/+6
* LoopVectorizer: integer division is not a reduction operationArnold Schwaighofer2013-04-121-2/+0
* LoopVectorizer: Pass OperandValueKind information to the cost modelArnold Schwaighofer2013-04-041-2/+13
* LoopVectorize: Invert case when we use a vector cmp value to query select costArnold Schwaighofer2013-03-141-1/+1
* Remove a source of nondeterminism from the LoopVectorizer.Benjamin Kramer2013-03-091-1/+1
* LoopVectorizer: Ignore all dbg intrinisicArnold Schwaighofer2013-03-091-6/+6
* LoopVectorizer: Ignore dbg.value instructionsArnold Schwaighofer2013-03-091-2/+11
* Insert the reduction start value into the first bypass block to preserve domi...Benjamin Kramer2013-03-081-1/+1
* PR14448 - prevent the loop vectorizer from vectorizing the same loop twice.Nadav Rotem2013-03-021-0/+18
* LoopVectorize: Don't hang forever if a PHI only has skipped PHI uses.Benjamin Kramer2013-03-011-1/+8
* LoopVectorize: Vectorize math builtin calls.Benjamin Kramer2013-02-271-50/+137
* Allow GlobalValues to vectorize with AliasAnalysisRenato Golin2013-02-211-35/+154
* LoopVectorize: Simplify code for clarity.Benjamin Kramer2013-02-131-10/+8
* Metadata for annotating loops as parallel. The first consumer for this Pekka Jaaskelainen2013-02-131-0/+8
* Typos.Jakob Stoklund Olesen2013-02-081-4/+4
* ARM cost model: Address computation in vector mem ops not freeArnold Schwaighofer2013-02-081-8/+14
* Test CommitMichael Kuperstein2013-02-081-1/+1
* fix 80-col violation and fix the docs.Nadav Rotem2013-02-071-3/+7
* Loop Vectorizer: Refactor Memory Cost ComputationArnold Schwaighofer2013-02-071-180/+52
* Loop Vectorizer: Refactor code to compute vectorized memory instruction costArnold Schwaighofer2013-02-051-79/+178
* Loop Vectorizer: Handle pointer stores/loads in getWidestType()Arnold Schwaighofer2013-02-051-9/+31
* LoopVectorize: convert TinyTripCountVectorThreshold constantPekka Jaaskelainen2013-01-291-1/+3
* LoopVectorize: Clean up ValueMap a bit and avoid double lookups.Benjamin Kramer2013-01-291-10/+12
* Vectorization Factor clarificationRenato Golin2013-01-281-17/+24
* LoopVectorize: Refactor the code that vectorizes loads/stores to remove dupli...Nadav Rotem2013-01-251-145/+113
* LoopVectorize: Simplify code. No functionality change.Benjamin Kramer2013-01-251-26/+17
* LoopVectorizer: Refactor more code to use the IRBuilder. Nadav Rotem2013-01-251-24/+25
* Refactor some code to use the IRBuilder.Nadav Rotem2013-01-251-20/+21
* Add support for reverse pointer induction variables. These are loops that con...Nadav Rotem2013-01-231-7/+82
* Fix a comment. Induction vars dont need to start at zero.Nadav Rotem2013-01-211-1/+1