For PR950:
[oota-llvm.git] / lib / Transforms / Scalar / CorrelatedExprs.cpp
2006-12-23 Reid SpencerFor PR950:
2006-12-19 Chris LattnerSwitch over Transforms/Scalar to use the STATISTIC...
2006-12-07 Bill WendlingRemoving even more <iostream> includes.
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-11-03 Chris Lattnerremove dead code
2006-11-02 Reid SpencerFor PR786:
2006-10-28 Chris LattnerSplitCriticalEdge checks to see if an edge is critical...
2006-09-28 Chris LattnerEliminate ConstantBool::True and ConstantBool::False...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-03-19 Chris LattnerTeach cee to propagate through switch statements. ...
2006-01-26 Jeff CohenImprove compatibility with VC2005, patch by Morten...
2006-01-22 Chris LattnerMake iostream #inclusion explicit
2006-01-11 Chris LattnerSwitch this to using ETForest instead of DominatorSet...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-02-01 Chris LattnerAPI change.
2004-09-20 Chris LattnerPrototype these functions more accurately
2004-09-15 Reid SpencerConvert code to compile with vc7.1.
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-18 Reid Spencerbug 122:
2004-07-15 Chris LattnerFixes working towards PR341
2004-01-12 Chris LattnerRemove use of the ConstantHandling interfaces
2004-01-09 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-10 Chris LattnerAdjust to new critical edge interface
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-15 Chris LattnerDecrease usage of use_size()
2003-10-10 Misha BrukmanFix spelling.
2003-09-20 Chris LattnerRename Function::getEntryNode -> getEntryBlock
2003-09-11 Chris LattnerRenamed DominatorTree::Node::getNode() -> getBlock()
2003-09-10 Chris LattnerFix spell-o's
2003-08-01 Chris LattnerDEBUG got moved to Support/Debug.h
2003-05-20 Misha BrukmanHopefully, the final fix for `[Pp]ropogate'.
2003-04-23 Chris LattnerRemove unnecesary &*'s
2002-11-08 Chris LattnerFix spelling error
2002-10-29 Misha BrukmanFix spelling of `propagate'.
2002-10-08 Chris Lattner - Checkin LARGE number of Changes to CEE pass that...
2002-10-01 Chris LattnerUpdates to work with recent Statistic's changes:
2002-09-24 Chris Lattner Correlated Exprs pass now requires BCE pass instead...
2002-09-23 Chris Lattner* Fix bug: CorrelatedExprs/2002-09-23-PHIUpdateBug.ll
2002-09-08 Chris LattnerMinor simplification
2002-09-06 Chris LattnerInitial checkin of Correlated Expression Elimination...