summaryrefslogtreecommitdiff
path: root/test/Transforms
Commit message (Expand)AuthorAge
...
* 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
* Update to new EH scheme.Bill Wendling2011-09-01
* Update to new EH scheme.Bill Wendling2011-09-01
* Update some tests to the new EH scheme.Bill Wendling2011-09-01
* Reenable test.Bill Wendling2011-08-31
* Revert accidental commitBill Wendling2011-08-31
* Disable this test until Bill fixes it properly.Eli Friedman2011-08-31
* Update to new EH scheme.Bill Wendling2011-08-31
* Update more tests to the new EH scheme.Bill Wendling2011-08-31
* Add tests for the transformations SCCP can do on atomic loads and stores (whi...Eli Friedman2011-08-31
* Update more tests to the new EH scheme.Bill Wendling2011-08-31
* Update the tests to the new EH scheme.Bill Wendling2011-08-31
* Remove the old tail duplication pass. It is not used and is unable to updateRafael Espindola2011-08-30
* Remove empty file.Owen Anderson2011-08-30
* Speculatively revert r138809 in an attempt to fix DragonEgg.Owen Anderson2011-08-30