aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LoopVectorize
Commit message (Expand)AuthorAgeFilesLines
* LoopVectorizer: Insert some white space to make test case more readableArnold Schwaighofer2013-03-141-6/+10
* Add missing asserts flag to test - it uses debug flagsArnold Schwaighofer2013-03-141-1/+1
* LoopVectorize: Invert case when we use a vector cmp value to query select costArnold Schwaighofer2013-03-141-0/+62
* Test case hygiene.Benjamin Kramer2013-03-091-20/+20
* LoopVectorizer: Ignore dbg.value instructionsArnold Schwaighofer2013-03-091-0/+70
* Force cpu in test.Benjamin Kramer2013-03-081-1/+1
* Insert the reduction start value into the first bypass block to preserve domi...Benjamin Kramer2013-03-081-0/+35
* X86 cost model: Adjust cost for custom lowered vector multipliesArnold Schwaighofer2013-03-021-2/+2
* PR14448 - prevent the loop vectorizer from vectorizing the same loop twice.Nadav Rotem2013-03-021-0/+75
* LoopVectorize: Don't hang forever if a PHI only has skipped PHI uses.Benjamin Kramer2013-03-011-0/+29
* LoopVectorize: Vectorize math builtin calls.Benjamin Kramer2013-02-271-0/+24
* Some more tests for the global structure vectorizerRenato Golin2013-02-231-20/+596
* More tests to global struct vectorizerRenato Golin2013-02-221-0/+146
* Allow GlobalValues to vectorize with AliasAnalysisRenato Golin2013-02-211-0/+356
* Forgot to 'svn add' the LoopVectorizer tests for the new parallel loop metada...Pekka Jaaskelainen2013-02-152-0/+166
* Formatting.NAKAMURA Takumi2013-02-051-1/+1
* llvm/test/Transforms/LoopVectorize/X86/vector_ptr_load_store.ll: "-debug" req...NAKAMURA Takumi2013-02-051-0/+1
* Loop Vectorizer: Handle pointer stores/loads in getWidestType()Arnold Schwaighofer2013-02-051-0/+149
* Made the min-trip-count-switch test X86-specific to avoidPekka Jaaskelainen2013-01-311-0/+0
* Adding simple cast cost to ARMRenato Golin2013-01-291-0/+114
* LoopVectorize: convert TinyTripCountVectorThreshold constantPekka Jaaskelainen2013-01-291-0/+28
* Add support for reverse pointer induction variables. These are loops that con...Nadav Rotem2013-01-233-0/+195
* LoopVectorizer: Implement a new heuristics for selecting the unroll factor.Nadav Rotem2013-01-201-0/+71
* Change the cpu type in the test.Nadav Rotem2013-01-201-1/+1
* LoopVectorizer: Emit memory checks into their own basic block.Benjamin Kramer2013-01-191-0/+4
* Move test that depends on the x86 target into a target-specific directory.Benjamin Kramer2013-01-161-0/+0
* Fix PR14547. Handle induction variables of small sizes smaller than i32 (i8 a...Nadav Rotem2013-01-131-0/+35
* ARM Cost Model: Modify the target independent cost model to askNadav Rotem2013-01-111-3/+3
* ARM Cost Model: We need to detect the max bitwidth of types in the loop in o...Nadav Rotem2013-01-111-0/+52
* LoopVectorizer: Fix a bug in the vectorization of BinaryOperators. The Binary...Nadav Rotem2013-01-101-0/+25
* ARM Cost model: Use the size of vector registers and widest vectorizable inst...Nadav Rotem2013-01-093-2/+62
* ARM Cost Model: Add a basic vectorization unrolling test.Nadav Rotem2013-01-091-3/+10
* Remove the -licm pass from the loop vectorizer test because the loop vectoriz...Nadav Rotem2013-01-0923-25/+25
* Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...Nadav Rotem2013-01-093-2/+31
* LoopVectorizer: Add support for floating point reductionsNadav Rotem2013-01-071-0/+29
* LoopVectorizer: When we vectorizer and widen loops we process many elements a...Nadav Rotem2013-01-071-0/+50
* Fix a typo. Remove the duplicated test.Nadav Rotem2013-01-051-25/+0
* iLoopVectorize: Non commutative operators can be used as reduction variables ...Nadav Rotem2013-01-052-3/+31
* Force a fixed unroll count on the target independent tests.Nadav Rotem2013-01-0527-27/+27
* Do not vectorize loops with subtraction reductionsPaul Redmond2013-01-042-1/+51
* LoopVectorizer:Nadav Rotem2013-01-042-2/+58
* LoopVectorizer: Test the unrolling flag.Nadav Rotem2013-01-031-0/+39
* Avoid vectorization when the function has the "noimplicitflot" attribute.Nadav Rotem2013-01-021-0/+29
* LoopVectorizer: Fix a bug in the code that updates the loop exiting block.Nadav Rotem2012-12-301-0/+29
* If all of the write objects are identified then we can vectorize the loop eve...Nadav Rotem2012-12-261-0/+53
* LoopVectorizer: Optimize the vectorization of consecutive memory access when ...Nadav Rotem2012-12-261-1/+2
* LoopVectorize: Enable vectorization of the fmuladd intrinsicHal Finkel2012-12-251-0/+60
* Fix typo "Makre" -> "Make".Nick Lewycky2012-12-241-6/+4
* LoopVectorizer: When checking for vectorizable types, also checkNadav Rotem2012-12-241-0/+29
* LoopVectorizer: Fix an endless loop in the code that looks for reductions.Nadav Rotem2012-12-241-0/+44