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