summaryrefslogtreecommitdiff
path: root/test/Transforms
Commit message (Expand)AuthorAge
* [objc-arc] Apply the RV optimization to retains next to calls in ObjCARCContr...Michael Gottesman2013-04-29
* Fix a XOR reassociation bug. Shuxin Yang2013-04-27
* [objc-arc] Test cleanups.Michael Gottesman2013-04-27
* LoopVectorizer: Calculate the number of pointers to disambiguate at runtime ...Nadav Rotem2013-04-26
* LoopVectorizer: No need to generate pointer disambiguation checks between rea...Nadav Rotem2013-04-25
* LoopVectorize: Scalarize padded typesArnold Schwaighofer2013-04-24
* LoopVectorizer: Bail out if we don't have datalayout we need itArnold Schwaighofer2013-04-24
* 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
* Changed back (relative to commit 179786) the operations executed when extract...Anat Shemer2013-04-22
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-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
* [objc-arc] Cleaned up tail-call-invariant-enforcement.ll.Michael Gottesman2013-04-21
* [objc-arc] Check that objc-arc-expand properly handles all strictly forwardin...Michael Gottesman2013-04-21
* [objc-arc] Renamed the test file clang-arc-used-intrinsic-removed-if-isolated...Michael Gottesman2013-04-21
* Fix PR15800. Do not try to vectorize vectors and structs.Nadav Rotem2013-04-20
* SimplifyCFG: If convert single conditional storesArnold Schwaighofer2013-04-20
* recommit testsNuno Lopes2013-04-20
* SLPVectorizer: Improve the cost model for loop invariant broadcast values.Nadav Rotem2013-04-20
* MergeFunc: Make pointer and integer types generate the same hash.Benjamin Kramer2013-04-19
* Make variable match any name.Bill Wendling2013-04-19
* Try explicitly setting the target triple to see if this gets it to pass on ARM.Bill Wendling2013-04-19
* Attempt to pacify this test for the buildbots.Chad Rosier2013-04-19
* Add test to make sure that a int-to-ptr can be merged correctly.Bill Wendling2013-04-19
* ConstantFolding: ComputeMaskedBits wants the scalar size for vectors.Benjamin Kramer2013-04-19
* Revert 179826. Tests were worthless.Jakub Staszak2013-04-19
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-19
* PR14606: debug info imported_module supportDavid Blaikie2013-04-19
* Don't run expensive -O2 and -O3 in tests.Jakub Staszak2013-04-19
* In the function InstCombiner::visitExtractElementInst() removed the limitatio...Anat Shemer2013-04-18
* Added a function scalarizePHI() that sclarizes a vector phi instruction if it...Anat Shemer2013-04-18
* LoopVectorizer: Recognize min/max reductionsArnold Schwaighofer2013-04-18
* LoopVectorize: Use a set to avoid longer cycles in the reduction chain too.Benjamin Kramer2013-04-18
* Revert "Combine bit test + conditional or into simple math"David Majnemer2013-04-18
* Combine bit test + conditional or into simple mathDavid Majnemer2013-04-18
* [objc-arc] Do not mismatch up retains inside a for loop with releases outside...Michael Gottesman2013-04-18
* Streamline arc-annotation test (removing some cases which do not add any extr...Michael Gottesman2013-04-18
* Do not optimise fprintf() calls if its return value is used.Peter Collingbourne2013-04-17
* simplifycfg: Fix integer overflow converting switch into icmp.Hans Wennborg2013-04-16
* We are not able to bitcast a pointer to an integral value.Bill Wendling2013-04-15
* SLPVectorizer: Make it a function pass and add code for hoisting the vector-g...Nadav Rotem2013-04-15
* Revert "Recommit r179497 after fixing uninitialized variable." untilEric Christopher2013-04-15
* Recommit r179497 after fixing uninitialized variable.Eric Christopher2013-04-15
* SLPVectorizer: Add support for vectorizing trees that start at compare instru...Nadav Rotem2013-04-15
* Revert "Remove some unused triple and data layout."Eric Christopher2013-04-14
* Remove some unused triple and data layout.Eric Christopher2013-04-14
* Reorders two transforms that collide with each otherDavid Majnemer2013-04-14