aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/DataStructure
AgeCommit message (Expand)Author
2003-02-11Fix uninitialized member problemChris Lattner
2003-02-10Bugfix for calling dump() after the links vector has been clearedChris Lattner
2003-02-10Move getNode() out of lineChris 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-03Hack to work around deficiency in pass infrastructureChris Lattner
2003-02-03Eliminate unused resolving caller stuffChris 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-02-01Add new composition maskChris Lattner
2003-01-29New API for traversing graphChris Lattner
2003-01-23* Eliminate boolean arguments in favor of using enumsChris Lattner
2002-12-12No need to specify the class if the method is within the class declaration.Misha Brukman
2002-12-06Added static helper method MergeNodes(). See DataStructure.cpp for more.Vikram S. Adve
2002-11-27Added flags to CloneFlags to strip/keep Mod/Ref bits when cloning a graph.Vikram S. Adve
2002-11-18Inline DSTypeRec stuff into DSNodeChris Lattner
2002-11-18Inline DSTypeRec into DSNodeChris Lattner
2002-11-18Templatize graph traits and iterator to work with const and non-const clientsChris Lattner
2002-11-12Remove dead method, add new methodChris Lattner
2002-11-11Almost complete rewrite of BU closure codeChris Lattner
2002-11-10add methodChris Lattner
2002-11-10Add code to be able to merge two call sitesChris Lattner
2002-11-10Add hasGraph() methods to all of the passes for the printerChris Lattner
2002-11-10Implement swappingChris Lattner
2002-11-10Implement support for swapping. Callsites now sort by calleeChris Lattner
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-09Add globals graphs to all three passesChris 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-09Remove unneccesary #includeChris Lattner
2002-11-09Remove GlobalDSGraph delcarationChris Lattner
2002-11-09Fix release buildChris Lattner
2002-11-08Add new methodsChris 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-08Add flag that may be used to determine if dead nodes are used. It's temporaryChris Lattner
2002-11-08Restore a #include because this header file needs the definitionsVikram S. Adve
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-07Expose isPointerType to clients of dsanalysisChris Lattner
2002-11-06Add a commentChris Lattner
2002-11-06Make PointerShift/Size be enums so they are constants instead of globalsChris Lattner
2002-11-06Add const version of function getNodeForValue:Vikram S. Adve
2002-11-06Dramatically simplify internal DSNode representation, get implementationChris Lattner