aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/DataStructure/Steensgaard.cpp
Commit message (Expand)AuthorAgeFilesLines
* Forward method request to chained aa implementationChris Lattner2004-01-301-0/+4
* Initial support for implementing clonePartiallyInto in terms of cloneReachabl...Chris Lattner2004-01-231-1/+2
* Fine-grainify namespaces for this libraryChris Lattner2003-11-121-4/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-1/+4
* All DSGraphs keep a reference to the targetdata they are created with. This isChris Lattner2003-11-021-2/+2
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* DEBUG got moved to Support/Debug.hChris Lattner2003-08-011-1/+1
* Move usages of explicit hash_* datastructures to use typedefsChris Lattner2003-06-301-6/+6
* Revamp DSGraphs so that they can support multiple functions in the sameChris Lattner2003-06-301-11/+5
* Adjust to implement new AA interfaceChris Lattner2003-02-261-16/+9
* Hax0r around a deficiency in the Pass infrastructureChris Lattner2003-02-131-2/+5
* Implement a "union-findy" version of DS-Analysis, which eliminates theChris Lattner2003-02-111-0/+2
* Fix problem breaking FhourstonesChris Lattner2003-02-101-1/+2
* Make steensgaards performance not shamefulChris Lattner2003-02-101-6/+12
* Switch to using the right call vectorChris Lattner2003-02-091-0/+2
* Print out the steens graph if -debug is specifiedChris Lattner2003-02-091-1/+2
* Remove explicit result countersChris Lattner2003-02-081-14/+4
* Implement optimization for direct function call case. This dramaticallyChris Lattner2003-02-051-2/+6
* Remove bogus assertionChris Lattner2003-02-041-2/+0
* Fix steensgaard to work on a lot more cases...Chris Lattner2003-02-041-14/+9
* Rename variableChris Lattner2003-02-031-6/+6
* Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)Chris Lattner2003-02-011-10/+10
* * Eliminate boolean arguments in favor of using enumsChris Lattner2003-01-231-2/+2
* 'graph' is spelled without a 'c'.Misha Brukman2002-12-121-3/+12
* eliminate the ability to remove global nodes from deadNodeElminate... for now.Chris Lattner2002-11-091-1/+1
* Clean up DSGraph::removeDeadNodes interfaceChris Lattner2002-11-091-1/+1
* Make removeTriviallyDeadNodes a private interface of DSGraphChris Lattner2002-11-091-1/+1
* Cannot modify original call sites vectorChris Lattner2002-11-081-1/+6
* Use DSNodeHandleMap instead to be safeChris Lattner2002-11-081-1/+1
* Change Steens class to build with Vikram's changesChris Lattner2002-11-061-4/+4
* Rename ValueMap to ScalarMapChris Lattner2002-11-031-4/+5
* Fix comments, steens is context sensitive, we just haven't implementedChris Lattner2002-11-011-3/+3
* - Make DSCallSite not inherit from std::vector. Renamed methods slightly.Chris Lattner2002-10-211-4/+5
* Remove spurious caller pointer in DSCallSite.Vikram S. Adve2002-10-201-3/+3
* Added a first-class representation for each call site that can beVikram S. Adve2002-10-201-8/+8
* DataStructure.h doesn't include DSGraph.hChris Lattner2002-10-021-0/+1
* Initial checkin of Steensgaards context insensitive flow insensitiveChris Lattner2002-10-011-0/+224