aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
* 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
* Compare type size instead of type _store_ size to make sure that BitCastInstJakub Staszak2011-09-021-0/+17
* Update to new EH scheme.Bill Wendling2011-09-021-95/+34
* Fix test; sorry for any inconvenience.Eli Friedman2011-09-011-2/+2
* Fix an issue with the IR sink pass found by inspection. (I'm not sure anyone...Eli Friedman2011-09-011-0/+16
* Add missing newline.Eli Friedman2011-09-011-1/+1
* Update to new EH scheme.Bill Wendling2011-09-014-0/+14
* Update to new EH scheme.Bill Wendling2011-09-019-4/+49
* Update to new EH scheme.Bill Wendling2011-09-015-3/+27
* Update some tests to the new EH scheme.Bill Wendling2011-09-015-1/+27
* Reenable test.Bill Wendling2011-08-311-1/+0
* Revert accidental commitBill Wendling2011-08-311-6/+0
* Disable this test until Bill fixes it properly.Eli Friedman2011-08-311-0/+1
* Update to new EH scheme.Bill Wendling2011-08-313-1/+15
* Update more tests to the new EH scheme.Bill Wendling2011-08-312-0/+9
* Add tests for the transformations SCCP can do on atomic loads and stores (whi...Eli Friedman2011-08-311-0/+30
* Update more tests to the new EH scheme.Bill Wendling2011-08-314-0/+19
* Update the tests to the new EH scheme.Bill Wendling2011-08-315-5/+26
* Remove the old tail duplication pass. It is not used and is unable to updateRafael Espindola2011-08-3014-261/+2
* Remove empty file.Owen Anderson2011-08-301-0/+0
* Speculatively revert r138809 in an attempt to fix DragonEgg.Owen Anderson2011-08-301-27/+0
* When walking backwards to eliminate final stores to allocas at the end of a f...Owen Anderson2011-08-301-0/+27
* Update tests to new EH model. Add landingpad instructions to landing pads.Bill Wendling2011-08-295-0/+33
* Fixes following the CR by Chris and Duncan:Nadav Rotem2011-08-291-3/+36
* Bitcasts are transitive. Bitcast-Bitcast-X becomes Bitcast-X.Nadav Rotem2011-08-281-0/+14
* Auto upgrade the old EH scheme to use the new one. This is on a trial basis. IfBill Wendling2011-08-272-34/+105
* Don't sink landingpad instructions during ind-var simplification.Bill Wendling2011-08-261-0/+32
* Use %% for literals in RUN lines.Andrew Trick2011-08-261-1/+1
* SimplifyCFG: If we have a PHI node that can evaluate to NULL and do a load or...Benjamin Kramer2011-08-261-0/+87