aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis
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-27No longer need local graph to find call sites.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-17Omit the indirect node when printing call graphsChris 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-07Add interfaces for ResolveCallSiteModRefInfoChris 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-07Expose isPointerType to clients of dsanalysisChris Lattner
2002-11-06Add a commentChris Lattner
2002-11-06Allow the ResolveCallSiteModRefInfo method to return a mapping of nodes,Chris Lattner
2002-11-06Add a stub to implement the context sensitive mod/ref info for call sitesChris Lattner
2002-11-06Give a back pointer to the IPModRef object to the FunctionModRefInfo objectChris Lattner
2002-11-06Remove a couple of #includes, move some code to .cpp fileChris Lattner
2002-11-06Make PointerShift/Size be enums so they are constants instead of globalsChris Lattner
2002-11-06Make query operations non-const to allow demand-driven analyses.Vikram S. Adve
2002-11-06An interprocedural analysis pass that computes flow-insensitiveVikram S. Adve
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-04Implement methods needed to print out call graphChris Lattner
2002-11-04Allow the call graph to be called from analyze naturally with print implementedChris 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