aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms
Commit message (Expand)AuthorAgeFilesLines
* LoopVectorizer: Improve reduction variable identificationArnold Schwaighofer2013-05-071-84/+132
* LoopVectorize: getConsecutiveVector must respect signed arithmeticArnold Schwaighofer2013-05-071-5/+6
* InstCombine: (X ^ signbit) + C -> X + (signbit ^ C)David Majnemer2013-05-061-0/+5
* Rotate multi-exit loops even if the latch was simplified.Andrew Trick2013-05-061-14/+29
* Provide InstCombines for the following 3 cases:Jean-Luc Duprat2013-05-062-0/+53
* Update the comment to mention that we use TTI.Nadav Rotem2013-05-061-3/+3
* Revert r164763 because it introduces new shuffles.Nadav Rotem2013-05-061-19/+1
* Fix const merging when an alias of a const is llvm.used.Rafael Espindola2013-05-061-4/+6
* LoopVectorize: Print values instead of pointers in debug output.Benjamin Kramer2013-05-051-4/+4
* LoopVectorize: Add support for floating point min/max reductionsArnold Schwaighofer2013-05-051-22/+69
* LoopVectorizer: Cleanup of miminimum/maximum pattern match codeArnold Schwaighofer2013-05-051-2/+2
* LoopVectorize: We don't need an identity element for min/max reductionsArnold Schwaighofer2013-05-051-32/+19
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-054-5/+4
* Tabs to spaces. No functionality change.Nick Lewycky2013-05-041-3/+3
* Decompose GVN::processNonLocalLoad() (about 400 LOC) into smaller helper func...Shuxin Yang2013-05-031-169/+194
* LoopVectorizer: Add support for if-conversion of PHINodes with 3+ incoming va...Nadav Rotem2013-05-031-20/+29
* [GV] Remove dead code which is really difficult to decipher.Shuxin Yang2013-05-021-26/+2
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-018-8/+2
* SROA: Generate selects instead of shuffles when blending values because this ...Nadav Rotem2013-05-011-8/+6
* Revert "InstCombine: Fold more shuffles of shuffles."Jim Grosbach2013-05-011-12/+5
* Fix a use after free. RI is freed before the call to getDebugLoc(). ToRichard Trieu2013-04-301-4/+5
* Fix a typoNadav Rotem2013-04-301-1/+1
* InstCombine: Fold more shuffles of shuffles.Jim Grosbach2013-04-301-5/+12
* Spelling. Thanks, Eric.Adrian Prantl2013-04-301-1/+1
* Set debug locations for branch instructions created during inlining, evenAdrian Prantl2013-04-301-2/+10
* Fix a bug in foldSelectICmpAndOr.David Majnemer2013-04-301-1/+2
* Fix "Combine bit test + conditional or into simple math"David Majnemer2013-04-301-0/+64
* SimplifyCFG: If convert single conditional storesArnold Schwaighofer2013-04-291-4/+90
* Add in some conditional compilation in order to silence an unused variable wa...Michael Gottesman2013-04-291-0/+2
* [objc-arc] Apply the RV optimization to retains next to calls in ObjCARCContr...Michael Gottesman2013-04-292-53/+64
* Added statistics to count the number of retains/releases before/after optimiz...Michael Gottesman2013-04-291-0/+47
* Removed trailing whitespace.Michael Gottesman2013-04-291-1/+1
* Fix for r180693. = /.Michael Gottesman2013-04-291-1/+2
* [objc-arc-annotations] Moved the disabling of call movement to ConnectTDBUTra...Michael Gottesman2013-04-291-6/+5
* Fix a XOR reassociation bug. Shuxin Yang2013-04-271-3/+6
* fix a typo that due to cu&paste quadrupled itselfAdrian Prantl2013-04-261-2/+2
* Bugfix for the debug intrinsic handling in InstCombiner:Adrian Prantl2013-04-261-2/+27
* LoopVectorizer: Calculate the number of pointers to disambiguate at runtime ...Nadav Rotem2013-04-261-4/+11
* Revert "[objc-arc] Added ImpreciseAutoreleaseSet to track autorelease calls t...Michael Gottesman2013-04-261-38/+0
* LoopVectorizer: No need to generate pointer disambiguation checks between rea...Nadav Rotem2013-04-251-4/+12
* [objc-arc] Added ImpreciseAutoreleaseSet to track autorelease calls that were...Michael Gottesman2013-04-241-0/+38
* Fixed comment typo.Michael Gottesman2013-04-241-1/+1
* LoopVectorizer: Change variable name Stride to ConsecutiveStrideArnold Schwaighofer2013-04-241-6/+6
* LoopVectorize: Scalarize padded typesArnold Schwaighofer2013-04-241-1/+9
* LoopVectorizer: Bail out if we don't have datalayout we need itArnold Schwaighofer2013-04-241-0/+5
* Make sure the instruction right after an inlined function has aAdrian Prantl2013-04-231-4/+10
* LoopVectorizer: Fix 15830. When scalarizing and unrolling stores make sure th...Nadav Rotem2013-04-231-4/+4
* Call the potentially costly isAnnotatedParallel() only once. Pekka Jaaskelainen2013-04-231-3/+5
* Refuse to (even try to) vectorize loops which have uniform writes,Pekka Jaaskelainen2013-04-231-9/+9
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-228-0/+16