If an indvar with a variable stride is used by the exit condition, go ahead
[oota-llvm.git] / lib / Transforms /
2006-11-17 Chris LattnerIf an indvar with a variable stride is used by the...
2006-11-15 Chris LattnerFix a gcc 4.2 warning.
2006-11-14 Chris Lattnerimplement InstCombine/shift-simplify.ll by transforming:
2006-11-14 Chris Lattnerimplement InstCombine/and-compare.ll:test1. This compiles:
2006-11-10 Chris LattnerFix InstCombine/2006-11-10-ashr-miscompile.ll a miscomp...
2006-11-09 Chris Lattnersecond patch to fix PR992/993.
2006-11-09 Chris LattnerMinimal patch to fix PR992/PR993
2006-11-09 Chris LattnerTeach ShrinkDemandedConstant how to handle X+C. This...
2006-11-08 Chris Lattnerreenable factoring of GEP expressions, being more preci...
2006-11-08 Chris Lattnermake this code more efficient by not creating a phi...
2006-11-08 Jim LaskeyRemove redundant <cmath>.
2006-11-08 Chris Lattnerdisable this factoring optzn for GEPs for now, this...
2006-11-08 Reid SpencerFor PR950:
2006-11-07 Chris Lattnerscalarrepl should not split the two elements of the...
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-11-05 Nick LewyckyRemove commented line from earlier debugging.
2006-11-03 Andrew LenharthThe wrong parameter was being tested to deturmine i32...
2006-11-03 Chris Lattnerremove dead code
2006-11-02 Reid SpencerFor PR786:
2006-11-02 Reid SpencerFor PR950:
2006-11-01 Devang PatelThere can be more than one PHINode at the start of...
2006-11-01 Devang PatelHandle PHINode with only one incoming value.
2006-11-01 Chris LattnerFix GlobalOpt/2006-11-01-ShrinkGlobalPhiCrash.ll and...
2006-11-01 Chris LattnerFactor gep instructions through phi nodes.
2006-11-01 Chris LattnerTurn a phi of many loads into a phi of the address...
2006-11-01 Chris LattnerFix a bug in the previous patch
2006-11-01 Chris LattnerFold things like "phi [add (a,b), add(c,d)]" into two...
2006-10-31 Chris Lattnergeneralize the fix for PR977 to also fix
2006-10-31 Chris LattnerFix PR977 and Transforms/LCSSA/2006-10-31-UnreachableBl...
2006-10-29 Chris LattnerFix SimplifyCFG/2006-10-29-InvokeCrash.ll, a crash...
2006-10-28 Chris Lattneradd option to isCriticalEdge
2006-10-28 Chris Lattnerbreak edges more intelligently
2006-10-28 Chris LattnerExpose a smarter way to break critical edges.
2006-10-28 Chris LattnerSplitCriticalEdge checks to see if an edge is critical...
2006-10-28 Chris Lattnerprepare for a change I'm about to make
2006-10-26 Reid SpencerSimplify code a bit by changing instances of:
2006-10-26 Reid SpencerFor PR950:
2006-10-26 Nick LewyckyFix 2006-10-25-AddSetCC. A relational operator (like...
2006-10-25 Nick LewyckyResurrect r1.25.
2006-10-25 Chris Lattnerhide symbols properly
2006-10-24 Chris LattnerFix Transforms/ScalarRepl/2006-10-23-PointerUnionCrash.ll
2006-10-24 Chris LattnerRevert back to r1.21, which was the last revision of...
2006-10-23 Chris LattnerHandle fallout from the recent branch-on-undef changes...
2006-10-23 Nick LewyckyRemove the Backwards operation. Resolving now works...
2006-10-22 Nick LewyckyFix similar missing optimization opportunity in XOR.
2006-10-22 Nick LewyckyWhoops! Add missing NULL check.
2006-10-22 Nick LewyckyHandle "if ((x|y) != 0)" for ints like we do for bools...
2006-10-22 Nick LewyckyAllocaInst can't return a null pointer. Fixes missed...
2006-10-22 Chris LattnerAdd a workaround for PR962, disabling the more aggressi...
2006-10-22 Chris Lattner3 Changes:
2006-10-20 Chris Lattnerllvm-extract should remove module-level asm
2006-10-20 Chris LattnerFix an ugly problem in SCCP. This fixes Benchmarks...
2006-10-20 Chris LattnerFix miscompilation of MallocBench/espresso which code...
2006-10-20 Reid SpencerFor PR950:
2006-10-20 Devang PatelWhile creating mask, use 1ULL instead of 1.
2006-10-20 Chris LattnerFix SimplifyCFG/2006-10-19-UncondDiv.ll by disabling...
2006-10-19 Devang PatelIt is OK to remove extra cast if operation is EQ/NE...
2006-10-19 Devang PatelTypo Typo.
2006-10-19 Devang PatelTypo.
2006-10-19 Devang PatelFix bug in PR454 resolution. Added new test case.
2006-10-16 Reid SpencerUndo Chris' last patch, it caused a regression.
2006-10-15 Chris Lattnerfix a buggy check that accidentally disabled this xform
2006-10-12 Nick LewyckyReplace custom dispatch code with two uses of InstVisit...
2006-10-08 Chris LattnerImplement SROA of unions with mixed pointers/integers...
2006-10-08 Chris LattnerImplement Transforms/ScalarRepl/union-pointer.ll:test
2006-10-05 Chris Lattneradd a new SimplifyDemandedVectorElts method, which...
2006-10-04 Chris LattnerThis case isn't implemented yet. It seems unlikely...
2006-10-03 Nick LewyckySimplify logic further.
2006-10-03 Nick LewyckySimplify, now that predsimplify depends on break-crit...
2006-10-03 Nick LewyckyMove break-crit-edges before the predicate simplifier...
2006-10-03 Evan ChengRevert previous patch. Still breaking things.
2006-10-03 Chris LattnerFix PR932 and Analysis/Dominators/2006-10-02-BreakCritE...
2006-10-01 Chris LattnerFix a bug from r1.391 of this file, where we checked...
2006-09-30 Chris LattnerFix debug output
2006-09-30 Chris LattnerImplement SRA of heap allocations.
2006-09-30 Chris LattnerAdd some ifdef'd out debug info
2006-09-28 Chris LattnerEliminate ConstantBool::True and ConstantBool::False...
2006-09-28 Owen AndersonAnother attempt at making ArgPromotion smarter. This...
2006-09-28 Chris Lattnersimplify code
2006-09-27 Chris Lattnerset DEBUG_TYPE right
2006-09-23 Nick LewyckyStyle changes only. Remove dead code, fix a comment.
2006-09-23 Chris LattnerBe far more careful when splitting a loop header, eithe...
2006-09-23 Chris LattnerTeach UpdateDomInfoForRevectoredPreds to handle revecto...
2006-09-21 Chris LattnerFix Transforms/IndVarsSimplify/2006-09-20-LFTR-Crash.ll
2006-09-21 Nick LewyckyDon't rewrite ConstantExpr::get.
2006-09-20 Nick LewyckyOnce we're down to "setcc type constant1, constant2...
2006-09-20 Nick LewyckyUse a total ordering to compare instructions.
2006-09-20 Andrew Lenharthsimplify
2006-09-20 Chris LattnerWe went through all that trouble to compute whether...
2006-09-20 Evan ChengBack out Chris' last set of changes. This breaks 177...
2006-09-20 Evan Cheng80 col.
2006-09-19 Andrew LenharthIf we have an add, do it in the pointer realm, not...
2006-09-19 Chris Lattnerimplement select.ll:test19-22
2006-09-18 Nick LewyckyWalk down the dominator tree instead of the control...
2006-09-18 Chris LattnerFix an infinite loop building the CFE
2006-09-18 Chris LattnerImplement a trivial optzn: of vastart is never called...
2006-09-18 Chris LattnerImplement InstCombine/cast.ll:test31. This speeds...
2006-09-18 Chris LattnerImplement Transforms/InstCombine/shift-sra.ll:test0
2006-09-18 Chris LattnerRewrite shift/and/compare sequences to promote better...
2006-09-16 Chris LattnerFix Transforms/InstCombine/2006-09-15-CastToBool.ll...
next