aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Unit test for LSR phi reuse in r141442.Andrew Trick2011-10-081-0/+53
* Teach GVN to also propagate switch cases. For example, in this codeDuncan Sands2011-10-071-0/+33
* PR11061: Make simplifylibcalls fold strcmp("", x) correctly.Eli Friedman2011-10-052-44/+124
* Revert 141203. InstCombine is looping on unit tests.Jim Grosbach2011-10-051-2/+2
* Check for the returns_twice attribute in callsFunctionThatReturnsTwice. ThisRafael Espindola2011-10-051-4/+17
* Update InstCombine worklist after instruction transform is complete.Jim Grosbach2011-10-051-2/+2
* GVN does simple propagation of conditions: when it sees a conditionalDuncan Sands2011-10-052-10/+34
* Generalize GVN's conditional propagation logic slightly:Duncan Sands2011-10-051-1/+21
* LSR should avoid redundant edge splitting.Andrew Trick2011-10-041-0/+43
* Unit test for r140919, loop unroll heuristics.Andrew Trick2011-10-041-0/+36
* Add the returns_twice attribute to LLVM.Rafael Espindola2011-10-032-2/+2
* 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