summaryrefslogtreecommitdiff
path: root/lib/Transforms/Vectorize/LoopVectorize.cpp
Commit message (Expand)AuthorAge
...
* LoopVectorize: Pull dyn_cast into setDebugLocFromInstArnold Schwaighofer2013-06-28
* LoopVectorize: Use static function instead of DebugLocSetter classArnold Schwaighofer2013-06-28
* LoopVectorize: Preserve debug location infoArnold Schwaighofer2013-06-28
* LoopVectorize: Cache edge masks created during if-conversionArnold Schwaighofer2013-06-27
* LoopVectorize: Use vectorized loop invariant gep index anchored in loopArnold Schwaighofer2013-06-27
* LoopVectorize: Don't store a reversed value in the vectorized value mapArnold Schwaighofer2013-06-27
* Reapply 184685 after the SetVector iteration order fix.Arnold Schwaighofer2013-06-24
* LoopVectorize: Use SetVector for the access setArnold Schwaighofer2013-06-24
* Revert "LoopVectorize: Use the dependence test utility class"Arnold Schwaighofer2013-06-24
* LoopVectorize: Use the dependence test utility classArnold Schwaighofer2013-06-24
* LoopVectorize: Add utility class for checking dependency among accessesArnold Schwaighofer2013-06-24
* LoopVectorize: Add utility class for building sets of dependent accessesArnold Schwaighofer2013-06-24
* Fix for a regression caused by the LoopVectorizer whenPekka Jaaskelainen2013-06-17
* LoopVectorize: Change API call to get the backedge taken countArnold Schwaighofer2013-05-31
* LoopVectorize: PHIs with only outside users should prevent vectorizationArnold Schwaighofer2013-05-31
* LoopVectorize.cpp: Fix abuse of StringRef on Twine. Twine captures the pointe...NAKAMURA Takumi2013-05-29
* Whitespace.NAKAMURA Takumi2013-05-29
* Add support for llvm.vectorizer metadataPaul Redmond2013-05-28
* LoopVectorize: LoopSimplify can't canonicalize loops with an indirectbr in it...Benjamin Kramer2013-05-24
* LoopVectorize: Make Value pointers that could be RAUW'ed a VHArnold Schwaighofer2013-05-22
* LoopVectorize: Handle single edge PHIsArnold Schwaighofer2013-05-18
* LoopVectorize: Simplify code. No functionality change.Benjamin Kramer2013-05-17
* LoopVectorize: Move call of canHoistAllLoads to canVectorizeWithIfConvertArnold Schwaighofer2013-05-15
* LoopVectorize: Fix commentsArnold Schwaighofer2013-05-15
* LoopVectorize: Hoist conditional loads if possibleArnold Schwaighofer2013-05-15
* LoopVectorize: Handle loops with multiple forward inductionsArnold Schwaighofer2013-05-14
* LoopVectorize: Use the widest induction variable typeArnold Schwaighofer2013-05-11
* LoopVectorize: Use variable instead of repeated function callArnold Schwaighofer2013-05-11
* LoopVectorize: Use IRBuilder interface in more placesArnold Schwaighofer2013-05-11
* LoopVectorizer: Don't assert on the absence of induction variablesArnold Schwaighofer2013-05-09
* LoopVectorizer: Improve reduction variable identificationArnold Schwaighofer2013-05-07
* LoopVectorize: getConsecutiveVector must respect signed arithmeticArnold Schwaighofer2013-05-07
* Update the comment to mention that we use TTI.Nadav Rotem2013-05-06
* LoopVectorize: Print values instead of pointers in debug output.Benjamin Kramer2013-05-05
* LoopVectorize: Add support for floating point min/max reductionsArnold Schwaighofer2013-05-05
* LoopVectorizer: Cleanup of miminimum/maximum pattern match codeArnold Schwaighofer2013-05-05
* LoopVectorize: We don't need an identity element for min/max reductionsArnold Schwaighofer2013-05-05
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-05
* LoopVectorizer: Add support for if-conversion of PHINodes with 3+ incoming va...Nadav Rotem2013-05-03
* LoopVectorizer: Calculate the number of pointers to disambiguate at runtime ...Nadav Rotem2013-04-26
* LoopVectorizer: No need to generate pointer disambiguation checks between rea...Nadav Rotem2013-04-25
* LoopVectorizer: Change variable name Stride to ConsecutiveStrideArnold Schwaighofer2013-04-24
* LoopVectorize: Scalarize padded typesArnold Schwaighofer2013-04-24
* LoopVectorizer: Bail out if we don't have datalayout we need itArnold Schwaighofer2013-04-24
* LoopVectorizer: Fix 15830. When scalarizing and unrolling stores make sure th...Nadav Rotem2013-04-23
* Call the potentially costly isAnnotatedParallel() only once. Pekka Jaaskelainen2013-04-23
* Refuse to (even try to) vectorize loops which have uniform writes,Pekka Jaaskelainen2013-04-23
* LoopVectorizer: Use matcher from PatternMatch.h for the min/max patternsArnold Schwaighofer2013-04-19
* Fix a -Wdocumentation warningDmitri Gribenko2013-04-18
* LoopVectorizer: Recognize min/max reductionsArnold Schwaighofer2013-04-18