aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/DataStructure/DSGraph.h
AgeCommit message (Expand)Author
2003-07-02Add new methodsChris Lattner
2003-06-30Add new methodChris Lattner
2003-06-30Be more const correctChris Lattner
2003-06-30Substantial revamp: DSGraphs now may contain the graphs for multiple functionsChris Lattner
2003-06-28Add new DSGraph::ScalarMapTy typedef to avoid pulling representation issuesChris Lattner
2003-06-22Remove a ton of extraneous #includesChris Lattner
2003-06-19Lots of changes to make the NodeType field private to DSNode.Chris Lattner
2003-06-11Included assert.h so that the code compiles under newer versions of GCC.John Criswell
2003-02-11Fix uninitialized member problemChris Lattner
2003-02-10Implement a new method "viewGraph" which can be used to instantly view a grap...Chris Lattner
2003-02-09TD Pass now does not cause globals to mark nodes incomplete.Chris Lattner
2003-02-05Implement optimization for direct function call case. This dramaticallyChris Lattner
2003-02-04Add sanity checkChris Lattner
2003-02-03* Add a bunch of stuff for checking the integrity of the graphChris 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-11-27Added flags to CloneFlags to strip/keep Mod/Ref bits when cloning a graph.Vikram S. Adve
2002-11-10Add capability to set a preference of what call vector is printed to dot filesChris Lattner
2002-11-09eliminate the ability to remove global nodes from deadNodeElminate... for now.Chris Lattner
2002-11-09Move maskNodeTypes from cpp fileChris Lattner
2002-11-09Clean up DSGraph::removeDeadNodes interfaceChris Lattner
2002-11-09Make removeTriviallyDeadNodes a private interfaceChris Lattner
2002-11-09Add initial support for a globals graphChris Lattner
2002-11-08Add another option to cloneGraphChris Lattner
2002-11-08- Add support for an "auxillary" call site listChris Lattner
2002-11-08Use DSNodeHandle for persistent mapsChris Lattner
2002-11-07Instead of using a bool that constant has to be explained, use a selfChris Lattner
2002-11-07Add new methodChris Lattner
2002-11-06Add const version of function getNodeForValue:Vikram S. Adve
2002-11-06Remove stripscalars argument to cloneIntoChris Lattner
2002-11-03Rename ValueMap to ScalarMapChris Lattner
2002-10-31Eliminate some unneccesary #includes and forward declsChris Lattner
2002-10-31Refactored DSGraph.h:Misha Brukman
2002-10-31This fixes all kinds of problems with array handling. There are still bugs toChris Lattner
2002-10-27Add #includeChris Lattner
2002-10-22Allow modification of calleeChris Lattner
2002-10-21Delete unused arguments to DSGraph::cloneInto methodChris Lattner
2002-10-21 - Add "ResolvingCaller" to the CallSite record. This keeps track of whichChris Lattner
2002-10-21Add another copy ctor formChris Lattner
2002-10-21As it turns out, we don't need a fully generic mapping copy ctor, we just needChris Lattner
2002-10-21Make sure to initialize isArray memberChris Lattner
2002-10-21Two callsites are equivalent even if they are from two completely differentChris 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-20Add isArray flagChris Lattner
2002-10-20Added a first-class representation for each call site that can be usedVikram S. Adve
2002-10-18Convert typerec to be a structure instead of a pairChris Lattner
2002-10-17Add interface for mod/ref info to be captures by dsgraphsChris Lattner
2002-10-17 * Remove a lot of obsolete #if 0'd codeChris Lattner
2002-10-17Be const correct. Handle both DSGraph* and const DSGraph*'sChris Lattner