summaryrefslogtreecommitdiff
path: root/test/Transforms
Commit message (Expand)AuthorAge
* Change the gettimeofday test to only test on a posix platform.Michael Gottesman2013-07-03
* Added support in FunctionAttrs for adding relevant function/argument attribut...Michael Gottesman2013-07-03
* Revert r185257 (InstCombine: Be more agressive optimizing 'udiv' instrs with ...Hal Finkel2013-07-02
* LoopVectorize: Math functions only read rounding modeArnold Schwaighofer2013-07-01
* DeadArgumentElimination: keep return value on functions that have a live argu...Stephen Lin2013-06-30
* ConstantFold: Check that truncating the other side is safe under a sext when ...Benjamin Kramer2013-06-30
* ValueTracking: Teach isKnownToBeAPowerOfTwo about (ADD X, (XOR X, Y)) where X...David Majnemer2013-06-29
* InstCombine: Also turn selects fed by an and into arithmetic when the types d...Benjamin Kramer2013-06-29
* InstCombine: FoldGEPICmp shouldn't change sign of base pointer comparisonDavid Majnemer2013-06-29
* InstCombine: Be more agressive optimizing 'udiv' instrs with 'select' denomsDavid Majnemer2013-06-29
* InstCombine: Optimize (1 << X) Pred CstP2 to X Pred Log2(CstP2)David Majnemer2013-06-28
* SLP Vectorizer: Add support for trees with external users.Nadav Rotem2013-06-28
* Adding tests for DebugIR passDaniel Malea2013-06-28
* 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