aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
* LoopVectorize: Handle loops with multiple forward inductionsArnold Schwaighofer2013-05-141-0/+30
* [objc-arc-opts] In the presense of an alloca unconditionally remove RR pairs ...Michael Gottesman2013-05-131-0/+203
* SLPVectorizer: Fix a bug in the code that generates extracts for values with ...Nadav Rotem2013-05-121-2/+30
* InstCombine: Flip the order of two urem transformsDavid Majnemer2013-05-121-0/+14
* LoopVectorize: Use the widest induction variable typeArnold Schwaighofer2013-05-111-0/+69
* InstCombine: Turn urem to bitwise-and more oftenDavid Majnemer2013-05-111-2/+51
* SLPVectorizer: Add support for trees with external users.Nadav Rotem2013-05-101-4/+5
* Add an additional testcase for PR15882.Nadav Rotem2013-05-101-0/+45
* InstCombine: Don't claim to be able to evaluate any shl in a zexted type.Benjamin Kramer2013-05-101-0/+28
* InstCombine: Verify the type before transforming uitofp into select.Benjamin Kramer2013-05-101-0/+18
* Don't replace an alias in llvm.used with its target.Rafael Espindola2013-05-091-0/+42
* InstCombine: Don't just copy known bits from the first operand of an srem.Benjamin Kramer2013-05-091-0/+12
* LoopVectorizer: Don't assert on the absence of induction variablesArnold Schwaighofer2013-05-091-0/+34
* Revert 181475 as the DebugIR tests are breaking (automake) buildbots that re-...Daniel Malea2013-05-0814-700/+0
* DebugIR tests -- lit tests for the line number transformDaniel Malea2013-05-0814-0/+700
* LoopVectorizer: Improve reduction variable identificationArnold Schwaighofer2013-05-071-0/+119
* LoopVectorize: getConsecutiveVector must respect signed arithmeticArnold Schwaighofer2013-05-071-0/+79
* InstCombine: (X ^ signbit) + C -> X + (signbit ^ C)David Majnemer2013-05-061-0/+10
* Test results verified using FileCheck rather than grep | countJean-Luc Duprat2013-05-061-1/+7
* Rotate multi-exit loops even if the latch was simplified.Andrew Trick2013-05-061-1/+38
* Fix add4.ll test cmdline so that it passesJean-Luc Duprat2013-05-061-1/+1
* Provide InstCombines for the following 3 cases:Jean-Luc Duprat2013-05-061-0/+34
* Revert r164763 because it introduces new shuffles.Nadav Rotem2013-05-062-71/+1
* Fix unchecked uses of DominatorTree in MemoryDependenceAnalysis.Matt Arsenault2013-05-061-0/+14
* Fix const merging when an alias of a const is llvm.used.Rafael Espindola2013-05-061-0/+3
* LoopVectorize: Add support for floating point min/max reductionsArnold Schwaighofer2013-05-051-0/+480
* LoopVectorize: We don't need an identity element for min/max reductionsArnold Schwaighofer2013-05-051-1/+4
* LoopVectorizer: Add support for if-conversion of PHINodes with 3+ incoming va...Nadav Rotem2013-05-031-0/+48
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-05-025-120/+96
* Add a test for the foldSelectICmpAndOr fix committed in r180779.David Majnemer2013-05-021-0/+13
* SROA: Generate selects instead of shuffles when blending values because this ...Nadav Rotem2013-05-011-14/+14
* Revert "InstCombine: Fold more shuffles of shuffles."Jim Grosbach2013-05-012-10/+11
* InstCombine: Fold more shuffles of shuffles.Jim Grosbach2013-04-302-11/+10
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-3022-183/+100
* Fix "Combine bit test + conditional or into simple math"David Majnemer2013-04-301-0/+109
* SimplifyCFG: If convert single conditional storesArnold Schwaighofer2013-04-291-0/+108
* [objc-arc] Apply the RV optimization to retains next to calls in ObjCARCContr...Michael Gottesman2013-04-293-51/+56
* Fix a XOR reassociation bug. Shuxin Yang2013-04-271-0/+27
* [objc-arc] Test cleanups.Michael Gottesman2013-04-279-14/+40
* LoopVectorizer: Calculate the number of pointers to disambiguate at runtime ...Nadav Rotem2013-04-261-0/+84
* LoopVectorizer: No need to generate pointer disambiguation checks between rea...Nadav Rotem2013-04-251-0/+36
* LoopVectorize: Scalarize padded typesArnold Schwaighofer2013-04-241-0/+29
* LoopVectorizer: Bail out if we don't have datalayout we need itArnold Schwaighofer2013-04-243-1/+8
* LoopVectorizer: Fix 15830. When scalarizing and unrolling stores make sure th...Nadav Rotem2013-04-231-0/+36
* Call the potentially costly isAnnotatedParallel() only once. Pekka Jaaskelainen2013-04-231-1/+2
* Refuse to (even try to) vectorize loops which have uniform writes,Pekka Jaaskelainen2013-04-231-0/+58
* Changed back (relative to commit 179786) the operations executed when extract...Anat Shemer2013-04-221-0/+18
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-222-2/+2
* SROA: Don't crash on a select with two identical operands.Benjamin Kramer2013-04-211-0/+11
* Revert "SimplifyCFG: If convert single conditional stores"Arnold Schwaighofer2013-04-211-83/+0