1. 3c9b242 Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. by Chris Lattner · 19 years ago
  2. ce9ac0c Remove dead variable by Chris Lattner · 19 years ago
  3. 6806c02 Add explicit iostream #includes by Chris Lattner · 20 years ago
  4. 7745116 Convert tabs to spaces by Misha Brukman · 21 years ago
  5. 01808ca Remove trailing whitespace by Misha Brukman · 21 years ago
  6. a7913e6 EquivClassGraphs is now in DataStructure.h by Chris Lattner · 21 years ago
  7. 526cc17 use a callee_iterator typedef. by Chris Lattner · 21 years ago
  8. 990ed1d Change the ActualCallees callgraph from hash_multimap<Instruction,Function> by Chris Lattner · 21 years ago
  9. 923d925 don't bother |'ing in 0's by Chris Lattner · 21 years ago
  10. fcae88f Now that the dead ctor is gone, nothing uses the old node mapping exported by by Chris Lattner · 21 years ago
  11. ea2c02b now that the second argument is always this->ReturnNodes, don't bother passing it. by Chris Lattner · 21 years ago
  12. 19944fa remove the second argument to cloneInto by Chris Lattner · 21 years ago
  13. b1cabb6 remove some pointless asserts by Chris Lattner · 21 years ago
  14. 9379e69 Create an equivalence class of global variables that DSA will never be able by Chris Lattner · 21 years ago
  15. c1b9b56 Switch to use the new interface for the EquivalenceClasses class, and fix by Chris Lattner · 21 years ago
  16. bed1c18 do not bother inlining nullary functions without return values. The only by Chris Lattner · 21 years ago
  17. f901355 make sure to mark nodes in the globals graph incomplete after computing it by Chris Lattner · 21 years ago
  18. 21a79ed fix crashes when we only have a prototype for main. by Chris Lattner · 21 years ago
  19. d31a3d0 Finally fix (the right way) the problem where functions like this: by Chris Lattner · 21 years ago
  20. 92d0c1c1b Start using retnodes_* for iteration. by Chris Lattner · 21 years ago
  21. 451fa32 avoid varialbe name collisions by Chris Lattner · 21 years ago
  22. 531f9e9 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 21 years ago
  23. 26415d7 rename method, add counterpart by Chris Lattner · 21 years ago
  24. 1bdb8b7 add a method to compute a commonly used mapping. by Chris Lattner · 21 years ago
  25. b9e2a4d Make sure to remove incomplete markers before we add to them! :) by Chris Lattner · 21 years ago
  26. 2eff970 After finishing BU analysis, move all global variables from the globals by Chris Lattner · 21 years ago
  27. 68c3cac ADd support for printing eqgraphs. by Chris Lattner · 21 years ago
  28. dd6bcbe remove this from the PA namespace, leaving it in the llvm ns by Chris Lattner · 21 years ago
  29. 2dd9a09 Move this from the pool allocator project to here, where it logically belongs. by Chris Lattner · 21 years ago