1. c269c52 Add a error message to cbu to match bu by Andrew Lenharth · 19 years ago
  2. 7238210 Add explicit iostream #includes by Chris Lattner · 19 years ago
  3. cc1f245 Propagate eq sets through the bu graphs to the cbu and eq graphs, fixing by Chris Lattner · 20 years ago
  4. 2b37d7c Remove trailing whitespace by Misha Brukman · 20 years ago
  5. 2ccc5f1 use a callee_iterator typedef. by Chris Lattner · 20 years ago
  6. 021decc Change the ActualCallees callgraph from hash_multimap<Instruction,Function> by Chris Lattner · 20 years ago
  7. 0d397bd don't bother |'ing in 0's by Chris Lattner · 20 years ago
  8. a219713 Now that the dead ctor is gone, nothing uses the old node mapping exported by by Chris Lattner · 20 years ago
  9. d65145b now that the second argument is always this->ReturnNodes, don't bother passing it. by Chris Lattner · 20 years ago
  10. 3c920fa remove the second argument to cloneInto by Chris Lattner · 20 years ago
  11. bc6f966 remove some pointless asserts by Chris Lattner · 20 years ago
  12. 2496d69 use simpler methods. by Chris Lattner · 20 years ago
  13. f4f6227 Create an equivalence class of global variables that DSA will never be able by Chris Lattner · 20 years ago
  14. 5021b8c do not bother inlining nullary functions without return values. The only by Chris Lattner · 20 years ago
  15. 49e88e8 fix crashes when we only have a prototype for main. by Chris Lattner · 20 years ago
  16. a5f47ea Start using retnodes_* for iteration. by Chris Lattner · 20 years ago
  17. 270cf50 Make sure to remove incomplete markers before we add to them! :) by Chris Lattner · 20 years ago
  18. a66e353 After finishing BU analysis, move all global variables from the globals by Chris Lattner · 20 years ago
  19. f9aace2 Rename variables to work with VC++'s hokey scoping rules. by Chris Lattner · 20 years ago
  20. a9548d9 * Make some methods more const correct. by Chris Lattner · 20 years ago
  21. a1c972d Fix a nasty dangling pointer problem, due to a free'd pointer being left in by Chris Lattner · 21 years ago
  22. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
  23. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  24. 4dabb2c Move all of the DSA headers into the Analysis/DataStructure subdir. by Chris Lattner · 21 years ago
  25. 052682f Inline both direct and indirect callees in the CBU phase because by Vikram S. Adve · 21 years ago
  26. deb8712 Fix a minor bug by Chris Lattner · 21 years ago
  27. 4ab483c Fix a bug in a previous checkin that broke 175.vpr by Chris Lattner · 21 years ago
  28. da5c5a5 Speed up the cbu pass from taking somewhere near the age of the universe to about 90s on povray by Chris Lattner · 21 years ago
  29. d10b5fd There is no need to merge the globals graph into the function graphs at the by Chris Lattner · 21 years ago
  30. 2dea8d6 Add one that I missed by Chris Lattner · 21 years ago
  31. 825a02a Get clone flags right, so we don't build InlinedGlobals only to clear them by Chris Lattner · 21 years ago
  32. 091f776 Initial support for implementing clonePartiallyInto in terms of cloneReachableSubgraph, though this support is currently disabled. by Chris Lattner · 21 years ago
  33. a366c98 Trying to get the dsgraph for an external function is bad for DSA's health by Chris Lattner · 22 years ago
  34. 79390d4 Implement the CompleteBU pass by Chris Lattner · 22 years ago
  35. 95724a4 Add an initial version of the CompleteBUDataStructures class, which is currently by Chris Lattner · 22 years ago