Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Transforms / Utils / LCSSA.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-08-21 Devang PatelUse SmallVector instead of std::vector.
2007-08-17 Devang PatelWhen one branch of condition is eliminated then head...
2007-07-30 Devang PatelLCSSA preserves dom info.
2007-07-19 Devang PatelNow this temp. fix is not required.
2007-07-16 Reid SpencerReturn Undef if the block has no dominator. This was...
2007-07-13 Devang PatelMake LCSSA a loop pass.
2007-06-07 Devang PatelMaintain ETNode as part of DomTreeNode.
2007-06-04 Devang Patels/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g
2007-06-03 Devang Patels/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g
2007-05-11 Dan GohmanFix typos.
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-18 Evan ChengRevert Owen's last check-in. This is breaking Mac OS...
2007-04-18 Owen AndersonUse ETForest instead of DominatorTree.
2007-04-14 Chris Lattneravoid copying sets and vectors around.
2007-02-05 Reid SpencerApply the VISIBILITY_HIDDEN field to the remaining...
2007-02-05 Reid SpencerFor PR1177:
2007-02-05 Owen AndersonUse DenseMap for pointer->pointer maps.
2006-12-19 Chris Lattnerswitch more statistics over to STATISTIC, eliminating...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
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-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-08-02 Chris LattnerAdd special check to avoid isLoop call. Simple, but...
2006-08-02 Chris LattnerReplace the SSA update code in LCSSA with a bottom...
2006-07-09 Owen AndersonFix typo in the comment.
2006-07-09 Owen AndersonAdd a fix for an issue where LCSSA would fail to insert...
2006-06-14 Chris LattnerUse the PotDoms map to memoize 'dominating value' looku...
2006-06-13 Owen AndersonFix another instance where PHI nodes need special treat...
2006-06-13 Owen AndersonFix a bug that was causing major slowdowns in povray...
2006-06-12 Owen AndersonFix for 2006-06-26-MultipleExitsSingleBlock.
2006-06-11 Owen AndersonRe-commit the safe parts of my 6/9 patch. Still workin...
2006-06-11 Evan ChengBack out Owen's 6/9 changes. They broke MultiSource...
2006-06-09 Owen AndersonMake Loop able to verify that it is in LCSSA-form,...
2006-06-08 Owen AndersonUpdate some comments, and expose LCSSAID in preparation...
2006-06-06 Owen AndersonFix some formatting, and use inLoop() when appropriate.
2006-06-06 Owen AndersonStop a memory leak, and update some comments.
2006-06-04 Owen AndersonSome more clean-up, and squash an IDF-Phi related bug.
2006-06-04 Owen AndersonVarious clean-ups suggested by Chris.
2006-06-03 Owen AndersonFix a bug in Phi-noded insertion. Also, update some...
2006-06-01 Owen AndersonRemove a FIXME that was fixed with my last patch.
2006-06-01 Owen AndersonMore cleanups. Also, add a special case for updating...
2006-05-31 Owen AndersonExtract a huge loop into a helper method. Fix a few...
2006-05-29 Owen AndersonAdd Use replacement. Assuming there is nothing horribl...
2006-05-28 Owen AndersonMajor think-o. Iterate over all live out-of-loop value...
2006-05-27 Owen AndersonMake LCSSA insert proper Phi nodes throughout the rest...
2006-05-27 Owen AndersonA few small clean-ups, and the addition of an LCSSA...
2006-05-26 Owen AndersonFix a copy-and-paste-o that would break some compilers.
2006-05-26 Owen AndersonClean up and refactor LCSSA a bunch. It should also...
2006-05-26 Owen AndersonSkeletal LCSSA pass. This is currently non-functional...