Fix infinite recursion in the C++ code which handles movddup by making it unnecessary.
[oota-llvm.git] / test / Transforms /
2009-04-29 Dale JohannesenFix recent regression in gcc.dg/pr26719.c (6835035).
2009-04-28 Dan GohmanAs with r70333, give the primary induction variable...
2009-04-28 Dan GohmanMake this testcase slightly less trivial, so that it...
2009-04-27 Dale JohannesenFix PR 4086, a bug in FP IV elimination.
2009-04-27 Dan GohmanTeach getZeroExtendExpr and getSignExtendExpr to use...
2009-04-27 Dan GohmanHandle ands with ~0 correctly too. This fixes PR4052.
2009-04-25 Dan GohmanAdd several more icmp simplifications. Transform signed...
2009-04-25 Dan GohmanHandle ands with 0 and shifts by 0 correctly. These...
2009-04-23 Dan GohmanFix an error in this test.
2009-04-23 Dan GohmanChange SCEVExpander's expandCodeFor to provide more...
2009-04-23 Owen AndersonTestcase for PR2639.
2009-04-23 Owen AndersonTestcase for PR2537.
2009-04-23 Owen AndersonFix typo.
2009-04-23 Owen AndersonTestcase for PR3085.
2009-04-23 Owen AndersonAdd testcase from PR3086.
2009-04-22 Evan ChengMake sure both operands have binary instructions have...
2009-04-22 Evan ChengAvoid deferencing use_begin() if value does not have...
2009-04-22 Dan GohmanSCEVExpander's InsertCastOfTo knows how to move existin...
2009-04-21 Chris Lattnerfix a crash on a pointless but valid zero-length memset...
2009-04-16 Dale JohannesenAnother testcase for IV shortening.
2009-04-15 Dale JohannesenEnhance induction variable code to remove the
2009-04-15 Devang PatelWhile inlining, clone llvm.dbg.func.start intrinsic...
2009-04-14 Evan ChengOptimize conditional branch on i1 phis with non-constan...
2009-04-13 Chris LattnerAdd a new "available_externally" linkage type. This...
2009-04-12 Chris Lattneradd some optimizations for strncpy/strncat and factor...
2009-04-08 Chris LattnerInstcombine should not promote whole computation trees...
2009-04-07 Chris Lattnerfix rdar://6762290, a crash compiling cxx filt with...
2009-04-06 Ed SchoutenLet the strcat optimizer return the pointer to the...
2009-04-01 Owen AndersonReapply r68211, with the miscompilations it caused...
2009-04-01 Dan GohmanRevert r68172. It caused regressions in
2009-04-01 Owen AndersonEnhance GVN to propagate simple conditionals. This...
2009-03-31 Evan ChengThrottle back "fold select into operand" transformation...
2009-03-30 Devang PatelLoop Index Split can eliminate a loop if it can determi...
2009-03-25 Devang PatelBefore deleting a basic block, give other loop passes...
2009-03-25 Chris LattnerFix PR3874 by restoring a condition I removed, but...
2009-03-24 Chris Lattnercanonicalize inttoptr and ptrtoint instructions which...
2009-03-24 Chris Lattnertwo changes:
2009-03-20 Chris LattnerFix instcombine to not introduce undefined shifts when...
2009-03-18 Chris Lattneraha, DAE does have to think about PHI nodes. Many...
2009-03-18 Chris LattnerFix PR3826 - InstComb assert with vector shift, by...
2009-03-18 Zhou ShengFix a bug.
2009-03-18 Chris LattnerFix PR3807 by inserting 'insertelement' instructions...
2009-03-13 Chris Lattnerremove a test that depends on -debug.
2009-03-10 John CriswellDo not attempt to do parial redundancy elimination...
2009-03-10 Evan ChengIf a function is marked alwaysinline, it must be inline...
2009-03-09 Devang PatelIgnore debug info while evaluating function.
2009-03-08 Chris Lattnerteach SROA to handle promoting vector allocas with...
2009-03-08 Chris LattnerEnhance SROA to "promote to scalar" allocas which are
2009-03-07 Chris Lattnerfix a serious pessimization that Tron on IRC pointed...
2009-03-06 Duncan SandsWhile thinking about the one-definition-rule and trying
2009-03-06 Devang PatelWhile converting an aggregate to scalare, ignore and...
2009-03-06 Devang PatelWhile hoisting instruction to speculatively execute...
2009-03-06 Devang PatelSkip DbgInfoIntrinsic.
2009-03-06 Devang PatelRevert 66224.
2009-03-06 Devang PatelRevert rev. 66167.
2009-03-06 Devang PatelDo not let debug info prevert globalopt from shriking...
2009-03-05 Devang PatelGlobalOpt only process non constant local GVs while...
2009-03-04 Bill WendlingShould have XFAILed this test.
2009-03-04 Bill WendlingTemporarily revert r65994. It was causing rdar://6646455.
2009-03-04 Chris LattnerFix PR3720 by properly propagating alignment informatio...
2009-03-04 Devang PatelIf a global constant is dead then global's debug info...
2009-03-02 Devang PatelIf branch conditions' one successor is dominating anoth...
2009-03-02 Duncan SandsFix PR3694: add an instcombine micro-optimization that...
2009-03-01 Chris Lattneradjust for asmprinter change.
2009-03-01 Chris Lattneradjust for asmprinter change.
2009-03-01 Chris Lattneradjust test to make it more robust
2009-02-26 Zhou ShengIgnore dbg info intrinsics when folding conditional...
2009-02-25 Chris LattnerFix PR3667
2009-02-25 Zhou ShengDon't block basic block with only SwitchInst to fold...
2009-02-24 Dan GohmanAdd a testcase for the problem fixed in r65289.
2009-02-24 Dan GohmanFix a ValueTracking rule: RHS means operand 1, not...
2009-02-24 Devang PatelWhile folding unconditional return move DbgRegionEndIns...
2009-02-23 Dan GohmanBack out the change in 64918 that used sign-extensions...
2009-02-21 Nick LewyckyDon't sign extend the char when expanding char -> int...
2009-02-21 Chris Lattnerrename a function to indicate that it checks for profit...
2009-02-20 Dan GohmanImplement "superhero" strength reduction, or full strength
2009-02-18 Dan GohmanUse a sign-extend instead of a zero-extend when promoting a
2009-02-18 Owen AndersonAdd a test for r61358, which I forgot to add way back...
2009-02-18 Dan GohmanChange the argument type in this test to something...
2009-02-18 Dan GohmanFix a corner case in the new indvars promotion logic...
2009-02-17 Duncan SandsIf an alias is dead and so is its aliasee, then globald...
2009-02-17 Chris Lattnercommit a tweaked version of Daniel's patch for PR3599...
2009-02-17 Evan ChengStrengthen the "non-constant stride must dominate loop...
2009-02-16 Dan GohmanFix EnforceKnownAlignment so that it doesn't ever reduc...
2009-02-16 Dan GohmanRename IndVarsSimplify to IndVarSimplify, to be consist...
2009-02-16 Dan GohmanChange these tests to use regular loads instead of...
2009-02-15 Duncan SandsIf the target of an alias has internal linkage, then the
2009-02-15 Evan ChengFix pr3571: If stride is a value defined by an instruct...
2009-02-14 Dan GohmanExtend the IndVarSimplify support for promoting inducti...
2009-02-13 Nick LewyckyMark strto* as readonly when the endptr is null.
2009-02-13 Nick LewyckyOn strtod and friends, mark 'endptr' nocapture in the...
2009-02-13 Nick LewyckyReapply r64300:
2009-02-12 Dan GohmanTeach IndVarSimplify to optimize code using the C ...
2009-02-12 Nate BegemanAdd suppport for ConstantExprs of shufflevectors whose...
2009-02-12 Chris LattnerFix a nasty bug (PR3550) where the inline pass could...
2009-02-11 Bill WendlingRevert r64300 and r64301. These were causing the follow...
2009-02-11 Duncan SandsMake sure the SCC pass manager initializes any contained
2009-02-11 Devang PatelIf llvm.dbg.region.end is disappearing then remove...
2009-02-10 Devang PatelIgnore dbg intrinsic while folding unconditional branch.
2009-02-10 Devang Patel Do not clone llvm.dbg.func.start and corresponding...
next