Add explicit keywords.
[oota-llvm.git] / lib / Transforms / Scalar / CorrelatedExprs.cpp
2007-11-19 Dan GohmanAdd explicit keywords.
2007-07-26 Dan GohmanRemove a bogus return statement, what appears to have...
2007-06-07 Devang PatelUse DominatorTree instead of ETForest.
2007-06-04 Devang Patels/ETNode::getChildren/ETNode::getETNodeChildren/g
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-05 Chris Lattnerwrap long lines
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 Owen AndersonUse ETForest instead of DominatorTree.
2007-03-01 Reid SpencerRemove the "isSigned" parameters from ConstantRange...
2007-02-28 Reid SpencerFor PR1205:
2007-02-28 Reid SpencerFor PR1205:
2007-02-28 Reid SpencerFor PR1205:
2007-02-05 Reid SpencerApply the VISIBILITY_HIDDEN field to the remaining...
2007-01-30 Chris LattnerAdjust #includes to match movement of constant folding...
2007-01-19 Reid SpencerFor PR1043:
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-13 Reid SpencerFix indentation to prior level for easier diffs.
2007-01-12 Reid SpencerImplement review feedback for the ConstantBool->Constan...
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2007-01-11 Zhou ShengFor PR1043:
2007-01-11 Zhou ShengFixed indentation.
2006-12-31 Reid SpencerFor PR950:
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...