Don't count all of the nodes in the SCC once for each function in the SCC.
[oota-llvm.git] / lib / Analysis / DataStructure / CompleteBottomUp.cpp
2005-03-24 Chris Lattnerdon't bother |'ing in 0's
2005-03-22 Chris LattnerNow that the dead ctor is gone, nothing uses the old...
2005-03-22 Chris Lattnernow that the second argument is always this->ReturnNode...
2005-03-22 Chris Lattnerremove the second argument to cloneInto
2005-03-20 Chris Lattnerremove some pointless asserts
2005-03-20 Chris Lattneruse simpler methods.
2005-03-19 Chris LattnerCreate an equivalence class of global variables that...
2005-03-18 Chris Lattnerdo not bother inlining nullary functions without return...
2005-03-15 Chris Lattnerfix crashes when we only have a prototype for main.
2005-03-15 Chris LattnerStart using retnodes_* for iteration.
2005-03-13 Chris LattnerMake sure to remove incomplete markers before we add...
2005-03-13 Chris LattnerAfter finishing BU analysis, move all global variables...
2005-01-31 Chris LattnerRename variables to work with VC++'s hokey scoping...
2005-01-30 Chris Lattner* Make some methods more const correct.
2004-10-07 Chris LattnerFix a nasty dangling pointer problem, due to a free...
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-07 Chris LattnerMove all of the DSA headers into the Analysis/DataStruc...
2004-05-23 Vikram S. AdveInline both direct and indirect callees in the CBU...
2004-03-05 Chris LattnerFix a minor bug
2004-03-04 Chris LattnerFix a bug in a previous checkin that broke 175.vpr
2004-03-04 Chris LattnerSpeed up the cbu pass from taking somewhere near the...
2004-02-20 Chris LattnerThere is no need to merge the globals graph into the...
2004-02-08 Chris LattnerAdd one that I missed
2004-01-27 Chris LattnerGet clone flags right, so we don't build InlinedGlobals...
2004-01-23 Chris LattnerInitial support for implementing clonePartiallyInto...
2003-11-13 Chris LattnerTrying to get the dsgraph for an external function...
2003-11-13 Chris LattnerImplement the CompleteBU pass
2003-11-13 Chris LattnerAdd an initial version of the CompleteBUDataStructures...