aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/Steensgaard.cpp
AgeCommit message (Expand)Author
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-07-21These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke
2004-07-07Move all of the DSA headers into the Analysis/DataStructure subdir.Chris Lattner
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2004-05-23Update to match the autochaining interface that the AA interface usesChris Lattner
2004-01-30Forward method request to chained aa implementationChris Lattner
2004-01-23Initial support for implementing clonePartiallyInto in terms of cloneReachabl...Chris Lattner
2003-11-12Fine-grainify namespaces for this libraryChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-02All DSGraphs keep a reference to the targetdata they are created with. This isChris Lattner
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-08-01DEBUG got moved to Support/Debug.hChris Lattner
2003-06-30Move usages of explicit hash_* datastructures to use typedefsChris Lattner
2003-06-30Revamp DSGraphs so that they can support multiple functions in the sameChris Lattner
2003-02-26Adjust to implement new AA interfaceChris Lattner
2003-02-13Hax0r around a deficiency in the Pass infrastructureChris Lattner
2003-02-11Implement a "union-findy" version of DS-Analysis, which eliminates theChris Lattner
2003-02-10Fix problem breaking FhourstonesChris Lattner
2003-02-10Make steensgaards performance not shamefulChris Lattner
2003-02-09Switch to using the right call vectorChris Lattner
2003-02-09Print out the steens graph if -debug is specifiedChris Lattner
2003-02-08Remove explicit result countersChris Lattner
2003-02-05Implement optimization for direct function call case. This dramaticallyChris Lattner
2003-02-04Remove bogus assertionChris Lattner
2003-02-04Fix steensgaard to work on a lot more cases...Chris Lattner
2003-02-03Rename variableChris Lattner
2003-02-01Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)Chris Lattner
2003-01-23* Eliminate boolean arguments in favor of using enumsChris Lattner
2002-12-12'graph' is spelled without a 'c'.Misha Brukman
2002-11-09eliminate the ability to remove global nodes from deadNodeElminate... for now.Chris Lattner
2002-11-09Clean up DSGraph::removeDeadNodes interfaceChris Lattner
2002-11-09Make removeTriviallyDeadNodes a private interface of DSGraphChris Lattner
2002-11-08Cannot modify original call sites vectorChris Lattner
2002-11-08Use DSNodeHandleMap instead to be safeChris Lattner
2002-11-06Change Steens class to build with Vikram's changesChris Lattner
2002-11-03Rename ValueMap to ScalarMapChris Lattner
2002-11-01Fix comments, steens is context sensitive, we just haven't implementedChris Lattner
2002-10-21 - Make DSCallSite not inherit from std::vector. Renamed methods slightly.Chris Lattner
2002-10-20Remove spurious caller pointer in DSCallSite.Vikram S. Adve
2002-10-20Added a first-class representation for each call site that can beVikram S. Adve
2002-10-02DataStructure.h doesn't include DSGraph.hChris Lattner
2002-10-01Initial checkin of Steensgaards context insensitive flow insensitiveChris Lattner