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