Silence a spurious warning
[oota-llvm.git] / lib / Analysis / DataStructure / Steensgaard.cpp
2004-01-30 Chris LattnerForward method request to chained aa implementation
2004-01-23 Chris LattnerInitial support for implementing clonePartiallyInto...
2003-11-12 Chris LattnerFine-grainify namespaces for this library
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-02 Chris LattnerAll DSGraphs keep a reference to the targetdata they...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-08-01 Chris LattnerDEBUG got moved to Support/Debug.h
2003-06-30 Chris LattnerMove usages of explicit hash_* datastructures to use...
2003-06-30 Chris LattnerRevamp DSGraphs so that they can support multiple funct...
2003-02-26 Chris LattnerAdjust to implement new AA interface
2003-02-13 Chris LattnerHax0r around a deficiency in the Pass infrastructure
2003-02-11 Chris LattnerImplement a "union-findy" version of DS-Analysis, which...
2003-02-10 Chris LattnerFix problem breaking Fhourstones
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...