aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changed back (relative to commit 179786) the operations executed when extract...Anat Shemer2013-04-221-3/+3
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-223-10/+7
* SROA: Don't crash on a select with two identical operands.Benjamin Kramer2013-04-211-8/+8
* Revert "SimplifyCFG: If convert single conditional stores"Arnold Schwaighofer2013-04-211-88/+4
* SLPVectorize: Add support for vectorization of casts.Nadav Rotem2013-04-211-0/+69
* SLPVectorizer: Fix a bug in the code that scans the tree in search of nodes w...Nadav Rotem2013-04-211-0/+1
* When we strength reduce an objc_retainBlock call to objc_retain, increment Nu...Michael Gottesman2013-04-211-1/+6
* Fixed comment typo.Michael Gottesman2013-04-211-1/+1
* [objc-arc] Fixed typo in debug message.Michael Gottesman2013-04-211-1/+1
* [objc-arc] Fixed comment typo.Michael Gottesman2013-04-211-1/+1
* [objc-arc] Refactored OptimizeReturns so that it uses continue instead of a l...Michael Gottesman2013-04-211-25/+30
* [objc-arc] Added debug statement saying when we are resetting a sequence's pr...Michael Gottesman2013-04-201-0/+1
* Fix PR15800. Do not try to vectorize vectors and structs.Nadav Rotem2013-04-201-1/+10