- ca17430 Mark external globals incomplete in the BU Globals graph, fixing by Chris Lattner · 21 years ago
- fcae88f Now that the dead ctor is gone, nothing uses the old node mapping exported by by Chris Lattner · 21 years ago
- ea2c02b now that the second argument is always this->ReturnNodes, don't bother passing it. by Chris Lattner · 21 years ago
- 19944fa remove the second argument to cloneInto by Chris Lattner · 21 years ago
- 040426a Fix a major problem where we didn't add call graph edges for call sites with by Chris Lattner · 21 years ago
- b1cabb6 remove some pointless asserts by Chris Lattner · 21 years ago
- 5ae2152 Transform BU pass to not use the horrible DSCallSiteIterator class. by Chris Lattner · 21 years ago
- 9379e69 Create an equivalence class of global variables that DSA will never be able by Chris Lattner · 21 years ago
- bed1c18 do not bother inlining nullary functions without return values. The only by Chris Lattner · 21 years ago
- 21a79ed fix crashes when we only have a prototype for main. by Chris Lattner · 21 years ago
- 92d0c1c1b Start using retnodes_* for iteration. by Chris Lattner · 21 years ago
- b9e2a4d Make sure to remove incomplete markers before we add to them! :) by Chris Lattner · 21 years ago
- 2eff970 After finishing BU analysis, move all global variables from the globals by Chris Lattner · 21 years ago
- 863d9c9 IndCallGraphMap is now a pointer to a new'd map. by Chris Lattner · 21 years ago
- 4585abd If we have an indirect call site that calls N functions, inline the N functions by Chris Lattner · 21 years ago
- 16a5324 Eliminate some duplicated debug code by Chris Lattner · 21 years ago
- 5ce51e8 Eliminate self-recursion as a special case. by Chris Lattner · 21 years ago
- 50cebc6b Eliminate use of DSCallSiteIterator in key loop. This is a half step to by Chris Lattner · 21 years ago
- d6106a4 Do not revisit nodes in the SCC traversal. This speeds up the BU pass a bit. by Chris Lattner · 21 years ago
- 2977b85 Fix some scary bugs that VC++ detected. by Chris Lattner · 21 years ago
- a1b39fa * Make some methods more const correct. by Chris Lattner · 21 years ago
- 2e2edef Make -ds-aa more useful, allowing it to be updated as xforms hack on the program. by Chris Lattner · 21 years ago
- 068c0cf Fix a bug that was preventing povray and namd from pool allocating correctly. by Chris Lattner · 21 years ago
- e3c00e9 Fix comment by Chris Lattner · 21 years ago
- 4f2cf03 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
- 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
- 97cf20e Headers moved by Chris Lattner · 21 years ago
- 8db5298 Minor changes, remove some debugging code that got checked in somehow. by Chris Lattner · 22 years ago
- 06a573f Only clone global nodes between graphs if both graphs have the global. by Chris Lattner · 22 years ago
- ab66f3d Instead of cloning the globals for main into the globals graph at the end of by Chris Lattner · 22 years ago
- 6a4e396 There is no need to merge the globals graph into the function graphs at the by Chris Lattner · 22 years ago
- 2a6802f When we complete the bottom-up pass, make sure to merge the globals in 'main' into by Chris Lattner · 22 years ago
- 9ab8527 Instead of callign removeTriviallyDeadNodes on the global graph every time by Chris Lattner · 22 years ago
- 2f58ffc Avoid referencing deleted DSgraphs when merging an SCC into a larger SCC. This by Chris Lattner · 22 years ago
- b529730 Get clone flags right, so we don't build InlinedGlobals only to clear them by Chris Lattner · 22 years ago
- 78c36d2 Initial support for implementing clonePartiallyInto in terms of cloneReachableSubgraph, though this support is currently disabled. by Chris Lattner · 22 years ago
- 71d3377 Minor code cleanup by Chris Lattner · 22 years ago
- 9e87655 Fine-grainify namespaces for this library by Chris Lattner · 22 years ago
- 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
- 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
- 3c095c7 Functions reachable from the arguments of unresolvable call nodes should by Chris Lattner · 22 years ago
- 413b7bd The Globals graph must become complete at the end of the BU phase! by Chris Lattner · 22 years ago
- 04d9cb6 Switch from using CallInst's to represent call sites to using the LLVM by Chris Lattner · 22 years ago
- 8abcd56 DEBUG got moved to Support/Debug.h by Chris Lattner · 22 years ago
- cf01ed5 Rematerialize nodes from the globals graph into the current graph by Vikram S. Adve · 22 years ago
- 7fd1988 Fix how we are handling unreachable functions. This DRAMATICALLY improves efficiency by Chris Lattner · 22 years ago
- cd7482b Keep track of how many inlinings are performed by Chris Lattner · 22 years ago
- 5a3d63d Make the BU closure keep track of which actual calls happen Minor cleanups by Chris Lattner · 22 years ago
- 269467d Minor cleanups by Chris Lattner · 22 years ago
- f8865a4 Split CallSiteIterator out into DSCallSiteIterator.h, and generalize it a bit by Chris Lattner · 22 years ago
- 4ffb4e0 Reimplement the BU closure to collapse all SCC graphs into a single graph. by Chris Lattner · 22 years ago
- 63aeacf Revamp DSGraphs so that they can support multiple functions in the same by Chris Lattner · 22 years ago
- fa578d0 Propagate globals graph from the local to bu to td globals graphs. This by Chris Lattner · 22 years ago
- 4853d16 * Changes to make NodeType be private to DSNode. by Chris Lattner · 22 years ago
- 80614ee Implement optimization for direct function call case. This dramatically by Chris Lattner · 23 years ago
- e396e9b Add better debug output by Chris Lattner · 23 years ago
- c44c04a Change DSGraph stuff to use hash_(set|map) instead of std::(set|map) by Chris Lattner · 23 years ago
- ee97c8b Remove using declarations by Chris Lattner · 23 years ago
- 0cd8126 Add functions to the ban list by Chris Lattner · 23 years ago
- a1d9011 * Eliminate boolean arguments in favor of using enums by Chris Lattner · 23 years ago
- 2d2303d Fix logical error in TD pass: we should clear Mod/Ref bits of each caller by Vikram S. Adve · 23 years ago
- 1e36529 Add MaxSCC statistics by Chris Lattner · 23 years ago
- ccc27ec Inline graphs from outside the SCC into the SCC before SCC resolution starts by Chris Lattner · 23 years ago
- 59821c5 Complete rewrite of BU code to use Tarjan's SCC finding algorithm to drive by Chris Lattner · 23 years ago
- cca3599 Fix infinite loop in the BU algorithm. Unfortunately this dies a serious by Chris Lattner · 23 years ago
- 3b83d79 * Bottom-Up graphs print the Aux call vector by Chris Lattner · 23 years ago
- 715a3a3 eliminate the ability to remove global nodes from deadNodeElminate... for now. by Chris Lattner · 23 years ago
- 4b1be35 Add globals graphs to all three passes by Chris Lattner · 23 years ago
- 380d1ad Clean up DSGraph::removeDeadNodes interface by Chris Lattner · 23 years ago
- e703c52 Make removeTriviallyDeadNodes a private interface of DSGraph by Chris Lattner · 23 years ago
- 09a21dc ONLY merge in the aux call sites, this causes a HUGE speedup by Chris Lattner · 23 years ago
- 639898c Remove gunk used by broken TD pass by Chris Lattner · 23 years ago
- 5e865cd Instead of using a bool that constant has to be explained, use a self by Chris Lattner · 23 years ago
- df307e6 Implement a new mergeInGraph method, which basically factors code out of by Chris Lattner · 23 years ago
- ca03c3b Rename DataStructureAnalysis namespace to DS by Chris Lattner · 23 years ago
- 230f692 Delete "StripScalars" argument to cloneInto method by Chris Lattner · 23 years ago
- cd691d2 Give a better error message in an unhandled case by Chris Lattner · 23 years ago
- a20fabc Rename ValueMap to ScalarMap by Chris Lattner · 23 years ago
- 364e6e8 Oops, this was not meant to be checked in by Chris Lattner · 23 years ago
- a7b0d4e Stop representing scalars as explicit nodes in the graph. Now the only by Chris Lattner · 23 years ago
- 8c68d86 Add a fixme by Chris Lattner · 23 years ago
- d90e74a The callee is not correct, and confuses the TD pass. Null it out. by Chris Lattner · 23 years ago
- 155fffd Delete unused arguments to DSGraph::cloneInto method by Chris Lattner · 23 years ago
- f760873 - Add "ResolvingCaller" to the CallSite record. This keeps track of which by Chris Lattner · 23 years ago
- 5c3ce31 - Make DSCallSite not inherit from std::vector. Renamed methods slightly. by Chris Lattner · 23 years ago
- fd16b72 Split some long lines by Chris Lattner · 23 years ago
- e853196 Remove spurious caller pointer in DSCallSite. by Vikram S. Adve · 23 years ago
- 28bef38 Avoid extra callSite copy by Chris Lattner · 23 years ago
- dc9e142 Added a first-class representation for each call site that can be by Vikram S. Adve · 23 years ago
- b182216 * Make the DSGraph cloner automatically merge global nodes by Chris Lattner · 23 years ago
- 981c92a Remove obsolete code by Chris Lattner · 23 years ago
- a1cfcf4 * Add data structures and code to track the call sites for each function by Chris Lattner · 23 years ago
- 9df1cf3 Prune function nodes that are no longer referenced due to inlining by Chris Lattner · 23 years ago
- c9c681e Reimplement/port the Bottom Up Closure pass by Chris Lattner · 23 years ago
- 193e692 Checkin some major reworks of data structure analysis. This is not done, by Chris Lattner · 23 years ago
- c869ecb by Chris Lattner · 23 years ago
- b3ce9fc Minor changes to DEBUG()'s by Chris Lattner · 23 years ago
- c70601c Changes to be GCC3.1 friendly by Chris Lattner · 23 years ago
- 0d66177 Use a separate globals graph to hold externally visible nodes. by Vikram S. Adve · 23 years ago
- 96a0dfa by Chris Lattner · 23 years ago