aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/DataStructure
AgeCommit message (Expand)Author
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
2002-11-06Remove stripscalars argument to cloneIntoChris Lattner
2002-11-04Add a bunch of assertionsChris Lattner
2002-11-03Rename ValueMap to ScalarMapChris Lattner
2002-11-03Rename NewNode flag to HeapNodeChris Lattner
2002-11-02Fixed comment on top of DSNode.h, added note to DSSupport.h as to whyMisha Brukman
2002-11-02Implement the "unknown flag" which mainly consists of aligning printing codeChris Lattner
2002-11-02* Eliminate Scalar node type (renumber other node types)Chris 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-29Fixed spelling of `propagation'.Misha Brukman
2002-10-27Add #includeChris Lattner
2002-10-22We need to know the call sites each function hostsChris 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