Remove spurious space.
[oota-llvm.git] / test / Transforms / LoopVectorize /
2013-06-17 Pekka JaaskelainenFix for a regression caused by the LoopVectorizer when
2013-05-31 Arnold SchwaighoferLoopVectorize: PHIs with only outside users should...
2013-05-28 Paul RedmondAdd support for llvm.vectorizer metadata
2013-05-24 Benjamin KramerLoopVectorize: LoopSimplify can't canonicalize loops...
2013-05-22 Arnold SchwaighoferLoopVectorize: Make Value pointers that could be RAUW...
2013-05-18 Arnold SchwaighoferLoopVectorize: Handle single edge PHIs
2013-05-15 Arnold SchwaighoferLoopVectorize: Hoist conditional loads if possible
2013-05-14 Arnold SchwaighoferLoopVectorize: Handle loops with multiple forward induc...
2013-05-11 Arnold SchwaighoferLoopVectorize: Use the widest induction variable type
2013-05-10 Nadav RotemAdd an additional testcase for PR15882.
2013-05-09 Arnold SchwaighoferLoopVectorizer: Don't assert on the absence of inductio...
2013-05-07 Arnold SchwaighoferLoopVectorizer: Improve reduction variable identification
2013-05-07 Arnold SchwaighoferLoopVectorize: getConsecutiveVector must respect signed...
2013-05-05 Arnold SchwaighoferLoopVectorize: Add support for floating point min/max...
2013-05-05 Arnold SchwaighoferLoopVectorize: We don't need an identity element for...
2013-05-03 Nadav RotemLoopVectorizer: Add support for if-conversion of PHINod...
2013-05-02 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-04-30 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-04-26 Nadav RotemLoopVectorizer: Calculate the number of pointers to...
2013-04-25 Nadav RotemLoopVectorizer: No need to generate pointer disambiguat...
2013-04-24 Arnold SchwaighoferLoopVectorize: Scalarize padded types
2013-04-24 Arnold SchwaighoferLoopVectorizer: Bail out if we don't have datalayout...
2013-04-23 Nadav RotemLoopVectorizer: Fix 15830. When scalarizing and unrolli...
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-18 Arnold SchwaighoferLoopVectorizer: Recognize min/max reductions
2013-04-18 Benjamin KramerLoopVectorize: Use a set to avoid longer cycles in...
2013-04-12 Arnold SchwaighoferLoopVectorizer: integer division is not a reduction...
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-09 Benjamin KramerTest case hygiene.
2013-03-09 Arnold SchwaighoferLoopVectorizer: Ignore dbg.value instructions
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-03-02 Nadav RotemPR14448 - prevent the loop vectorizer from vectorizing...
2013-03-01 Benjamin KramerLoopVectorize: Don't hang forever if a PHI only has...
2013-02-27 Benjamin KramerLoopVectorize: Vectorize math builtin calls.
2013-02-23 Renato GolinSome more tests for the global structure vectorizer
2013-02-22 Renato GolinMore tests to global struct vectorizer
2013-02-21 Renato GolinAllow GlobalValues to vectorize with AliasAnalysis
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-29 Renato GolinAdding simple cast cost to ARM
2013-01-29 Pekka JaaskelainenLoopVectorize: convert TinyTripCountVectorThreshold...
2013-01-23 Nadav RotemAdd support for reverse pointer induction variables...
2013-01-20 Nadav RotemLoopVectorizer: Implement a new heuristics for selectin...
2013-01-20 Nadav RotemChange the cpu type in the test.
2013-01-19 Benjamin KramerLoopVectorizer: Emit memory checks into their own basic...
2013-01-16 Benjamin KramerMove test that depends on the x86 target into a target...
2013-01-13 Nadav RotemFix PR14547. Handle induction variables of small sizes...
2013-01-11 Nadav RotemARM Cost Model: Modify the target independent cost...
2013-01-11 Nadav RotemARM Cost Model: We need to detect the max bitwidth...
2013-01-10 Nadav RotemLoopVectorizer: Fix a bug in the vectorization of Binar...
2013-01-09 Nadav RotemARM Cost model: Use the size of vector registers and...
2013-01-09 Nadav RotemARM Cost Model: Add a basic vectorization unrolling...
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: Add support for floating point reductions
2013-01-07 Nadav RotemLoopVectorizer: When we vectorizer and widen loops...
2013-01-05 Nadav RotemFix a typo. Remove the duplicated test.
2013-01-05 Nadav RotemiLoopVectorize: Non commutative operators can be used...
2013-01-05 Nadav RotemForce a fixed unroll count on the target independent...
2013-01-04 Paul RedmondDo not vectorize loops with subtraction reductions
2013-01-04 Nadav RotemLoopVectorizer:
2013-01-03 Nadav RotemLoopVectorizer: Test the unrolling flag.
2013-01-02 Nadav RotemAvoid vectorization when the function has the "noimplic...
2012-12-30 Nadav RotemLoopVectorizer: Fix a bug in the code that updates...
2012-12-26 Nadav RotemIf all of the write objects are identified then we...
2012-12-26 Nadav RotemLoopVectorizer: Optimize the vectorization of consecuti...
2012-12-25 Hal FinkelLoopVectorize: Enable vectorization of the fmuladd...
2012-12-24 Nick LewyckyFix typo "Makre" -> "Make".
2012-12-24 Nadav RotemLoopVectorizer: When checking for vectorizable types...
2012-12-24 Nadav RotemLoopVectorizer: Fix an endless loop in the code that...
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-21 Nadav RotemFix a bug in the code that checks if we can vectorize...
2012-12-20 Nadav RotemLoopVectorize: Fix a bug in the scalarization of instru...
2012-12-19 Benjamin KramerMake TargetLowering::getTypeConversion more resilient...
2012-12-18 Benjamin KramerLoopVectorize: Emit reductions as log2(vectorsize)...
2012-12-13 Nadav RotemTeach the cost model about the optimization in r169904...
2012-12-12 Nadav RotemLoopVectorizer: Use the "optsize" attribute to decide...
2012-12-11 Nadav RotemPR14574. Fix a bug in the code that calculates the...
2012-12-11 Nadav RotemLoop Vectorize: optimize the vectorization of trunc...
2012-12-11 Nadav RotemFix PR14565. Don't if-convert loops that have switch...
2012-12-10 Nadav RotemAdd support for reverse induction variables. For example:
2012-12-09 Paul RedmondLoopVectorize: support vectorizing intrinsic calls
2012-12-04 Nadav RotemFix a bug in vectorization of if-converted reduction...
2012-12-04 Nadav RotemAdd support for reduction variables when IF-conversion...
2012-12-04 Nadav RotemAdd the last part that is needed for vectorization...
2012-11-25 Nadav RotemAdd support for pointer induction variables even when...
2012-11-17 Nadav RotemLoopVectorizer: Add initial support for pointer inducti...
2012-11-13 Duncan SandsRelax the restrictions on vector of pointer types,...
2012-11-09 Nadav RotemAdd support for memory runtime check. When we can,...
next