summaryrefslogtreecommitdiff
path: root/lib/Transforms
Commit message (Expand)AuthorAge
* Fix for a regression caused by the LoopVectorizer whenTom Stellard2013-07-08
* Merging r183035:Bill Wendling2013-06-04
* 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 r181397:Bill Wendling2013-05-10
* Merging r181286:Bill Wendling2013-05-08
* InstCombine: (X ^ signbit) + C -> X + (signbit ^ C)David Majnemer2013-05-06
* Rotate multi-exit loops even if the latch was simplified.Andrew Trick2013-05-06
* Provide InstCombines for the following 3 cases:Jean-Luc Duprat2013-05-06
* Update the comment to mention that we use TTI.Nadav Rotem2013-05-06
* Revert r164763 because it introduces new shuffles.Nadav Rotem2013-05-06
* Fix const merging when an alias of a const is llvm.used.Rafael Espindola2013-05-06
* LoopVectorize: Print values instead of pointers in debug output.Benjamin Kramer2013-05-05
* LoopVectorize: Add support for floating point min/max reductionsArnold Schwaighofer2013-05-05
* LoopVectorizer: Cleanup of miminimum/maximum pattern match codeArnold Schwaighofer2013-05-05
* LoopVectorize: We don't need an identity element for min/max reductionsArnold Schwaighofer2013-05-05
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-05
* Tabs to spaces. No functionality change.Nick Lewycky2013-05-04
* Decompose GVN::processNonLocalLoad() (about 400 LOC) into smaller helper func...Shuxin Yang2013-05-03
* LoopVectorizer: Add support for if-conversion of PHINodes with 3+ incoming va...Nadav Rotem2013-05-03
* [GV] Remove dead code which is really difficult to decipher.Shuxin Yang2013-05-02
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-01
* 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
* Fix a use after free. RI is freed before the call to getDebugLoc(). ToRichard Trieu2013-04-30
* Fix a typoNadav Rotem2013-04-30
* InstCombine: Fold more shuffles of shuffles.Jim Grosbach2013-04-30
* Spelling. Thanks, Eric.Adrian Prantl2013-04-30
* Set debug locations for branch instructions created during inlining, evenAdrian Prantl2013-04-30
* Fix a bug in foldSelectICmpAndOr.David Majnemer2013-04-30
* Fix "Combine bit test + conditional or into simple math"David Majnemer2013-04-30
* SimplifyCFG: If convert single conditional storesArnold Schwaighofer2013-04-29
* Add in some conditional compilation in order to silence an unused variable wa...Michael Gottesman2013-04-29
* [objc-arc] Apply the RV optimization to retains next to calls in ObjCARCContr...Michael Gottesman2013-04-29
* Added statistics to count the number of retains/releases before/after optimiz...Michael Gottesman2013-04-29
* Removed trailing whitespace.Michael Gottesman2013-04-29
* Fix for r180693. = /.Michael Gottesman2013-04-29
* [objc-arc-annotations] Moved the disabling of call movement to ConnectTDBUTra...Michael Gottesman2013-04-29
* Fix a XOR reassociation bug. Shuxin Yang2013-04-27
* fix a typo that due to cu&paste quadrupled itselfAdrian Prantl2013-04-26
* Bugfix for the debug intrinsic handling in InstCombiner:Adrian Prantl2013-04-26
* LoopVectorizer: Calculate the number of pointers to disambiguate at runtime ...Nadav Rotem2013-04-26
* Revert "[objc-arc] Added ImpreciseAutoreleaseSet to track autorelease calls t...Michael Gottesman2013-04-26
* LoopVectorizer: No need to generate pointer disambiguation checks between rea...Nadav Rotem2013-04-25
* [objc-arc] Added ImpreciseAutoreleaseSet to track autorelease calls that were...Michael Gottesman2013-04-24
* Fixed comment typo.Michael Gottesman2013-04-24
* LoopVectorizer: Change variable name Stride to ConsecutiveStrideArnold Schwaighofer2013-04-24
* LoopVectorize: Scalarize padded typesArnold Schwaighofer2013-04-24