aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/LoopVectorize
AgeCommit message (Expand)Author
2013-05-14LoopVectorize: Handle loops with multiple forward inductionsArnold Schwaighofer
2013-05-11LoopVectorize: Use the widest induction variable typeArnold Schwaighofer
2013-05-10Add an additional testcase for PR15882.Nadav Rotem
2013-05-09LoopVectorizer: Don't assert on the absence of induction variablesArnold Schwaighofer
2013-05-07LoopVectorizer: Improve reduction variable identificationArnold Schwaighofer
2013-05-07LoopVectorize: getConsecutiveVector must respect signed arithmeticArnold Schwaighofer
2013-05-05LoopVectorize: Add support for floating point min/max reductionsArnold Schwaighofer
2013-05-05LoopVectorize: We don't need an identity element for min/max reductionsArnold Schwaighofer
2013-05-03LoopVectorizer: Add support for if-conversion of PHINodes with 3+ incoming va...Nadav Rotem
2013-05-02TBAA: remove !tbaa from testing cases if not used.Manman Ren
2013-04-30TBAA: remove !tbaa from testing cases if not used.Manman Ren
2013-04-26LoopVectorizer: Calculate the number of pointers to disambiguate at runtime ...Nadav Rotem
2013-04-25LoopVectorizer: No need to generate pointer disambiguation checks between rea...Nadav Rotem
2013-04-24LoopVectorize: Scalarize padded typesArnold Schwaighofer
2013-04-24LoopVectorizer: Bail out if we don't have datalayout we need itArnold Schwaighofer
2013-04-23LoopVectorizer: Fix 15830. When scalarizing and unrolling stores make sure th...Nadav Rotem
2013-04-23Call the potentially costly isAnnotatedParallel() only once. Pekka Jaaskelainen
2013-04-23Refuse to (even try to) vectorize loops which have uniform writes,Pekka Jaaskelainen
2013-04-18LoopVectorizer: Recognize min/max reductionsArnold Schwaighofer
2013-04-18LoopVectorize: Use a set to avoid longer cycles in the reduction chain too.Benjamin Kramer
2013-04-12LoopVectorizer: integer division is not a reduction operationArnold Schwaighofer
2013-04-04LoopVectorizer: Pass OperandValueKind information to the cost modelArnold Schwaighofer
2013-04-01X86TTI: Add accurate costs for itofp operations, based on the actual instruct...Benjamin Kramer
2013-03-14LoopVectorizer: Insert some white space to make test case more readableArnold Schwaighofer
2013-03-14Add missing asserts flag to test - it uses debug flagsArnold Schwaighofer
2013-03-14LoopVectorize: Invert case when we use a vector cmp value to query select costArnold Schwaighofer
2013-03-09Test case hygiene.Benjamin Kramer
2013-03-09LoopVectorizer: Ignore dbg.value instructionsArnold Schwaighofer
2013-03-08Force cpu in test.Benjamin Kramer
2013-03-08Insert the reduction start value into the first bypass block to preserve domi...Benjamin Kramer
2013-03-02X86 cost model: Adjust cost for custom lowered vector multipliesArnold Schwaighofer
2013-03-02PR14448 - prevent the loop vectorizer from vectorizing the same loop twice.Nadav Rotem
2013-03-01LoopVectorize: Don't hang forever if a PHI only has skipped PHI uses.Benjamin Kramer
2013-02-27LoopVectorize: Vectorize math builtin calls.Benjamin Kramer
2013-02-23Some more tests for the global structure vectorizerRenato Golin
2013-02-22More tests to global struct vectorizerRenato Golin
2013-02-21Allow GlobalValues to vectorize with AliasAnalysisRenato Golin
2013-02-15Forgot to 'svn add' the LoopVectorizer tests for the new parallel loop metada...Pekka Jaaskelainen
2013-02-05Formatting.NAKAMURA Takumi
2013-02-05llvm/test/Transforms/LoopVectorize/X86/vector_ptr_load_store.ll: "-debug" req...NAKAMURA Takumi
2013-02-05Loop Vectorizer: Handle pointer stores/loads in getWidestType()Arnold Schwaighofer
2013-01-31Made the min-trip-count-switch test X86-specific to avoidPekka Jaaskelainen
2013-01-29Adding simple cast cost to ARMRenato Golin
2013-01-29LoopVectorize: convert TinyTripCountVectorThreshold constantPekka Jaaskelainen
2013-01-23Add support for reverse pointer induction variables. These are loops that con...Nadav Rotem
2013-01-20LoopVectorizer: Implement a new heuristics for selecting the unroll factor.Nadav Rotem
2013-01-20Change the cpu type in the test.Nadav Rotem
2013-01-19LoopVectorizer: Emit memory checks into their own basic block.Benjamin Kramer
2013-01-16Move test that depends on the x86 target into a target-specific directory.Benjamin Kramer
2013-01-13Fix PR14547. Handle induction variables of small sizes smaller than i32 (i8 a...Nadav Rotem