Make steensgaards performance not shameful
[oota-llvm.git] / lib / Analysis / DataStructure / Steensgaard.cpp
2003-02-10 Chris LattnerMake steensgaards performance not shameful
2003-02-09 Chris LattnerSwitch to using the right call vector
2003-02-09 Chris LattnerPrint out the steens graph if -debug is specified
2003-02-08 Chris LattnerRemove explicit result counters
2003-02-05 Chris LattnerImplement optimization for direct function call case...
2003-02-04 Chris LattnerRemove bogus assertion
2003-02-04 Chris LattnerFix steensgaard to work on a lot more cases...
2003-02-03 Chris LattnerRename variable
2003-02-01 Chris LattnerChange DSGraph stuff to use hash_(set|map) instead...
2003-01-23 Chris Lattner* Eliminate boolean arguments in favor of using enums
2002-12-12 Misha Brukman'graph' is spelled without a 'c'.
2002-11-09 Chris Lattnereliminate the ability to remove global nodes from deadN...
2002-11-09 Chris LattnerClean up DSGraph::removeDeadNodes interface
2002-11-09 Chris LattnerMake removeTriviallyDeadNodes a private interface of...
2002-11-08 Chris LattnerCannot modify original call sites vector
2002-11-08 Chris LattnerUse DSNodeHandleMap instead to be safe
2002-11-06 Chris LattnerChange Steens class to build with Vikram's changes
2002-11-03 Chris LattnerRename ValueMap to ScalarMap
2002-11-01 Chris LattnerFix comments, steens is context sensitive, we just...
2002-10-21 Chris Lattner - Make DSCallSite not inherit from std::vector. ...
2002-10-20 Vikram S. AdveRemove spurious caller pointer in DSCallSite.
2002-10-20 Vikram S. AdveAdded a first-class representation for each call site...
2002-10-02 Chris LattnerDataStructure.h doesn't include DSGraph.h
2002-10-01 Chris LattnerInitial checkin of Steensgaards context insensitive...