Avoid triangle loops.
[oota-llvm.git] / lib / Transforms / Scalar /
2007-08-15 Devang PatelAvoid triangle loops.
2007-08-14 Devang PatelAvoid nested loops at the moment.
2007-08-14 Devang PatelFix dominance frontier update while removing blocks.
2007-08-14 Owen AndersonEliminate PHI nodes with constant values during normal...
2007-08-14 Owen AndersonBe more aggressive in pruning unnecessary PHI nodes...
2007-08-14 Owen AndersonMake GVN iterative.
2007-08-14 Owen AndersonFix a case where GVN was failing to return true when...
2007-08-14 Devang PatelHandle last value assignments.
2007-08-14 Devang PatelStartValue is already calculated.
2007-08-13 Devang PatelPreserve simple analysis.
2007-08-13 Devang PatelPreserve dominator info.
2007-08-12 Devang PatelSplit loops and do CFG cleanup.
2007-08-12 Reid SpencerRemove unused variables.
2007-08-11 Chris LattnerTransform a load from an undef/zero global into an...
2007-08-10 Devang PatelClone loop.
2007-08-10 Devang PatelRemove unncessary duplication.
2007-08-10 Devang PatelCalculate exit and start value of true loop and false...
2007-08-10 Devang PatelExitCondition and Induction variable are loop constraints
2007-08-09 Chris Lattnerwhen we see a unaligned load from an insufficiently...
2007-08-09 Owen AndersonMake NonLocal and None const in the right way. :-)
2007-08-09 Devang PatelTraverse loop blocks' terminators to find split candidates.
2007-08-08 Devang PatelAdd cost analysis.
2007-08-08 Devang PatelPreserve dom info while processing one iteration loop.
2007-08-08 Owen AndersonChange the None and NonLocal markers in memdep to be...
2007-08-08 Devang PatelClear split info.
2007-08-08 Devang PatelHandle multiple split conditions.
2007-08-08 Owen AndersonGlobal values also don't undead-ify pointers in our...
2007-08-08 Owen AndersonMake handleEndBlock significantly faster with one trivi...
2007-08-08 Owen AndersonSmall improvement: if a function doesn't access memory...
2007-08-08 Owen AndersonAdd some comments, remove a dead argument, and simplify...
2007-08-08 Owen AndersonA few more small cleanups.
2007-08-08 Owen AndersonFirst round of cleanups from Chris' feedback.
2007-08-08 Devang PatelEmbrace patch review feedback.
2007-08-07 Devang PatelFix new compare instruction's signness. Caught by Chris...
2007-08-07 Owen AndersonDon't insert nearly as many redundant phi nodes.
2007-08-07 Devang PatelUse eraseFromParent().
2007-08-07 David GreeneFix comment typo
2007-08-07 David GreeneFix GLIBCXX_DEBUG error triggered by incrementing erase...
2007-08-07 Devang PatelBegin loop index split pass.
2007-08-06 Nick LewyckyIt's safe to fold not of fcmp.
2007-08-06 David GreeneMake this code more efficient.
2007-08-05 Reid SpencerSilence some warnings from doxygen about @param argumen...
2007-08-05 Chris Lattnerat the end of instcombine, explicitly clear WorklistMap.
2007-08-04 Nick LewyckyClean up comments, fix up some confusing code logic.
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-08-03 Owen AndersonFix a subtle miscompilation. This allows 197.parser...
2007-08-03 Owen AndersonFix a subtle iterator invalidation bug in a recursive...
2007-08-02 Chris LattnerFix an accidental commit.
2007-08-02 Owen AndersonFix 80 col. violations.
2007-08-02 Owen AndersonFix 80 col. violations.
2007-08-02 Owen AndersonFix 80 col. violations.
2007-08-02 Owen AndersonFix a bug that was causing several miscompilations...
2007-08-02 Chris LattnerReplacing a cast with another one does not reduce the...
2007-08-02 Chris LattnerDisable an xform that causes an infinite loop. This...
2007-08-02 Chris Lattnerwrap some long lines. Major offenders that are left...
2007-08-02 Devang PatelUpdate dominator info for the middle blocks created...
2007-08-02 Chris LattnerEnhance instcombine to be more aggressive about folding...
2007-08-02 Chris LattnerFix PR1575 and test/Transforms/CondProp/2007-08-01...
2007-08-01 Devang PatelUndo previous check-in.
2007-08-01 Devang PatelUpdate dominator info for the middle blocks created...
2007-08-01 Owen AndersonMake non-local memdep not be recursive, and fix a bug...
2007-08-01 Dan GohmanMore explicit keywords.
2007-08-01 Owen AndersonRename FastDSE to just DSE.
2007-08-01 Owen AndersonMove FastDSE in to DeadStoreElimination.
2007-08-01 Owen AndersonRemove old DSE.
2007-08-01 David GreeneNew CallInst interface to address GLIBCXX_DEBUG errors...
2007-07-31 Owen AndersonDon't let the memory allocator outsmart GVN. ;-)
2007-07-31 Owen AndersonFix a failure I accidentally caused in my last commit...
2007-07-31 Lauro Ramos VenancioFix a bug in GetKnownAlignment of packed structs.
2007-07-31 Owen AndersonFix a misoptimization in aha.
2007-07-31 Dan GohmanUse SCEVExpander::InsertCastOfTo instead of calling...
2007-07-31 Devang PatelAdd note.
2007-07-31 Devang PatelLoop unswitch preserves dom info.
2007-07-31 Devang PatelImplement Simple Analysis interfaces - cloneBasicBlockA...
2007-07-30 Devang PatelIf loop can be unswitched again, then do it yourself.
2007-07-30 Owen AndersonAvoid potential iterator invalidation problems.
2007-07-30 Devang PatelRemove dead code.
2007-07-30 Devang PatelLoop Rotation pass preserves dominator tree and frontier.
2007-07-30 Devang PatelLICM preserves scalar evolution and dom frontier.
2007-07-30 Reid SpencerFix a typo/thinko.
2007-07-30 Owen AndersonUse more caching when computing non-local dependence...
2007-07-30 Owen AndersonFix a bug caused by indiscriminantly asking for the...
2007-07-27 Chuck Rose IIIVStudio compiler errors and placing Function*->ExFunc...
2007-07-26 Devang PatelFix thinko. Update return status appropriately.
2007-07-26 Owen AndersonFix a couple more bugs in the phi construction by pulli...
2007-07-26 Dan GohmanRemove a bogus return statement, what appears to have...
2007-07-25 Owen AndersonFix what is _hopefully_ the last corner case for loops.
2007-07-25 Owen AndersonMy last commit was not correct for nested loops. Fix...
2007-07-25 Owen AndersonFix an infinite loop on 300.twolf.
2007-07-25 Owen AndersonFix a bug that was causing GVN to crash on 252.eon.
2007-07-25 Owen AndersonAdd basic support for performing whole-function RLE.
2007-07-24 Owen AndersonAdd a GVN pass, using the value numbering code I develo...
2007-07-24 Owen AndersonRename a lot of things to change FastDLE to RedundantLo...
2007-07-24 Owen AndersonRename FastDLE as RedundantLoadElimination.
2007-07-23 Owen AndersonDon't delete volatile loads. Doing so is not safe.
2007-07-23 Owen AndersonAdd FastDLE, the load-elimination counterpart of FastDSE.
2007-07-23 Owen AndersonFix file header.
2007-07-23 Chris Lattnercompletely remove a transformation that is unsafe in...
2007-07-21 Devang PatelApply temporary work around to fix llvm mis-compilation
2007-07-20 Chris Lattnerthis xform is already done by the constant folder.
next