aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms
AgeCommit message (Expand)Author
2013-04-30Set debug locations for branch instructions created during inlining, evenAdrian Prantl
2013-04-30Fix a bug in foldSelectICmpAndOr.David Majnemer
2013-04-30Fix "Combine bit test + conditional or into simple math"David Majnemer
2013-04-29SimplifyCFG: If convert single conditional storesArnold Schwaighofer
2013-04-29Add in some conditional compilation in order to silence an unused variable wa...Michael Gottesman
2013-04-29[objc-arc] Apply the RV optimization to retains next to calls in ObjCARCContr...Michael Gottesman
2013-04-29Added statistics to count the number of retains/releases before/after optimiz...Michael Gottesman
2013-04-29Removed trailing whitespace.Michael Gottesman
2013-04-29Fix for r180693. = /.Michael Gottesman
2013-04-29[objc-arc-annotations] Moved the disabling of call movement to ConnectTDBUTra...Michael Gottesman
2013-04-27Fix a XOR reassociation bug. Shuxin Yang
2013-04-26fix a typo that due to cu&paste quadrupled itselfAdrian Prantl
2013-04-26Bugfix for the debug intrinsic handling in InstCombiner:Adrian Prantl
2013-04-26LoopVectorizer: Calculate the number of pointers to disambiguate at runtime ...Nadav Rotem
2013-04-26Revert "[objc-arc] Added ImpreciseAutoreleaseSet to track autorelease calls t...Michael Gottesman
2013-04-25LoopVectorizer: No need to generate pointer disambiguation checks between rea...Nadav Rotem
2013-04-24[objc-arc] Added ImpreciseAutoreleaseSet to track autorelease calls that were...Michael Gottesman
2013-04-24Fixed comment typo.Michael Gottesman
2013-04-24LoopVectorizer: Change variable name Stride to ConsecutiveStrideArnold Schwaighofer
2013-04-24LoopVectorize: Scalarize padded typesArnold Schwaighofer
2013-04-24LoopVectorizer: Bail out if we don't have datalayout we need itArnold Schwaighofer
2013-04-23Make sure the instruction right after an inlined function has aAdrian Prantl
2013-04-23LoopVectorizer: Fix 15830. When scalarizing and unrolling stores make sure th...Nadav Rotem
2013-04-23Call the potentially costly isAnnotatedParallel() only once. Pekka Jaaskelainen
2013-04-23Refuse to (even try to) vectorize loops which have uniform writes,Pekka Jaaskelainen
2013-04-22Move C++ code out of the C headers and into either C++ headersEric Christopher
2013-04-22Changed back (relative to commit 179786) the operations executed when extract...Anat Shemer
2013-04-22Clarify that llvm.used can contain aliases.Rafael Espindola
2013-04-21SROA: Don't crash on a select with two identical operands.Benjamin Kramer
2013-04-21Revert "SimplifyCFG: If convert single conditional stores"Arnold Schwaighofer
2013-04-21SLPVectorize: Add support for vectorization of casts.Nadav Rotem
2013-04-21SLPVectorizer: Fix a bug in the code that scans the tree in search of nodes w...Nadav Rotem
2013-04-21When we strength reduce an objc_retainBlock call to objc_retain, increment Nu...Michael Gottesman
2013-04-21Fixed comment typo.Michael Gottesman
2013-04-21[objc-arc] Fixed typo in debug message.Michael Gottesman
2013-04-21[objc-arc] Fixed comment typo.Michael Gottesman
2013-04-21[objc-arc] Refactored OptimizeReturns so that it uses continue instead of a l...Michael Gottesman
2013-04-20[objc-arc] Added debug statement saying when we are resetting a sequence's pr...Michael Gottesman
2013-04-20Fix PR15800. Do not try to vectorize vectors and structs.Nadav Rotem
2013-04-20SimplifyCFG: If convert single conditional storesArnold Schwaighofer
2013-04-20VecUtils: Clean up uses of dyn_cast.Benjamin Kramer
2013-04-20SLPVectorizer: Strength reduce SmallVectors to ArrayRefs.Benjamin Kramer
2013-04-20SLPVectorizer: Reduce the compile time by eliminating the search for some of ...Nadav Rotem
2013-04-20refactor tryToVectorizePair to a new method that supports vectorization of li...Nadav Rotem
2013-04-20Fix an unused variable warning.Nadav Rotem
2013-04-20SLPVectorizer: Improve the cost model for loop invariant broadcast values.Nadav Rotem
2013-04-20Report the number of stores that were found in the debug message.Nadav Rotem
2013-04-20Fix the header comment.Nadav Rotem
2013-04-20Use 64bit arithmetic for calculating distance between pointers.Nadav Rotem
2013-04-19MergeFunc: Make pointer and integer types generate the same hash.Benjamin Kramer