ARM64: initial backend import
[oota-llvm.git] / test / Transforms / LoopVectorize / X86 /
2014-03-27 Quentin Colombet[X86][Vectorizer Cost Model] Correct vectorization...
2014-03-27 Jim Grosbachadd 'requires asserts' to test that needs it
2014-03-27 Jim GrosbachX86: Correct vectorization cost model for v8f32->v8i8.
2014-01-31 Chandler Carruth[vectorizer] Tweak the way we do small loop runtime...
2014-01-29 Arnold SchwaighoferLoopVectorizer: Add a test case for unrolling of small...
2014-01-28 Chandler Carruth[vectorizer] Completely disable the block frequency...
2014-01-27 Chandler Carruth[vectorize] Initial version of respecting PGO in the...
2013-12-07 Renato Golinforce vector width via cpu on vectorizer metadata enable
2013-12-05 Renato GolinMove test to X86 dir
2013-11-26 Arnold SchwaighoferLoopVectorizer: Truncate i64 trip counts of i32 phis...
2013-11-19 Arnold SchwaighoferSLPVectorizer: Fix stale for Value pointer array
2013-10-24 Renato GolinFix broken builds by moving test to x86 dir
2013-10-02 Matt ArsenaultFix missing CHECK-LABELs
2013-08-28 Hal FinkelDisable unrolling in the loop vectorizer when disabled...
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-07-12 Arnold SchwaighoferX86 cost model: Add cost for vectorized gather/scather
2013-05-28 Paul RedmondAdd support for llvm.vectorizer metadata
2013-04-30 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-04-24 Arnold SchwaighoferLoopVectorize: Scalarize padded types
2013-04-24 Arnold SchwaighoferLoopVectorizer: Bail out if we don't have datalayout...
2013-04-23 Pekka JaaskelainenCall the potentially costly isAnnotatedParallel() only...
2013-04-23 Pekka JaaskelainenRefuse to (even try to) vectorize loops which have...
2013-04-04 Arnold SchwaighoferLoopVectorizer: Pass OperandValueKind information to...
2013-04-01 Benjamin KramerX86TTI: Add accurate costs for itofp operations, based...
2013-03-14 Arnold SchwaighoferLoopVectorizer: Insert some white space to make test...
2013-03-14 Arnold SchwaighoferAdd missing asserts flag to test - it uses debug flags
2013-03-14 Arnold SchwaighoferLoopVectorize: Invert case when we use a vector cmp...
2013-03-08 Benjamin KramerForce cpu in test.
2013-03-08 Benjamin KramerInsert the reduction start value into the first bypass...
2013-03-02 Arnold SchwaighoferX86 cost model: Adjust cost for custom lowered vector...
2013-02-15 Pekka JaaskelainenForgot to 'svn add' the LoopVectorizer tests for the...
2013-02-05 NAKAMURA TakumiFormatting.
2013-02-05 NAKAMURA Takumillvm/test/Transforms/LoopVectorize/X86/vector_ptr_load_...
2013-02-05 Arnold SchwaighoferLoop Vectorizer: Handle pointer stores/loads in getWide...
2013-01-31 Pekka JaaskelainenMade the min-trip-count-switch test X86-specific to...
2013-01-20 Nadav RotemLoopVectorizer: Implement a new heuristics for selectin...
2013-01-20 Nadav RotemChange the cpu type in the test.
2013-01-16 Benjamin KramerMove test that depends on the x86 target into a target...
2013-01-09 Nadav RotemARM Cost model: Use the size of vector registers and...
2013-01-09 Nadav RotemRemove the -licm pass from the loop vectorizer test...
2013-01-09 Nadav RotemCost Model: Move the 'max unroll factor' variable to...
2013-01-07 Nadav RotemLoopVectorizer: When we vectorizer and widen loops...
2013-01-04 Nadav RotemLoopVectorizer:
2012-12-24 Nick LewyckyFix typo "Makre" -> "Make".
2012-12-24 Nadav RotemLoopVectorizer: When checking for vectorizable types...
2012-12-23 Nadav RotemCostModel: Change the default target-independent implem...
2012-12-23 Nadav RotemLoop Vectorizer: Update the cost model of scatter/gathe...
2012-12-19 Benjamin KramerMake TargetLowering::getTypeConversion more resilient...
2012-12-13 Nadav RotemTeach the cost model about the optimization in r169904...
2012-11-06 Nadav RotemCost Model: add tables for some avx type-conversion...
2012-11-05 Nadav RotemCode Model: Improve the accuracy of the zext/sext/trunc...
2012-11-05 Nadav RotemImplement the cost of abnormal x86 instruction lowering...
2012-10-31 Nadav RotemLoopVectorize: Preserve NSW, NUW and IsExact flags.
2012-10-31 Nadav RotemFix a bug in the cost calculation of vector casts....
2012-10-31 Nadav RotemAdd support for loops that don't start with Zero.
2012-10-27 Nadav Rotem1. Fix a bug in getTypeConversion. When a *simple*...
2012-10-26 Nadav RotemRefactor the VectorTargetTransformInfo interface.
2012-10-26 Nadav RotemMove the target-specific tests, which require specific...