- 700b873 Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 19 years ago
- fc9063e Replace DEBUG(std::cerr with DOUT. Removed some iostream #includes. by Bill Wendling · 19 years ago
- 966645e Move some warnings to debug mode. by Andrew Lenharth · 19 years ago
- 3c9b242 Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. by Chris Lattner · 19 years ago
- 0686842 Add a error message to cbu to match bu by Andrew Lenharth · 19 years ago
- 6806c02 Add explicit iostream #includes by Chris Lattner · 20 years ago
- 4bbf66b Propagate eq sets through the bu graphs to the cbu and eq graphs, fixing by Chris Lattner · 21 years ago
- 01808ca Remove trailing whitespace by Misha Brukman · 21 years ago
- 526cc17 use a callee_iterator typedef. by Chris Lattner · 21 years ago
- 990ed1d Change the ActualCallees callgraph from hash_multimap<Instruction,Function> by Chris Lattner · 21 years ago
- 923d925 don't bother |'ing in 0's 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
- b1cabb6 remove some pointless asserts by Chris Lattner · 21 years ago
- e68e808 use simpler methods. 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
- 2ca79d3 Rename variables to work with VC++'s hokey scoping rules. by Chris Lattner · 21 years ago
- a1b39fa * Make some methods more const correct. by Chris Lattner · 21 years ago
- 3ae7bb6 Fix a nasty dangling pointer problem, due to a free'd pointer being left in 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
- f6118db Move all of the DSA headers into the Analysis/DataStructure subdir. by Chris Lattner · 21 years ago
- 159ed21 Inline both direct and indirect callees in the CBU phase because by Vikram S. Adve · 21 years ago
- 2cb2905 Fix a minor bug by Chris Lattner · 22 years ago
- 6c271edc Fix a bug in a previous checkin that broke 175.vpr by Chris Lattner · 22 years ago
- 30f94a7 Speed up the cbu pass from taking somewhere near the age of the universe to about 90s on povray 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
- fa616e1 Add one that I missed 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
- a8150c3 Trying to get the dsgraph for an external function is bad for DSA's health by Chris Lattner · 22 years ago
- baef234 Implement the CompleteBU pass by Chris Lattner · 22 years ago
- 0494638 Add an initial version of the CompleteBUDataStructures class, which is currently by Chris Lattner · 22 years ago