Expand the check for a landing pad so that it looks at the basic block's
[oota-llvm.git] / test / Transforms /
2011-10-11 Cameron ZwarichFix PR11106 by correcting a typo that has been in the...
2011-10-11 Cameron ZwarichAdd a test for PR10565.
2011-10-11 Cameron ZwarichRemove a lot of the fancy scalar replacement code for...
2011-10-11 Andrew TrickMove replaceCongruentIVs into SCEVExapander and bias...
2011-10-11 Lang HamesAdded a testcase for r141599, rdar://problem/10063881.
2011-10-08 Andrew TrickUnit test for LSR phi reuse in r141442.
2011-10-07 Duncan SandsTeach GVN to also propagate switch cases. For example...
2011-10-05 Eli FriedmanPR11061: Make simplifylibcalls fold strcmp("", x) corre...
2011-10-05 Jim GrosbachRevert 141203. InstCombine is looping on unit tests.
2011-10-05 Rafael EspindolaCheck for the returns_twice attribute in callsFunctionT...
2011-10-05 Jim GrosbachUpdate InstCombine worklist after instruction transform...
2011-10-05 Duncan SandsGVN does simple propagation of conditions: when it...
2011-10-05 Duncan SandsGeneralize GVN's conditional propagation logic slightly:
2011-10-04 Andrew TrickLSR should avoid redundant edge splitting.
2011-10-04 Andrew TrickUnit test for r140919, loop unroll heuristics.
2011-10-03 Rafael EspindolaAdd the returns_twice attribute to LLVM.
2011-10-02 Nick LewyckyAdd a new icmp+select optz'n. Also shows off the load...
2011-09-30 Jim Grosbachfloat comparison to double 'zero' constant can just...
2011-09-30 Duncan SandsAdd forgotten tests that the cleanup flag is cleared...
2011-09-30 Duncan SandsInlining often produces landingpad instructions with...
2011-09-29 Dan GohmanWhen eliminating unnecessary retain+autorelease on...
2011-09-29 Dan GohmanDon't eliminate objc_retainBlock calls on stack objects...
2011-09-28 Andrew TrickTest case for r140670: indvars should hoist sext.
2011-09-27 Benjamin KramerStop emitting instructions with the name "tmp" they...
2011-09-27 Bill WendlingSplit the landing pad basic block with the correct...
2011-09-26 Eli FriedmanConvert more tests over to the new atomic instructions.
2011-09-26 Eli FriedmanUpgrade a couple more tests to the new atomic instructions.
2011-09-22 Eli FriedmanPR10987: add a missed safety check to isSafePHIToSpecul...
2011-09-20 Eli FriedmanMake sure IPSCCP never marks a tracked call as overdefi...
2011-09-20 Bill WendlingUpdate this test to the new EH model.
2011-09-20 Bill WendlingUpdate to new EH model.
2011-09-19 Bill WendlingUpdate to the new EH syntax.
2011-09-19 Bill WendlingDramatically reduce this testcase.
2011-09-19 Bill WendlingRevert r140083 and r140084 until buildbots can be fixed.
2011-09-19 Bill WendlingUpdate test to remove the 'unwind' instruction.
2011-09-19 Bill WendlingReplace uses of unwind with unreachable for the same...
2011-09-19 Bill WendlingReplace more uses of 'unwind' in the tests with calls...
2011-09-19 Eli FriedmanFix an infinite loop where a transform in InstCombiner...
2011-09-19 Bill WendlingThis testcase is dead. It doesn't inline even if I...
2011-09-19 Andrew Trick[indvars] Fix PR10946: SCEV cannot handle Vector IVs.
2011-09-15 Andrew TrickReapply r139759. Disable IV rewriting by default. See...
2011-09-15 Eli FriedmanMake demanded-elt simplification for shufflevector...
2011-09-14 Dan Gohmanobjc_retainBlock is not NoModRef because it can update...
2011-09-13 Andrew Trick[indvars] Revert r139579 until 401.bzip -arch i386...
2011-09-13 Andrew TrickDisable IV rewriting by default. See PR10916.
2011-09-13 Andrew TrickGeneralize test case to handle multiple indvars modes.
2011-09-13 Andrew Trick[indvars] Fix bugs in floating point IV range checks...
2011-09-12 Andrew TrickConditionalize indvars test that relies on SCEV expansi...
2011-09-12 Andrew Trickindvars test only relevant for -enable-iv-rewrite.
2011-09-12 Andrew TrickConditionalize indvars tests that rely on SCEV expansio...
2011-09-12 Andrew TrickRemoving indvars tests that directly test canonical...
2011-09-12 Andrew TrickRename -disable-iv-rewrite to -enable-iv-rewrite=false...
2011-09-12 Andrew TrickTest case for r139453, WidenIV::GetExtendedOperandRecur...
2011-09-09 Duncan SandsMark the eh.typeid.for intrinsic as being 'const',...
2011-09-07 Duncan SandsWhen inlining exception handling code into another...
2011-09-07 Duncan SandsForgot to add this trampoline testcase.
2011-09-06 Owen AndersonTry again at r138809 (make DSE more aggressive in remov...
2011-09-06 Duncan SandsSplit the init.trampoline intrinsic, which currently...
2011-09-05 Benjamin KramerInstSimplify: Don't try to replace an extractvalue...
2011-09-05 Duncan SandsDelete trivial landing pads that just continue unwindin...
2011-09-05 Duncan SandsAdd some simple insertvalue simplifications, for the...
2011-09-02 Bill WendlingTry to eliminate the use of the 'unwind' instruction.
2011-09-02 Andrew TrickTest case update for unroll-scev.
2011-09-02 Jakub StaszakExtra CHECK-NOT to make sure that GVN transform works...
2011-09-02 Andrew Trick-unroll-scev flag removal
2011-09-02 Jakub StaszakConstantVector returns arbitrary value for the wrong...
2011-09-02 Jakub StaszakCompare type size instead of type _store_ size to make...
2011-09-02 Bill WendlingUpdate to new EH scheme.
2011-09-01 Eli FriedmanFix test; sorry for any inconvenience.
2011-09-01 Eli FriedmanFix an issue with the IR sink pass found by inspection...
2011-09-01 Eli FriedmanAdd missing newline.
2011-09-01 Bill WendlingUpdate to new EH scheme.
2011-09-01 Bill WendlingUpdate to new EH scheme.
2011-09-01 Bill WendlingUpdate to new EH scheme.
2011-09-01 Bill WendlingUpdate some tests to the new EH scheme.
2011-08-31 Bill WendlingReenable test.
2011-08-31 Bill WendlingRevert accidental commit
2011-08-31 Eli FriedmanDisable this test until Bill fixes it properly.
2011-08-31 Bill WendlingUpdate to new EH scheme.
2011-08-31 Bill WendlingUpdate more tests to the new EH scheme.
2011-08-31 Eli FriedmanAdd tests for the transformations SCCP can do on atomic...
2011-08-31 Bill WendlingUpdate more tests to the new EH scheme.
2011-08-31 Bill WendlingUpdate the tests to the new EH scheme.
2011-08-30 Rafael EspindolaRemove the old tail duplication pass. It is not used...
2011-08-30 Owen AndersonRemove empty file.
2011-08-30 Owen AndersonSpeculatively revert r138809 in an attempt to fix Drago...
2011-08-30 Owen AndersonWhen walking backwards to eliminate final stores to...
2011-08-29 Bill WendlingUpdate tests to new EH model. Add landingpad instructio...
2011-08-29 Nadav RotemFixes following the CR by Chris and Duncan:
2011-08-28 Nadav RotemBitcasts are transitive. Bitcast-Bitcast-X becomes...
2011-08-27 Bill WendlingAuto upgrade the old EH scheme to use the new one....
2011-08-26 Bill WendlingDon't sink landingpad instructions during ind-var simpl...
2011-08-26 Andrew TrickUse %% for literals in RUN lines.
2011-08-26 Benjamin KramerSimplifyCFG: If we have a PHI node that can evaluate...
2011-08-24 Nadav RotemImplement Constant::isAllOnesValue(). Fix ConstantFoldi...
2011-08-23 Eric ChristopherRevert "Address Duncan's CR request:"
2011-08-23 Nadav RotemFix a typo in the test from the previous commit.
2011-08-23 Nadav RotemAddress Duncan's CR request:
2011-08-22 Dan GohmanConstant pointers to objects don't need reference counting.
2011-08-22 Dan GohmanMake a few tests slightly more strict.
next