aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms
AgeCommit message (Expand)Author
2013-04-27Fix a XOR reassociation bug. Shuxin Yang
2013-04-27[objc-arc] Test cleanups.Michael Gottesman
2013-04-26LoopVectorizer: Calculate the number of pointers to disambiguate at runtime ...Nadav Rotem
2013-04-25LoopVectorizer: No need to generate pointer disambiguation checks between rea...Nadav Rotem
2013-04-24LoopVectorize: Scalarize padded typesArnold Schwaighofer
2013-04-24LoopVectorizer: Bail out if we don't have datalayout we need itArnold Schwaighofer
2013-04-23PNaCl: Add ExpandByVal pass for expanding out by-value struct args and resultsMark Seaborn
2013-04-23PNaCl: Add FlattenGlobals pass for simplifying global variable initializersMark Seaborn
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-22Changed back (relative to commit 179786) the operations executed when extract...Anat Shemer
2013-04-22Revert "Revert "PR14606: debug info imported_module support""David Blaikie
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-21[objc-arc] Cleaned up tail-call-invariant-enforcement.ll.Michael Gottesman
2013-04-21[objc-arc] Check that objc-arc-expand properly handles all strictly forwardin...Michael Gottesman
2013-04-21[objc-arc] Renamed the test file clang-arc-used-intrinsic-removed-if-isolated...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-20recommit testsNuno Lopes
2013-04-20SLPVectorizer: Improve the cost model for loop invariant broadcast values.Nadav Rotem
2013-04-19MergeFunc: Make pointer and integer types generate the same hash.Benjamin Kramer
2013-04-19Make variable match any name.Bill Wendling
2013-04-19Try explicitly setting the target triple to see if this gets it to pass on ARM.Bill Wendling
2013-04-19Attempt to pacify this test for the buildbots.Chad Rosier
2013-04-19Add test to make sure that a int-to-ptr can be merged correctly.Bill Wendling
2013-04-19ConstantFolding: ComputeMaskedBits wants the scalar size for vectors.Benjamin Kramer
2013-04-19Revert 179826. Tests were worthless.Jakub Staszak
2013-04-19Revert "PR14606: debug info imported_module support"Eric Christopher
2013-04-19PR14606: debug info imported_module supportDavid Blaikie
2013-04-19Don't run expensive -O2 and -O3 in tests.Jakub Staszak
2013-04-18In the function InstCombiner::visitExtractElementInst() removed the limitatio...Anat Shemer
2013-04-18Added a function scalarizePHI() that sclarizes a vector phi instruction if it...Anat Shemer
2013-04-18LoopVectorizer: Recognize min/max reductionsArnold Schwaighofer
2013-04-18LoopVectorize: Use a set to avoid longer cycles in the reduction chain too.Benjamin Kramer
2013-04-18Revert "Combine bit test + conditional or into simple math"David Majnemer
2013-04-18Combine bit test + conditional or into simple mathDavid Majnemer
2013-04-18[objc-arc] Do not mismatch up retains inside a for loop with releases outside...Michael Gottesman
2013-04-18Streamline arc-annotation test (removing some cases which do not add any extr...Michael Gottesman
2013-04-17Do not optimise fprintf() calls if its return value is used.Peter Collingbourne
2013-04-16simplifycfg: Fix integer overflow converting switch into icmp.Hans Wennborg
2013-04-15We are not able to bitcast a pointer to an integral value.Bill Wendling
2013-04-15SLPVectorizer: Make it a function pass and add code for hoisting the vector-g...Nadav Rotem
2013-04-15Revert "Recommit r179497 after fixing uninitialized variable." untilEric Christopher
2013-04-15Recommit r179497 after fixing uninitialized variable.Eric Christopher
2013-04-15SLPVectorizer: Add support for vectorizing trees that start at compare instru...Nadav Rotem
2013-04-14Revert "Remove some unused triple and data layout."Eric Christopher
2013-04-14Remove some unused triple and data layout.Eric Christopher