summaryrefslogtreecommitdiff
path: root/test/Transforms
Commit message (Expand)AuthorAge
* Debug Info: clean up usage of Verify.Manman Ren2013-06-28
* Convert tests to FileCheckMatt Arsenault2013-06-28
* LoopVectorize: Preserve debug location infoArnold Schwaighofer2013-06-28
* LoopVectorize: Cache edge masks created during if-conversionArnold Schwaighofer2013-06-27
* LoopVectorize: Use vectorized loop invariant gep index anchored in loopArnold Schwaighofer2013-06-27
* Update testing case to make DI nodes have the correct format.Manman Ren2013-06-27
* Fix spelling.Arnold Schwaighofer2013-06-27
* LoopVectorize: Don't store a reversed value in the vectorized value mapArnold Schwaighofer2013-06-27
* Added support for the Builtin attribute.Michael Gottesman2013-06-27
* Erase all of the instructions that we RAUWedNadav Rotem2013-06-26
* Do not add cse-ed instructions into the visited map because we dont want to c...Nadav Rotem2013-06-26
* SLPVectorizer: support slp-vectorization of PHINodes between basic blocksNadav Rotem2013-06-25
* Fix SROA to avoid unnecessary scalar conversions for 1-element vectors.Bob Wilson2013-06-25
* Reapply 184685 after the SetVector iteration order fix.Arnold Schwaighofer2013-06-24
* Revert "LoopVectorize: Use the dependence test utility class"Arnold Schwaighofer2013-06-24
* LoopVectorize: Use the dependence test utility classArnold Schwaighofer2013-06-24
* SLP Vectorizer: Add support for vectorizing parts of the tree.Nadav Rotem2013-06-24
* SLP Vectorizer: Fix a bug in the code that does CSE on the generated gather s...Nadav Rotem2013-06-23
* SLP Vectorizer: Implement a simple CSE optimization for the gather sequences.Nadav Rotem2013-06-23
* SLP Vectorizer: Implement multi-block slp-vectorization.Nadav Rotem2013-06-22
* SLPVectorization: Add a basic support for cross-basic block slp vectorization.Nadav Rotem2013-06-20
* Move StructurizeCFG out of R600 to generic Transforms.Matt Arsenault2013-06-19
* LSR: Fix the parameters used to compute the scaling factor cost.Quentin Colombet2013-06-19
* SLPVectorizer: handle scalars that are extracted from vectors (using ExtractE...Nadav Rotem2013-06-19
* SLPVectorizer: start constructing chains at stores that are not power of two.Nadav Rotem2013-06-19
* SLPVectorizer: vectorize compares and selects.Nadav Rotem2013-06-19
* Fix for a regression caused by the LoopVectorizer whenPekka Jaaskelainen2013-06-17
* Fix DeleteDeadVarargs not to crash on functions referenced by BlockAddressesDerek Schuff2013-06-13
* Always remove an alias when we rename the target.Rafael Espindola2013-06-12
* Convert test to FileCheck.Rafael Espindola2013-06-12
* Change how globalopt handles aliases in llvm.used.Rafael Espindola2013-06-11
* Make DeadArgumentElimination more conservative on variadic functionsTim Northover2013-06-09
* Fix a potential bug in r183584.Shuxin Yang2013-06-08
* Fix an assertion in MemCpyOpt pass.Shuxin Yang2013-06-07
* [objc-arc] Ensure that the cfg path count does not overflow when we multiply ...Michael Gottesman2013-06-07
* Add a testcase from pr16244.Rafael Espindola2013-06-06
* IndVarSimplify: check if loop invariant expansion can trapDavid Majnemer2013-06-04
* Second part of pr16069Rafael Espindola2013-06-04
* SimplifyCFG: Do not transform PHI to select if doing so would be unsafeDavid Majnemer2013-06-03
* When determining the new index for an insertelement, we may not assume that anNick Lewycky2013-06-01
* Prevent loop-unroll from making assumptions about undefined behavior.Andrew Trick2013-05-31
* LoopVectorize: PHIs with only outside users should prevent vectorizationArnold Schwaighofer2013-05-31
* Modify how the formulae are rated in Loop Strength Reduce.Quentin Colombet2013-05-31
* Simplify multiplications by vectors whose elements are powers of 2.Rafael Espindola2013-05-31
* Reapply with r182909 with a fix to the calculation of the new indices forNick Lewycky2013-05-31
* Revert r182909.Evgeniy Stepanov2013-05-30
* Swizzle vector inputs if it helps us eliminate shuffles.Nick Lewycky2013-05-30
* Add support for llvm.vectorizer metadataPaul Redmond2013-05-28
* Track IR ordering of SelectionDAG nodes 3/4.Andrew Trick2013-05-25
* [objc-arc] KnownSafe does not imply that it is safe to perform code motion ac...Michael Gottesman2013-05-24