aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/TopDownClosure.cpp
AgeCommit message (Expand)Author
2003-07-16(1) Rematerialize nodes from the globals graph into the current graphVikram S. Adve
2003-07-02Remove space at end of lineChris Lattner
2003-07-02Fix how we are handling unreachable functions. This DRAMATICALLY improves ef...Chris Lattner
2003-07-02Try using trivially dead deletionChris Lattner
2003-07-02Complete rewrite of td passChris Lattner
2003-07-01Rework TD pass to work with the precise call graph constructed by the BU phaseChris Lattner
2003-06-30Remove dead methodChris Lattner
2003-06-30Do not multiply delete graphs if functions are sharing graphsChris Lattner
2003-06-30Revamp DSGraphs so that they can support multiple functions in the sameChris Lattner
2003-06-29Abstract out the predicate which decides whether a function gets completeChris Lattner
2003-06-28Propagate globals graph from the local to bu to td globals graphs. ThisChris Lattner
2003-06-22Remove support for the MultiObject flag, which was fundamentally brokenChris Lattner
2003-02-11Implement a "union-findy" version of DS-Analysis, which eliminates theChris Lattner
2003-02-10Rearrange codeChris Lattner
2003-02-09Fix major bugs in incompleteness marking that were pessimizing resultsChris Lattner
2003-02-08Fix a bug where we would mark the callees arguments incomplete if the caller ...Chris Lattner
2003-02-05Implement optimization for direct function call case. This dramaticallyChris Lattner
2003-02-04Make the TD pass not include all of the call nodes from the local pass,Chris Lattner
2003-02-03Hack to work around deficiency in pass infrastructureChris 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-27Fix logical error in TD pass: we should clear Mod/Ref bits of each callerVikram S. Adve
2002-11-11Handle a mismatch between # function args and call site argsChris 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-09Clean up DSGraph::removeDeadNodes interfaceChris Lattner
2002-11-09Make removeTriviallyDeadNodes a private interface of DSGraphChris Lattner
2002-11-08Reenable 'quick exit' caseChris Lattner
2002-11-08Reimplement TD pass completely it now worksChris Lattner
2002-11-08Use DSNodeHandleMap instead to be safeChris Lattner
2002-11-08Add flushChris Lattner
2002-11-07Instead of using a bool that constant has to be explained, use a selfChris Lattner
2002-11-07Implement a new mergeInGraph method, which basically factors code out ofChris Lattner
2002-11-07Rename DataStructureAnalysis namespace to DSChris Lattner
2002-11-06Delete "StripScalars" argument to cloneInto methodChris Lattner
2002-10-22 - Make sure to only keep track of mappings that the TD pass may need in theChris 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-21As it turns out, we don't need a fully generic mapping copy ctor, we just needChris Lattner
2002-10-21Remove some unneccesary 'using' directivesChris 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-20Added a first-class representation for each call site that can beVikram S. Adve
2002-10-17Remove more obsolete codeChris Lattner
2002-10-17 * Make the DSGraph cloner automatically merge global nodesChris Lattner
2002-10-17Enable incompleteness markingChris Lattner
2002-10-17 * First try at implementing TD pass this does not merge global nodes yet,Chris Lattner
2002-10-01Checkin some major reworks of data structure analysis. This is not done,Chris Lattner
2002-08-21- Do not expose ::ID from any of the analyses anymore.Chris Lattner
2002-08-07Minor changes to DEBUG()'sChris Lattner