llvm-6502/include
Vikram S. Adve a53e3da92c (1) Added DSGraph::cloneReachableSubgraph and DSGraph::cloneReachableNodes
to clone the subgraph reachable from a set of root nodes, into the
    current graph, merging the global nodes into those in the current graph.
(2) Added DSGraph::updateFromGlobalGraph() to rematerialize nodes from the
    globals graph into the current graph in both BU and TD passes.
(3) Added hash_set<const GlobalValue*> InlinedGlobals: a set of globals to
    track which globals have been inlined into the current graph from
    callers or callees.  In the TD pass, such globals are up-to-date and
    do not need to be rematerialized from the GlobalsGraph.
(4) Added StripIncompleteBit/KeepIncompleteBit to remove incomplete bit
    when cloning nodes into the globals graph.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7190 91177308-0d34-0410-b5e6-96231b3b80d8
2003-07-16 21:45:15 +00:00
..
boost Add support for gcc 3.2 2002-09-17 23:38:38 +00:00
Config Merged in autoconf branch. This provides configuration via the autoconf 2003-06-30 21:59:07 +00:00
llvm (1) Added DSGraph::cloneReachableSubgraph and DSGraph::cloneReachableNodes 2003-07-16 21:45:15 +00:00
Support The word separate' only has one e'. 2003-07-14 17:20:40 +00:00