aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms
AgeCommit message (Expand)Author
2013-05-14LoopVectorize: Handle loops with multiple forward inductionsArnold Schwaighofer
2013-05-13[objc-arc-opts] In the presense of an alloca unconditionally remove RR pairs ...Michael Gottesman
2013-05-12SLPVectorizer: Fix a bug in the code that generates extracts for values with ...Nadav Rotem
2013-05-12InstCombine: Flip the order of two urem transformsDavid Majnemer
2013-05-11LoopVectorize: Use the widest induction variable typeArnold Schwaighofer
2013-05-11InstCombine: Turn urem to bitwise-and more oftenDavid Majnemer
2013-05-10SLPVectorizer: Add support for trees with external users.Nadav Rotem
2013-05-10Add an additional testcase for PR15882.Nadav Rotem
2013-05-10InstCombine: Don't claim to be able to evaluate any shl in a zexted type.Benjamin Kramer
2013-05-10InstCombine: Verify the type before transforming uitofp into select.Benjamin Kramer
2013-05-09Don't replace an alias in llvm.used with its target.Rafael Espindola
2013-05-09InstCombine: Don't just copy known bits from the first operand of an srem.Benjamin Kramer
2013-05-09LoopVectorizer: Don't assert on the absence of induction variablesArnold Schwaighofer
2013-05-08Revert 181475 as the DebugIR tests are breaking (automake) buildbots that re-...Daniel Malea
2013-05-08DebugIR tests -- lit tests for the line number transformDaniel Malea
2013-05-07LoopVectorizer: Improve reduction variable identificationArnold Schwaighofer
2013-05-07LoopVectorize: getConsecutiveVector must respect signed arithmeticArnold Schwaighofer
2013-05-06InstCombine: (X ^ signbit) + C -> X + (signbit ^ C)David Majnemer
2013-05-06Test results verified using FileCheck rather than grep | countJean-Luc Duprat
2013-05-06Rotate multi-exit loops even if the latch was simplified.Andrew Trick
2013-05-06Fix add4.ll test cmdline so that it passesJean-Luc Duprat
2013-05-06Provide InstCombines for the following 3 cases:Jean-Luc Duprat
2013-05-06Revert r164763 because it introduces new shuffles.Nadav Rotem
2013-05-06Fix unchecked uses of DominatorTree in MemoryDependenceAnalysis.Matt Arsenault
2013-05-06Fix const merging when an alias of a const is llvm.used.Rafael Espindola
2013-05-05LoopVectorize: Add support for floating point min/max reductionsArnold Schwaighofer
2013-05-05LoopVectorize: We don't need an identity element for min/max reductionsArnold Schwaighofer
2013-05-03LoopVectorizer: Add support for if-conversion of PHINodes with 3+ incoming va...Nadav Rotem
2013-05-02TBAA: remove !tbaa from testing cases if not used.Manman Ren
2013-05-02Add a test for the foldSelectICmpAndOr fix committed in r180779.David Majnemer
2013-05-01SROA: Generate selects instead of shuffles when blending values because this ...Nadav Rotem
2013-05-01Revert "InstCombine: Fold more shuffles of shuffles."Jim Grosbach
2013-04-30InstCombine: Fold more shuffles of shuffles.Jim Grosbach
2013-04-30TBAA: remove !tbaa from testing cases if not used.Manman Ren
2013-04-30Fix "Combine bit test + conditional or into simple math"David Majnemer
2013-04-29SimplifyCFG: If convert single conditional storesArnold Schwaighofer
2013-04-29[objc-arc] Apply the RV optimization to retains next to calls in ObjCARCContr...Michael Gottesman
2013-04-27Fix a XOR reassociation bug. Shuxin Yang
2013-04-27[objc-arc] Test cleanups.Michael Gottesman
2013-04-26LoopVectorizer: Calculate the number of pointers to disambiguate at runtime ...Nadav Rotem
2013-04-25LoopVectorizer: No need to generate pointer disambiguation checks between rea...Nadav Rotem
2013-04-24LoopVectorize: Scalarize padded typesArnold Schwaighofer
2013-04-24LoopVectorizer: Bail out if we don't have datalayout we need itArnold Schwaighofer
2013-04-23LoopVectorizer: Fix 15830. When scalarizing and unrolling stores make sure th...Nadav Rotem
2013-04-23Call the potentially costly isAnnotatedParallel() only once. Pekka Jaaskelainen
2013-04-23Refuse to (even try to) vectorize loops which have uniform writes,Pekka Jaaskelainen
2013-04-22Changed back (relative to commit 179786) the operations executed when extract...Anat Shemer
2013-04-22Revert "Revert "PR14606: debug info imported_module support""David Blaikie
2013-04-21SROA: Don't crash on a select with two identical operands.Benjamin Kramer
2013-04-21Revert "SimplifyCFG: If convert single conditional stores"Arnold Schwaighofer