summaryrefslogtreecommitdiff
path: root/test/Transforms
Commit message (Expand)AuthorAge
* Fix for a regression caused by the LoopVectorizer whenTom Stellard2013-07-08
* Merging r183035:Bill Wendling2013-06-04
* Merge 183060: Prevent loop-unroll from making assumptions about undefined beh...Andrew Trick2013-06-01
* Merging r182656:Bill Wendling2013-05-28
* Merging r182485:Bill Wendling2013-05-22
* Merging r181524:Bill Wendling2013-05-15
* Merging r181586:Bill Wendling2013-05-14
* Merging r181286:Bill Wendling2013-05-08
* InstCombine: (X ^ signbit) + C -> X + (signbit ^ C)David Majnemer2013-05-06
* Test results verified using FileCheck rather than grep | countJean-Luc Duprat2013-05-06
* Rotate multi-exit loops even if the latch was simplified.Andrew Trick2013-05-06
* Fix add4.ll test cmdline so that it passesJean-Luc Duprat2013-05-06
* Provide InstCombines for the following 3 cases:Jean-Luc Duprat2013-05-06
* Revert r164763 because it introduces new shuffles.Nadav Rotem2013-05-06
* Fix unchecked uses of DominatorTree in MemoryDependenceAnalysis.Matt Arsenault2013-05-06
* Fix const merging when an alias of a const is llvm.used.Rafael Espindola2013-05-06
* LoopVectorize: Add support for floating point min/max reductionsArnold Schwaighofer2013-05-05
* LoopVectorize: We don't need an identity element for min/max reductionsArnold Schwaighofer2013-05-05
* LoopVectorizer: Add support for if-conversion of PHINodes with 3+ incoming va...Nadav Rotem2013-05-03
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-05-02
* Add a test for the foldSelectICmpAndOr fix committed in r180779.David Majnemer2013-05-02
* SROA: Generate selects instead of shuffles when blending values because this ...Nadav Rotem2013-05-01
* Revert "InstCombine: Fold more shuffles of shuffles."Jim Grosbach2013-05-01
* InstCombine: Fold more shuffles of shuffles.Jim Grosbach2013-04-30
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-30
* Fix "Combine bit test + conditional or into simple math"David Majnemer2013-04-30
* SimplifyCFG: If convert single conditional storesArnold Schwaighofer2013-04-29
* [objc-arc] Apply the RV optimization to retains next to calls in ObjCARCContr...Michael Gottesman2013-04-29
* Fix a XOR reassociation bug. Shuxin Yang2013-04-27
* [objc-arc] Test cleanups.Michael Gottesman2013-04-27
* LoopVectorizer: Calculate the number of pointers to disambiguate at runtime ...Nadav Rotem2013-04-26
* LoopVectorizer: No need to generate pointer disambiguation checks between rea...Nadav Rotem2013-04-25
* LoopVectorize: Scalarize padded typesArnold Schwaighofer2013-04-24
* LoopVectorizer: Bail out if we don't have datalayout we need itArnold Schwaighofer2013-04-24
* LoopVectorizer: Fix 15830. When scalarizing and unrolling stores make sure th...Nadav Rotem2013-04-23
* Call the potentially costly isAnnotatedParallel() only once. Pekka Jaaskelainen2013-04-23
* Refuse to (even try to) vectorize loops which have uniform writes,Pekka Jaaskelainen2013-04-23
* Changed back (relative to commit 179786) the operations executed when extract...Anat Shemer2013-04-22
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-22
* SROA: Don't crash on a select with two identical operands.Benjamin Kramer2013-04-21
* Revert "SimplifyCFG: If convert single conditional stores"Arnold Schwaighofer2013-04-21
* SLPVectorize: Add support for vectorization of casts.Nadav Rotem2013-04-21
* [objc-arc] Cleaned up tail-call-invariant-enforcement.ll.Michael Gottesman2013-04-21
* [objc-arc] Check that objc-arc-expand properly handles all strictly forwardin...Michael Gottesman2013-04-21
* [objc-arc] Renamed the test file clang-arc-used-intrinsic-removed-if-isolated...Michael Gottesman2013-04-21
* Fix PR15800. Do not try to vectorize vectors and structs.Nadav Rotem2013-04-20
* SimplifyCFG: If convert single conditional storesArnold Schwaighofer2013-04-20
* recommit testsNuno Lopes2013-04-20
* SLPVectorizer: Improve the cost model for loop invariant broadcast values.Nadav Rotem2013-04-20
* MergeFunc: Make pointer and integer types generate the same hash.Benjamin Kramer2013-04-19