1. 700b873 Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 19 years ago
  2. fc9063e Replace DEBUG(std::cerr with DOUT. Removed some iostream #includes. by Bill Wendling · 19 years ago
  3. 966645e Move some warnings to debug mode. by Andrew Lenharth · 19 years ago
  4. 3c9b242 Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. by Chris Lattner · 19 years ago
  5. 0686842 Add a error message to cbu to match bu by Andrew Lenharth · 19 years ago
  6. 6806c02 Add explicit iostream #includes by Chris Lattner · 20 years ago
  7. 4bbf66b Propagate eq sets through the bu graphs to the cbu and eq graphs, fixing by Chris Lattner · 21 years ago
  8. 01808ca Remove trailing whitespace by Misha Brukman · 21 years ago
  9. 526cc17 use a callee_iterator typedef. by Chris Lattner · 21 years ago
  10. 990ed1d Change the ActualCallees callgraph from hash_multimap<Instruction,Function> by Chris Lattner · 21 years ago
  11. 923d925 don't bother |'ing in 0's by Chris Lattner · 21 years ago
  12. fcae88f Now that the dead ctor is gone, nothing uses the old node mapping exported by by Chris Lattner · 21 years ago
  13. ea2c02b now that the second argument is always this->ReturnNodes, don't bother passing it. by Chris Lattner · 21 years ago
  14. 19944fa remove the second argument to cloneInto by Chris Lattner · 21 years ago
  15. b1cabb6 remove some pointless asserts by Chris Lattner · 21 years ago
  16. e68e808 use simpler methods. by Chris Lattner · 21 years ago
  17. 9379e69 Create an equivalence class of global variables that DSA will never be able by Chris Lattner · 21 years ago
  18. bed1c18 do not bother inlining nullary functions without return values. The only by Chris Lattner · 21 years ago
  19. 21a79ed fix crashes when we only have a prototype for main. by Chris Lattner · 21 years ago
  20. 92d0c1c1b Start using retnodes_* for iteration. by Chris Lattner · 21 years ago
  21. b9e2a4d Make sure to remove incomplete markers before we add to them! :) by Chris Lattner · 21 years ago
  22. 2eff970 After finishing BU analysis, move all global variables from the globals by Chris Lattner · 21 years ago
  23. 2ca79d3 Rename variables to work with VC++'s hokey scoping rules. by Chris Lattner · 21 years ago
  24. a1b39fa * Make some methods more const correct. by Chris Lattner · 21 years ago
  25. 3ae7bb6 Fix a nasty dangling pointer problem, due to a free'd pointer being left in by Chris Lattner · 21 years ago
  26. 4f2cf03 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
  27. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  28. f6118db Move all of the DSA headers into the Analysis/DataStructure subdir. by Chris Lattner · 21 years ago
  29. 159ed21 Inline both direct and indirect callees in the CBU phase because by Vikram S. Adve · 21 years ago
  30. 2cb2905 Fix a minor bug by Chris Lattner · 22 years ago
  31. 6c271edc Fix a bug in a previous checkin that broke 175.vpr by Chris Lattner · 22 years ago
  32. 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
  33. 6a4e396 There is no need to merge the globals graph into the function graphs at the by Chris Lattner · 22 years ago
  34. fa616e1 Add one that I missed by Chris Lattner · 22 years ago
  35. b529730 Get clone flags right, so we don't build InlinedGlobals only to clear them by Chris Lattner · 22 years ago
  36. 78c36d2 Initial support for implementing clonePartiallyInto in terms of cloneReachableSubgraph, though this support is currently disabled. by Chris Lattner · 22 years ago
  37. a8150c3 Trying to get the dsgraph for an external function is bad for DSA's health by Chris Lattner · 22 years ago
  38. baef234 Implement the CompleteBU pass by Chris Lattner · 22 years ago
  39. 0494638 Add an initial version of the CompleteBUDataStructures class, which is currently by Chris Lattner · 22 years ago