aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/LoopVectorize/X86
AgeCommit message (Expand)Author
2013-04-30TBAA: remove !tbaa from testing cases if not used.Manman Ren
2013-04-24LoopVectorize: Scalarize padded typesArnold Schwaighofer
2013-04-24LoopVectorizer: Bail out if we don't have datalayout we need itArnold Schwaighofer
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-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-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-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-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-16Move test that depends on the x86 target into a target-specific directory.Benjamin Kramer
2013-01-09ARM Cost model: Use the size of vector registers and widest vectorizable inst...Nadav Rotem
2013-01-09Remove the -licm pass from the loop vectorizer test because the loop vectoriz...Nadav Rotem
2013-01-09Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...Nadav Rotem
2013-01-07LoopVectorizer: When we vectorizer and widen loops we process many elements a...Nadav Rotem
2013-01-04LoopVectorizer:Nadav Rotem
2012-12-24Fix typo "Makre" -> "Make".Nick Lewycky
2012-12-24LoopVectorizer: When checking for vectorizable types, also checkNadav Rotem
2012-12-23CostModel: Change the default target-independent implementation for findingNadav Rotem
2012-12-23Loop Vectorizer: Update the cost model of scatter/gather operations and makeNadav Rotem
2012-12-19Make TargetLowering::getTypeConversion more resilient against odd illegal MVTs.Benjamin Kramer
2012-12-13Teach the cost model about the optimization in r169904: Truncation of inducti...Nadav Rotem
2012-11-06Cost Model: add tables for some avx type-conversion hacks.Nadav Rotem
2012-11-05Code Model: Improve the accuracy of the zext/sext/trunc vector cost estimation.Nadav Rotem
2012-11-05Implement the cost of abnormal x86 instruction lowering as a table.Nadav Rotem
2012-10-31LoopVectorize: Preserve NSW, NUW and IsExact flags.Nadav Rotem
2012-10-31Fix a bug in the cost calculation of vector casts. Detect situations where bi...Nadav Rotem
2012-10-31Add support for loops that don't start with Zero.Nadav Rotem
2012-10-271. Fix a bug in getTypeConversion. When a *simple* type is split, we need to ...Nadav Rotem
2012-10-26Refactor the VectorTargetTransformInfo interface.Nadav Rotem
2012-10-26Move the target-specific tests, which require specific backends, to dirs that...Nadav Rotem