aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
* SLP Vectorizer: Add support for trees with external users.Nadav Rotem2013-06-283-6/+117
* Adding tests for DebugIR passDaniel Malea2013-06-287-0/+363
* Debug Info: clean up usage of Verify.Manman Ren2013-06-281-2/+2
* Convert tests to FileCheckMatt Arsenault2013-06-284-7/+14
* LoopVectorize: Preserve debug location infoArnold Schwaighofer2013-06-281-0/+92
* LoopVectorize: Cache edge masks created during if-conversionArnold Schwaighofer2013-06-271-0/+243
* LoopVectorize: Use vectorized loop invariant gep index anchored in loopArnold Schwaighofer2013-06-271-0/+36
* Update testing case to make DI nodes have the correct format.Manman Ren2013-06-271-3/+3
* Fix spelling.Arnold Schwaighofer2013-06-271-1/+1
* LoopVectorize: Don't store a reversed value in the vectorized value mapArnold Schwaighofer2013-06-271-0/+55
* Added support for the Builtin attribute.Michael Gottesman2013-06-271-0/+12
* Erase all of the instructions that we RAUWedNadav Rotem2013-06-261-1/+1
* Do not add cse-ed instructions into the visited map because we dont want to c...Nadav Rotem2013-06-261-0/+84
* SLPVectorizer: support slp-vectorization of PHINodes between basic blocksNadav Rotem2013-06-251-0/+46
* Fix SROA to avoid unnecessary scalar conversions for 1-element vectors.Bob Wilson2013-06-251-0/+24
* Reapply 184685 after the SetVector iteration order fix.Arnold Schwaighofer2013-06-243-2/+224
* Revert "LoopVectorize: Use the dependence test utility class"Arnold Schwaighofer2013-06-243-224/+2
* LoopVectorize: Use the dependence test utility classArnold Schwaighofer2013-06-243-2/+224
* SLP Vectorizer: Add support for vectorizing parts of the tree.Nadav Rotem2013-06-241-0/+46
* SLP Vectorizer: Fix a bug in the code that does CSE on the generated gather s...Nadav Rotem2013-06-231-0/+51
* SLP Vectorizer: Implement a simple CSE optimization for the gather sequences.Nadav Rotem2013-06-231-0/+85
* SLP Vectorizer: Implement multi-block slp-vectorization.Nadav Rotem2013-06-223-5/+60
* SLPVectorization: Add a basic support for cross-basic block slp vectorization.Nadav Rotem2013-06-201-0/+54
* Move StructurizeCFG out of R600 to generic Transforms.Matt Arsenault2013-06-192-0/+51
* LSR: Fix the parameters used to compute the scaling factor cost.Quentin Colombet2013-06-191-0/+68
* SLPVectorizer: handle scalars that are extracted from vectors (using ExtractE...Nadav Rotem2013-06-191-0/+59
* SLPVectorizer: start constructing chains at stores that are not power of two.Nadav Rotem2013-06-191-0/+46
* SLPVectorizer: vectorize compares and selects.Nadav Rotem2013-06-191-0/+32
* Fix for a regression caused by the LoopVectorizer whenPekka Jaaskelainen2013-06-171-0/+47
* Fix DeleteDeadVarargs not to crash on functions referenced by BlockAddressesDerek Schuff2013-06-131-0/+25
* Always remove an alias when we rename the target.Rafael Espindola2013-06-121-1/+12
* Convert test to FileCheck.Rafael Espindola2013-06-121-9/+17
* Change how globalopt handles aliases in llvm.used.Rafael Espindola2013-06-111-4/+9
* Make DeadArgumentElimination more conservative on variadic functionsTim Northover2013-06-091-0/+38
* Fix a potential bug in r183584.Shuxin Yang2013-06-081-22/+0
* Fix an assertion in MemCpyOpt pass.Shuxin Yang2013-06-071-0/+39
* [objc-arc] Ensure that the cfg path count does not overflow when we multiply ...Michael Gottesman2013-06-071-3/+531
* Add a testcase from pr16244.Rafael Espindola2013-06-061-0/+10
* IndVarSimplify: check if loop invariant expansion can trapDavid Majnemer2013-06-041-0/+32
* Second part of pr16069Rafael Espindola2013-06-041-1/+15
* SimplifyCFG: Do not transform PHI to select if doing so would be unsafeDavid Majnemer2013-06-031-0/+14
* When determining the new index for an insertelement, we may not assume that anNick Lewycky2013-06-011-0/+11
* Prevent loop-unroll from making assumptions about undefined behavior.Andrew Trick2013-05-312-22/+62
* LoopVectorize: PHIs with only outside users should prevent vectorizationArnold Schwaighofer2013-05-311-0/+41
* Modify how the formulae are rated in Loop Strength Reduce.Quentin Colombet2013-05-312-6/+62
* Simplify multiplications by vectors whose elements are powers of 2.Rafael Espindola2013-05-311-0/+408
* Reapply with r182909 with a fix to the calculation of the new indices forNick Lewycky2013-05-311-0/+21
* Revert r182909.Evgeniy Stepanov2013-05-301-12/+0
* Swizzle vector inputs if it helps us eliminate shuffles.Nick Lewycky2013-05-301-0/+12
* Add support for llvm.vectorizer metadataPaul Redmond2013-05-286-10/+86