generalize the fix for PR977 to also fix
[oota-llvm.git] / lib / Transforms / Scalar /
2006-10-28 Chris Lattnerbreak edges more intelligently
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 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-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-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-01 Chris LattnerFix a bug from r1.391 of this file, where we checked...
2006-09-28 Chris LattnerEliminate ConstantBool::True and ConstantBool::False...
2006-09-27 Chris Lattnerset DEBUG_TYPE right
2006-09-23 Nick LewyckyStyle changes only. Remove dead code, fix a comment.
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 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...
2006-09-13 Nick LewyckyAdd some more consistency checks.
2006-09-13 Nick LewyckyFix unionSets so that it can merge correctly.
2006-09-13 Nick LewyckyErase dead instructions.
2006-09-12 Chris LattnerAn sinkable instruction may exist with uses, if those...
2006-09-11 Chris LattnerFix PR905 and InstCombine/2006-09-11-EmptyStructCrash.ll
2006-09-11 Nick LewyckySkip the linear search if the answer is already known.
2006-09-10 Chris LattnerAllow tail duplication in more cases, relaxing the...
2006-09-10 Nick LewyckyReplace EquivalenceClasses with a custom-built data...
2006-09-09 Chris LattnerImplement Transforms/InstCombine/hoist_instr.ll
2006-09-09 Chris LattnerTurn div X, (Cond ? Y : 0) -> div X, Y
2006-09-07 Chris LattnerThrottle back tail duplication to avoid creating really...
2006-09-02 Nick LewyckyImprove handling of SelectInst.
2006-09-01 Nick LewyckyDon't confuse canonicalize and lookup. Fixes predsimpli...
2006-08-31 Nick LewyckyProperties where both Values weren't in the union ...
2006-08-30 Nick LewyckyMove to using the EquivalenceClass ADT. Removes SynSets.
2006-08-29 Devang PatelDo not rely on std::sort and std::erase to get list...
2006-08-29 Owen AndersonClean up a bit.
2006-08-28 Nick LewyckyAdd PredicateSimplifier pass. Collapses equal variables...
2006-08-28 Owen AndersonMake LoopUnroll fold excessive BasicBlocks. This resul...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-08-25 Owen AndersonFix a crash related to updating Phi nodes in the origin...
2006-08-25 Owen AndersonAdd an assertion to check that we're really preserving...
2006-08-25 Owen AndersonReapply the indvars patch, since nothing blew up last...
2006-08-25 Owen AndersonRevert my previous patch. Since there are some major...
2006-08-25 Owen AndersonSpecify that indvars actually preserve LCSSA. This...
2006-08-24 Owen AndersonImplement unrolling of multiblock loops. This signific...
2006-08-18 Reid SpencerFix a grammaro in a comment.
2006-08-14 Chris LattnerHandle single-entry PHI nodes correctly. This fixes...
2006-08-03 Chris LattnerChanges:
2006-07-20 Chris LattnerMinor comment tweaks
2006-07-19 Owen AndersonAdd an assertion.
2006-07-19 Owen AndersonMake LoopUnroll not die on LCSSA Phis. This makes...
2006-07-19 Owen AndersonFix a error that hadn't yet cause any problems, but...
2006-07-18 Evan ChengOnly reuse a previous IV if it would not require a...
2006-07-14 Owen AndersonHopefully the final attempt at making IndVars preserve...
2006-07-13 Chris LattnerRevert this patch temporarily until PR831 is fixed.
2006-07-12 Owen AndersonIndVars now (correctly) preserves LCSSA form.
2006-07-11 Chris LattnerSilence a warning produced in assertions-disabled mode
2006-07-11 Owen AndersonRevert my indvars changes because they were breaking...
2006-07-10 Owen AndersonAdd a comment, and fix a typo that broke the build.
2006-07-10 Owen AndersonDon't indent the entire function.
2006-07-10 Chris LattnerRecognize 16-bit bswaps by relaxing overconstrained...
2006-07-10 Owen AndersonMake instcombine not remove Phi nodes when LCSSA is...
2006-06-28 Chris LattnerUse hidden visibility to make symbols in an anonymous...
next