aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Add a new icmp+select optz'n. Also shows off the load(cst) folding added inNick Lewycky2011-10-021-0/+10
* float comparison to double 'zero' constant can just be a float 'zero.'Jim Grosbach2011-09-301-0/+11
* Add forgotten tests that the cleanup flag is cleared if thereDuncan Sands2011-09-301-0/+24
* Inlining often produces landingpad instructions with repeatedDuncan Sands2011-09-301-0/+157
* When eliminating unnecessary retain+autorelease on return values,Dan Gohman2011-09-291-0/+59
* Don't eliminate objc_retainBlock calls on stack objects if theDan Gohman2011-09-291-0/+54
* Test case for r140670: indvars should hoist sext.Andrew Trick2011-09-281-0/+28
* Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer2011-09-278-37/+37
* Split the landing pad basic block with the correct function. Also merge theBill Wendling2011-09-271-0/+67
* Convert more tests over to the new atomic instructions.Eli Friedman2011-09-261-3/+1
* Upgrade a couple more tests to the new atomic instructions.Eli Friedman2011-09-262-12/+5
* PR10987: add a missed safety check to isSafePHIToSpeculate in scalarrepl.Eli Friedman2011-09-221-0/+40
* Make sure IPSCCP never marks a tracked call as overdefined in SCCPSolver::Res...Eli Friedman2011-09-201-0/+18
* Update this test to the new EH model.Bill Wendling2011-09-201-0/+4
* Update to new EH model.Bill Wendling2011-09-201-1/+4
* Update to the new EH syntax.Bill Wendling2011-09-191-7/+3
* Dramatically reduce this testcase.Bill Wendling2011-09-191-873/+14
* Revert r140083 and r140084 until buildbots can be fixed.Bill Wendling2011-09-191-4/+1
* Update test to remove the 'unwind' instruction.Bill Wendling2011-09-191-1/+4
* Replace uses of unwind with unreachable for the same effect.Bill Wendling2011-09-191-2/+2
* Replace more uses of 'unwind' in the tests with calls to landingpad andBill Wendling2011-09-195-27/+29
* Fix an infinite loop where a transform in InstCombiner::visitAnd claims a con...Eli Friedman2011-09-191-0/+7
* This testcase is dead. It doesn't inline even if I add the 'alwaysinline'Bill Wendling2011-09-191-23/+0
* [indvars] Fix PR10946: SCEV cannot handle Vector IVs.Andrew Trick2011-09-191-0/+16
* Reapply r139759. Disable IV rewriting by default. See PR10916.Andrew Trick2011-09-152-2/+2
* Make demanded-elt simplification for shufflevector slightly stronger. Spotte...Eli Friedman2011-09-151-0/+11
* objc_retainBlock is not NoModRef because it can update forwarding pointersDan Gohman2011-09-141-0/+39
* [indvars] Revert r139579 until 401.bzip -arch i386 miscompilation is fixed. P...Andrew Trick2011-09-132-2/+2
* Disable IV rewriting by default. See PR10916.Andrew Trick2011-09-132-2/+2
* Generalize test case to handle multiple indvars modes.Andrew Trick2011-09-131-3/+6
* [indvars] Fix bugs in floating point IV range checks noticed by inspection.Andrew Trick2011-09-131-3/+3
* Conditionalize indvars test that relies on SCEV expansion of geps,Andrew Trick2011-09-121-4/+13
* indvars test only relevant for -enable-iv-rewrite.Andrew Trick2011-09-121-1/+3
* Conditionalize indvars tests that rely on SCEV expansion of geps,Andrew Trick2011-09-125-25/+26
* Removing indvars tests that directly test canonical IVs and nothing else.Andrew Trick2011-09-126-137/+0
* Rename -disable-iv-rewrite to -enable-iv-rewrite=false in preparation for def...Andrew Trick2011-09-1210-10/+10
* Test case for r139453, WidenIV::GetExtendedOperandRecurrence.Andrew Trick2011-09-121-0/+30
* Mark the eh.typeid.for intrinsic as being 'const', which it is insideDuncan Sands2011-09-091-0/+3
* When inlining exception handling code into another function, ensure thatDuncan Sands2011-09-071-0/+78
* Forgot to add this trampoline testcase.Duncan Sands2011-09-071-0/+87
* Try again at r138809 (make DSE more aggressive in removing dead stores at the...Owen Anderson2011-09-062-0/+112
* Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands2011-09-061-2/+4
* InstSimplify: Don't try to replace an extractvalue/insertvalue pair with the ...Benjamin Kramer2011-09-051-4/+11
* Delete trivial landing pads that just continue unwinding the caughtDuncan Sands2011-09-051-0/+22
* Add some simple insertvalue simplifications, for the purpose of cleaningDuncan Sands2011-09-051-0/+22
* Try to eliminate the use of the 'unwind' instruction.Bill Wendling2011-09-0210-10/+22
* Test case update for unroll-scev.Andrew Trick2011-09-022-8/+13
* Extra CHECK-NOT to make sure that GVN transform works properly.Jakub Staszak2011-09-021-0/+1
* -unroll-scev flag removalAndrew Trick2011-09-024-4/+4
* ConstantVector returns arbitrary value for the wrong index.Jakub Staszak2011-09-021-0/+29