aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms
AgeCommit message (Expand)Author
2011-09-27Split the landing pad basic block with the correct function. Also merge theBill Wendling
2011-09-26Convert more tests over to the new atomic instructions.Eli Friedman
2011-09-26Upgrade a couple more tests to the new atomic instructions.Eli Friedman
2011-09-22PR10987: add a missed safety check to isSafePHIToSpeculate in scalarrepl.Eli Friedman
2011-09-20Make sure IPSCCP never marks a tracked call as overdefined in SCCPSolver::Res...Eli Friedman
2011-09-20Update this test to the new EH model.Bill Wendling
2011-09-20Update to new EH model.Bill Wendling
2011-09-19Update to the new EH syntax.Bill Wendling
2011-09-19Dramatically reduce this testcase.Bill Wendling
2011-09-19Revert r140083 and r140084 until buildbots can be fixed.Bill Wendling
2011-09-19Update test to remove the 'unwind' instruction.Bill Wendling
2011-09-19Replace uses of unwind with unreachable for the same effect.Bill Wendling
2011-09-19Replace more uses of 'unwind' in the tests with calls to landingpad andBill Wendling
2011-09-19Fix an infinite loop where a transform in InstCombiner::visitAnd claims a con...Eli Friedman
2011-09-19This testcase is dead. It doesn't inline even if I add the 'alwaysinline'Bill Wendling
2011-09-19[indvars] Fix PR10946: SCEV cannot handle Vector IVs.Andrew Trick
2011-09-15Reapply r139759. Disable IV rewriting by default. See PR10916.Andrew Trick
2011-09-15Make demanded-elt simplification for shufflevector slightly stronger. Spotte...Eli Friedman
2011-09-14objc_retainBlock is not NoModRef because it can update forwarding pointersDan Gohman
2011-09-13[indvars] Revert r139579 until 401.bzip -arch i386 miscompilation is fixed. P...Andrew Trick
2011-09-13Disable IV rewriting by default. See PR10916.Andrew Trick
2011-09-13Generalize test case to handle multiple indvars modes.Andrew Trick
2011-09-13[indvars] Fix bugs in floating point IV range checks noticed by inspection.Andrew Trick
2011-09-12Conditionalize indvars test that relies on SCEV expansion of geps,Andrew Trick
2011-09-12indvars test only relevant for -enable-iv-rewrite.Andrew Trick
2011-09-12Conditionalize indvars tests that rely on SCEV expansion of geps,Andrew Trick
2011-09-12Removing indvars tests that directly test canonical IVs and nothing else.Andrew Trick
2011-09-12Rename -disable-iv-rewrite to -enable-iv-rewrite=false in preparation for def...Andrew Trick
2011-09-12Test case for r139453, WidenIV::GetExtendedOperandRecurrence.Andrew Trick
2011-09-09Mark the eh.typeid.for intrinsic as being 'const', which it is insideDuncan Sands
2011-09-07When inlining exception handling code into another function, ensure thatDuncan Sands
2011-09-07Forgot to add this trampoline testcase.Duncan Sands
2011-09-06Try again at r138809 (make DSE more aggressive in removing dead stores at the...Owen Anderson
2011-09-06Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands
2011-09-05InstSimplify: Don't try to replace an extractvalue/insertvalue pair with the ...Benjamin Kramer
2011-09-05Delete trivial landing pads that just continue unwinding the caughtDuncan Sands
2011-09-05Add some simple insertvalue simplifications, for the purpose of cleaningDuncan Sands
2011-09-02Try to eliminate the use of the 'unwind' instruction.Bill Wendling
2011-09-02Test case update for unroll-scev.Andrew Trick
2011-09-02Extra CHECK-NOT to make sure that GVN transform works properly.Jakub Staszak
2011-09-02-unroll-scev flag removalAndrew Trick
2011-09-02ConstantVector returns arbitrary value for the wrong index.Jakub Staszak
2011-09-02Compare type size instead of type _store_ size to make sure that BitCastInstJakub Staszak
2011-09-02Update to new EH scheme.Bill Wendling
2011-09-01Fix test; sorry for any inconvenience.Eli Friedman
2011-09-01Fix an issue with the IR sink pass found by inspection. (I'm not sure anyone...Eli Friedman
2011-09-01Add missing newline.Eli Friedman
2011-09-01Update to new EH scheme.Bill Wendling
2011-09-01Update to new EH scheme.Bill Wendling
2011-09-01Update to new EH scheme.Bill Wendling