1. 9a92729 Fine-grainify namespaces for this library by Chris Lattner · 22 years ago
  2. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  3. 15869aa All DSGraphs keep a reference to the targetdata they are created with. This is by Chris Lattner · 22 years ago
  4. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  5. 6806f56 DEBUG got moved to Support/Debug.h by Chris Lattner · 22 years ago
  6. 8d32767 Move usages of explicit hash_* datastructures to use typedefs by Chris Lattner · 22 years ago
  7. 5a54063 Revamp DSGraphs so that they can support multiple functions in the same by Chris Lattner · 22 years ago
  8. a612afc Adjust to implement new AA interface by Chris Lattner · 22 years ago
  9. be1094e Hax0r around a deficiency in the Pass infrastructure by Chris Lattner · 22 years ago
  10. 72d29a4 Implement a "union-findy" version of DS-Analysis, which eliminates the by Chris Lattner · 23 years ago
  11. 88c7294 Fix problem breaking Fhourstones by Chris Lattner · 23 years ago
  12. 0f777ab Make steensgaards performance not shameful by Chris Lattner · 23 years ago
  13. af28351 Switch to using the right call vector by Chris Lattner · 23 years ago
  14. 47a307a Print out the steens graph if -debug is specified by Chris Lattner · 23 years ago
  15. 6022ef4 Remove explicit result counters by Chris Lattner · 23 years ago
  16. 923fc05 Implement optimization for direct function call case. This dramatically by Chris Lattner · 23 years ago
  17. b8925bc Remove bogus assertion by Chris Lattner · 23 years ago
  18. e6c0b5d Fix steensgaard to work on a lot more cases... by Chris Lattner · 23 years ago
  19. 0a91e63 Rename variable by Chris Lattner · 23 years ago
  20. 41c04f7 Change DSGraph stuff to use hash_(set|map) instead of std::(set|map) by Chris Lattner · 23 years ago
  21. 394471f * Eliminate boolean arguments in favor of using enums by Chris Lattner · 23 years ago
  22. f4445df 'graph' is spelled without a 'c'. by Misha Brukman · 23 years ago
  23. f40f0a3 eliminate the ability to remove global nodes from deadNodeElminate... for now. by Chris Lattner · 23 years ago
  24. 65f2897 Clean up DSGraph::removeDeadNodes interface by Chris Lattner · 23 years ago
  25. 9651725 Make removeTriviallyDeadNodes a private interface of DSGraph by Chris Lattner · 23 years ago
  26. 01fb0c7 Cannot modify original call sites vector by Chris Lattner · 23 years ago
  27. f8c6aab Use DSNodeHandleMap instead to be safe by Chris Lattner · 23 years ago
  28. d747e8f Change Steens class to build with Vikram's changes by Chris Lattner · 23 years ago
  29. c875f02 Rename ValueMap to ScalarMap by Chris Lattner · 23 years ago
  30. 4f53bef Fix comments, steens is context sensitive, we just haven't implemented by Chris Lattner · 23 years ago
  31. 0969c50 - Make DSCallSite not inherit from std::vector. Renamed methods slightly. by Chris Lattner · 23 years ago
  32. 26b9826 Remove spurious caller pointer in DSCallSite. by Vikram S. Adve · 23 years ago
  33. 42fd169 Added a first-class representation for each call site that can be by Vikram S. Adve · 23 years ago
  34. c5f21de DataStructure.h doesn't include DSGraph.h by Chris Lattner · 23 years ago
  35. 1c7ce2c Initial checkin of Steensgaards context insensitive flow insensitive by Chris Lattner · 23 years ago