aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/LoopVectorize
AgeCommit message (Expand)Author
2013-01-11ARM Cost Model: We need to detect the max bitwidth of types in the loop in o...Nadav Rotem
2013-01-10LoopVectorizer: Fix a bug in the vectorization of BinaryOperators. The Binary...Nadav Rotem
2013-01-09ARM Cost model: Use the size of vector registers and widest vectorizable inst...Nadav Rotem
2013-01-09ARM Cost Model: Add a basic vectorization unrolling test.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: Add support for floating point reductionsNadav Rotem
2013-01-07LoopVectorizer: When we vectorizer and widen loops we process many elements a...Nadav Rotem
2013-01-05Fix a typo. Remove the duplicated test.Nadav Rotem
2013-01-05iLoopVectorize: Non commutative operators can be used as reduction variables ...Nadav Rotem
2013-01-05Force a fixed unroll count on the target independent tests.Nadav Rotem
2013-01-04Do not vectorize loops with subtraction reductionsPaul Redmond
2013-01-04LoopVectorizer:Nadav Rotem
2013-01-03LoopVectorizer: Test the unrolling flag.Nadav Rotem
2013-01-02Avoid vectorization when the function has the "noimplicitflot" attribute.Nadav Rotem
2012-12-30LoopVectorizer: Fix a bug in the code that updates the loop exiting block.Nadav Rotem
2012-12-26If all of the write objects are identified then we can vectorize the loop eve...Nadav Rotem
2012-12-26LoopVectorizer: Optimize the vectorization of consecutive memory access when ...Nadav Rotem
2012-12-25LoopVectorize: Enable vectorization of the fmuladd intrinsicHal Finkel
2012-12-24Fix typo "Makre" -> "Make".Nick Lewycky
2012-12-24LoopVectorizer: When checking for vectorizable types, also checkNadav Rotem
2012-12-24LoopVectorizer: Fix an endless loop in the code that looks for reductions.Nadav 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-21Fix a bug in the code that checks if we can vectorize loops while using dynamicNadav Rotem
2012-12-20LoopVectorize: Fix a bug in the scalarization of instructions.Nadav Rotem
2012-12-19Make TargetLowering::getTypeConversion more resilient against odd illegal MVTs.Benjamin Kramer
2012-12-18LoopVectorize: Emit reductions as log2(vectorsize) shuffles + vector ops inst...Benjamin Kramer
2012-12-13Teach the cost model about the optimization in r169904: Truncation of inducti...Nadav Rotem
2012-12-12LoopVectorizer: Use the "optsize" attribute to decide if we are allowed to in...Nadav Rotem
2012-12-11PR14574. Fix a bug in the code that calculates the mask the converted PHIs in...Nadav Rotem
2012-12-11Loop Vectorize: optimize the vectorization of trunc(induction_var). The trunc...Nadav Rotem
2012-12-11Fix PR14565. Don't if-convert loops that have switch statements in them.Nadav Rotem
2012-12-10Add support for reverse induction variables. For example:Nadav Rotem
2012-12-09LoopVectorize: support vectorizing intrinsic callsPaul Redmond
2012-12-04Fix a bug in vectorization of if-converted reduction variables. If theNadav Rotem
2012-12-04Add support for reduction variables when IF-conversion is enabled. Nadav Rotem
2012-12-04Add the last part that is needed for vectorization of if-converted code.Nadav Rotem
2012-11-25Add support for pointer induction variables even when there is no integer ind...Nadav Rotem
2012-11-17LoopVectorizer: Add initial support for pointer induction variables (for exam...Nadav Rotem
2012-11-13Relax the restrictions on vector of pointer types, and vector getelementptr.Duncan Sands
2012-11-09Add support for memory runtime check. When we can, we calculate array bounds.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-31LoopVectorize: Do not vectorize loops with tiny constant trip counts.Nadav Rotem
2012-10-31Add support for loops that don't start with Zero.Nadav Rotem
2012-10-30LoopVectorize: Add support for write-only loops when the write destination is...Nadav Rotem