CMake: Added notes pointing to the LLVM CMake documentation.
[oota-llvm.git] / test / Transforms /
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...
2009-02-10 Devang PatelEnable scalar replacement of AllocaInst whose one of...
2009-02-09 Dale JohannesenFix PR 3471, and some cleanups.
2009-02-07 Mon P WangInstrcombine should not change load(cast p) to cast...
2009-02-06 Devang PatelIgnore DbgInfoIntrinsics.
2009-02-06 Chris Lattnerfix PR3489, use bits instead of bytes.
2009-02-05 Devang PatelIgnore dbg intrinsics while propagating conditional...
2009-02-05 Devang PatelRevert rev. 63876. It is causing llvm-gcc bootstrap...
2009-02-05 Devang PatelRemove dead blocks in the end.
2009-02-05 Devang PatelIgnore dbg intrinsics while propagating conditional...
2009-02-05 Devang PatelIgnore dbg intrinsics while folding switch instruction.
2009-02-04 Devang PatelIgnore dbg intrinsics.
2009-02-04 Duncan SandsAllow the inverse transform x86_fp80 -> i80 (also
2009-02-04 Duncan SandsFix PR3468: a crash when constant folding a bitcast of
2009-02-04 Devang PatelWhile folding vallue comparison terminators ignore...
2009-02-04 Devang PatelIgnore dbg intrinsics while hoisting common code in...
2009-02-03 Devang PatelDo not let dbg intrinsic block folding of two entry...
2009-02-03 Chris Lattnerteach "convert from scalar" to handle loads of fca's.
2009-02-03 Chris Lattnermake scalar conversion handle stores of first class
2009-02-03 Chris LattnerMake SROA produce a vector only when the alloca is...
2009-02-03 Chris Lattnerthis produces an undefined result, just check that...
2009-02-03 Evan ChengAPInt'fy SimplifyDemandedVectorElts so it can analyze...
2009-02-03 Chris Lattneradd another case of undefined behavior without crashing...
2009-02-03 Nick LewyckyRevert r63600. It didn't fix the bug, it just moved...
2009-02-03 Nick LewyckyUpdate the callgraph when replacing InvokeInst with...
2009-02-03 Chris LattnerTeach ConvertUsesToScalar to handle memset, allowing...
2009-02-03 Chris Lattnerrearrange how SRoA handles promotion of allocas to...
2009-02-03 Chris Lattnerthis test produces an undefined value, we don't care
2009-02-02 Chris Lattnerupdate test
next