summaryrefslogtreecommitdiff
path: root/test/Transforms
AgeCommit message (Expand)AuthorFilesLines
2013-04-19Try explicitly setting the target triple to see if this gets it to pass on ARM.Bill Wendling1-1/+1
2013-04-19Attempt to pacify this test for the buildbots.Chad Rosier1-3/+3
2013-04-19Add test to make sure that a int-to-ptr can be merged correctly.Bill Wendling1-0/+55
2013-04-19ConstantFolding: ComputeMaskedBits wants the scalar size for vectors.Benjamin Kramer1-0/+9
2013-04-19Revert 179826. Tests were worthless.Jakub Staszak2-2/+2
2013-04-19Revert "PR14606: debug info imported_module support"Eric Christopher2-2/+2
2013-04-19PR14606: debug info imported_module supportDavid Blaikie2-2/+2
2013-04-19Don't run expensive -O2 and -O3 in tests.Jakub Staszak2-2/+2
2013-04-18In the function InstCombiner::visitExtractElementInst() removed the limitatio...Anat Shemer1-0/+12
2013-04-18Added a function scalarizePHI() that sclarizes a vector phi instruction if it...Anat Shemer1-0/+27
2013-04-18LoopVectorizer: Recognize min/max reductionsArnold Schwaighofer1-0/+399
2013-04-18LoopVectorize: Use a set to avoid longer cycles in the reduction chain too.Benjamin Kramer1-0/+18
2013-04-18Revert "Combine bit test + conditional or into simple math"David Majnemer1-79/+0
2013-04-18Combine bit test + conditional or into simple mathDavid Majnemer1-0/+79
2013-04-18[objc-arc] Do not mismatch up retains inside a for loop with releases outside...Michael Gottesman1-0/+36
2013-04-18Streamline arc-annotation test (removing some cases which do not add any extr...Michael Gottesman1-233/+9
2013-04-17Do not optimise fprintf() calls if its return value is used.Peter Collingbourne1-0/+9
2013-04-16simplifycfg: Fix integer overflow converting switch into icmp.Hans Wennborg1-0/+18
2013-04-15We are not able to bitcast a pointer to an integral value.Bill Wendling1-0/+46
2013-04-15SLPVectorizer: Make it a function pass and add code for hoisting the vector-g...Nadav Rotem1-0/+59
2013-04-15Revert "Recommit r179497 after fixing uninitialized variable." untilEric Christopher2-0/+6
2013-04-15Recommit r179497 after fixing uninitialized variable.Eric Christopher2-6/+0
2013-04-15SLPVectorizer: Add support for vectorizing trees that start at compare instru...Nadav Rotem1-0/+53
2013-04-14Revert "Remove some unused triple and data layout."Eric Christopher2-0/+6
2013-04-14Remove some unused triple and data layout.Eric Christopher2-6/+0
2013-04-14Reorders two transforms that collide with each otherDavid Majnemer3-5/+17
2013-04-14Make the command line triple match the module triple.Nadav Rotem2-2/+2
2013-04-14Remove unused function attributes.Nadav Rotem9-74/+46
2013-04-14SLPVectorizer: Add support for trees that don't start at binary operators, an...Nadav Rotem1-0/+37
2013-04-14SLPVectorizer: add initial support for reduction variable vectorization.Nadav Rotem1-0/+52
2013-04-13GlobalDCE: Fix an oversight in my last commit that could lead to crashes.Benjamin Kramer1-0/+18
2013-04-13Fix a scalability issue with complex ConstantExprs.Benjamin Kramer1-0/+97
2013-04-12InstCombine: Check the operand types before merging fcmp ord & fcmp ord.Benjamin Kramer1-0/+21
2013-04-12SLPVectorizer: add support for vectorization of diamond shaped trees. We now ...Nadav Rotem1-0/+83
2013-04-12CostModel: increase the default cost of supported floating point operations f...Nadav Rotem2-4/+29
2013-04-12Simplify (A & ~B) in icmp if A is a power of 2David Majnemer1-0/+26
2013-04-12LoopVectorizer: integer division is not a reduction operationArnold Schwaighofer1-0/+24
2013-04-11Optimize icmp involving addition betterDavid Majnemer1-0/+52
2013-04-11Fix for wrong instcombine on vector insert/extractBenjamin Kramer1-0/+27
2013-04-11Add missing colons to check lines.Benjamin Kramer1-2/+2
2013-04-11FileCheckize a bunch of tests.Benjamin Kramer1-2/+13
2013-04-10Make the SLP store-merger less paranoid about function calls. We check for fu...Nadav Rotem1-0/+40
2013-04-09Add support for bottom-up SLP vectorization infrastructure.Nadav Rotem7-0/+280
2013-04-09Revert r176408 and r176407 to address PR15540.Nadav Rotem1-128/+0
2013-04-09Converted 8x tests of SimplifyCFG to use FileCheck instead of grep.Michael Gottesman8-17/+21
2013-04-09Revert 179071 because it is not the right way to support non standard new/new...Nadav Rotem3-21/+17
2013-04-08c++ new operators are not malloc-like functions because they do not return un...Nadav Rotem3-17/+21
2013-04-07Fix PR15674 (and PR15603): a SROA think-o.Chandler Carruth1-0/+63
2013-04-05An objc_retain can serve as a use for a different pointer.Michael Gottesman1-0/+95
2013-04-05Properly model precise lifetime when given an incomplete dataflow sequence.Michael Gottesman3-85/+932