summaryrefslogtreecommitdiff
path: root/lib/Transforms
Commit message (Expand)AuthorAge
* 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
* LoopVectorizer: Bail out if we don't have datalayout we need itArnold Schwaighofer2013-04-24
* Make sure the instruction right after an inlined function has aAdrian Prantl2013-04-23
* 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
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-22
* Changed back (relative to commit 179786) the operations executed when extract...Anat Shemer2013-04-22
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-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
* SLPVectorizer: Fix a bug in the code that scans the tree in search of nodes w...Nadav Rotem2013-04-21
* When we strength reduce an objc_retainBlock call to objc_retain, increment Nu...Michael Gottesman2013-04-21
* Fixed comment typo.Michael Gottesman2013-04-21
* [objc-arc] Fixed typo in debug message.Michael Gottesman2013-04-21
* [objc-arc] Fixed comment typo.Michael Gottesman2013-04-21
* [objc-arc] Refactored OptimizeReturns so that it uses continue instead of a l...Michael Gottesman2013-04-21
* [objc-arc] Added debug statement saying when we are resetting a sequence's pr...Michael Gottesman2013-04-20
* Fix PR15800. Do not try to vectorize vectors and structs.Nadav Rotem2013-04-20
* SimplifyCFG: If convert single conditional storesArnold Schwaighofer2013-04-20
* VecUtils: Clean up uses of dyn_cast.Benjamin Kramer2013-04-20
* SLPVectorizer: Strength reduce SmallVectors to ArrayRefs.Benjamin Kramer2013-04-20
* SLPVectorizer: Reduce the compile time by eliminating the search for some of ...Nadav Rotem2013-04-20
* refactor tryToVectorizePair to a new method that supports vectorization of li...Nadav Rotem2013-04-20
* Fix an unused variable warning.Nadav Rotem2013-04-20
* SLPVectorizer: Improve the cost model for loop invariant broadcast values.Nadav Rotem2013-04-20
* Report the number of stores that were found in the debug message.Nadav Rotem2013-04-20
* Fix the header comment.Nadav Rotem2013-04-20
* Use 64bit arithmetic for calculating distance between pointers.Nadav Rotem2013-04-20
* MergeFunc: Make pointer and integer types generate the same hash.Benjamin Kramer2013-04-19
* LoopVectorizer: Use matcher from PatternMatch.h for the min/max patternsArnold Schwaighofer2013-04-19