1. d11e954 Fix a bug that could trigger when varargs call sites had non-matching number of arguments by Chris Lattner · 23 years ago
  2. aa8146f * Dramatically rework liveness evaluation. by Chris Lattner · 23 years ago
  3. f40f0a3 eliminate the ability to remove global nodes from deadNodeElminate... for now. by Chris Lattner · 23 years ago
  4. 7900ed1 Move maskNodeTypes to header file by Chris Lattner · 23 years ago
  5. 65f2897 Clean up DSGraph::removeDeadNodes interface by Chris Lattner · 23 years ago
  6. 9651725 Make removeTriviallyDeadNodes a private interface of DSGraph by Chris Lattner · 23 years ago
  7. 2e4f9bf Add initial support for a globals graph by Chris Lattner · 23 years ago
  8. d888893 Tighten up array handling by Chris Lattner · 23 years ago
  9. bf10f05 Fix warning & release build by Chris Lattner · 23 years ago
  10. 23f83dc Fold arrays down to a single element. This causes huge wins on some benchmarks by Chris Lattner · 23 years ago
  11. acf491f Allow specification of whether the call sites should be copied, AND whether by Chris Lattner · 23 years ago
  12. 679e8e1 - Add a bunch of checking to make sure that dead nodes are not used after they by Chris Lattner · 23 years ago
  13. f8c6aab Use DSNodeHandleMap instead to be safe by Chris Lattner · 23 years ago
  14. 33312f7 Add flush by Chris Lattner · 23 years ago
  15. 460ea29 Instead of using a bool that constant has to be explained, use a self by Chris Lattner · 23 years ago
  16. 076c1f9 Implement a new mergeInGraph method, which basically factors code out of by Chris Lattner · 23 years ago
  17. b106043 Rename DataStructureAnalysis namespace to DS by Chris Lattner · 23 years ago
  18. f17b39a Minor bugfix to enable generation of methcall.llvm.lib, objinst.llvm.lib, and by Chris Lattner · 23 years ago
  19. 3c87b29 Move printouts to be wrapped in DEBUG() macros by Chris Lattner · 23 years ago
  20. 2c0bd01 Make PointerSize & Shift be enums Fix problem with recursive merging by Chris Lattner · 23 years ago
  21. 08db719 Dramatically simplify internal DSNode representation, get implementation by Chris Lattner · 23 years ago
  22. 5953513 Attempted fixes to the mergemap to make it work better. by Chris Lattner · 23 years ago
  23. 0260663 Change the "Cannot merge two portions of the same node yet" from an assertion by Chris Lattner · 23 years ago
  24. c875f02 Rename ValueMap to ScalarMap by Chris Lattner · 23 years ago
  25. d18f342 Rename NewNode flag to HeapNode by Chris Lattner · 23 years ago
  26. 9267329 Stop representing scalars as explicit nodes in the graph. Now the only by Chris Lattner · 23 years ago
  27. 9b87c5c * Minor optimization: when merging nodes, merge the smaller one into the by Chris Lattner · 23 years ago
  28. 8f0a16e This fixes all kinds of problems with array handling. There are still bugs to by Chris Lattner · 23 years ago
  29. e4ae304 Delete unused arguments to DSGraph::cloneInto method by Chris Lattner · 23 years ago
  30. eff0da9 Add another copy ctor form by Chris Lattner · 23 years ago
  31. 99a2284 As it turns out, we don't need a fully generic mapping copy ctor, we just need by Chris Lattner · 23 years ago
  32. 13ec72a Remove some unneccesary 'using' directives by Chris Lattner · 23 years ago
  33. 65d6a9e Fix bug with prior checkin by Chris Lattner · 23 years ago
  34. 0969c50 - Make DSCallSite not inherit from std::vector. Renamed methods slightly. by Chris Lattner · 23 years ago
  35. 9de906c Simplify code a bit, add comment flyer by Chris Lattner · 23 years ago
  36. 26b9826 Remove spurious caller pointer in DSCallSite. by Vikram S. Adve · 23 years ago
  37. e80fe61 This function can be static by Chris Lattner · 23 years ago
  38. 42fd169 Added a first-class representation for each call site that can be by Vikram S. Adve · 23 years ago
  39. a3f8586 Convert typerec to be a structure instead of a pair by Chris Lattner · 23 years ago
  40. cf15db3 * Make the DSGraph cloner automatically merge global nodes by Chris Lattner · 23 years ago
  41. 3cc061c Remove obsolete code by Chris Lattner · 23 years ago
  42. a00397e Prune function nodes that are no longer referenced due to inlining by Chris Lattner · 23 years ago
  43. 62d928e Handle bug exposed by power benchmark by Chris Lattner · 23 years ago
  44. 7b7200c * Significant rework of DSNode to support arbitrary aliasing due to merging by Chris Lattner · 23 years ago
  45. fccd06f Checkin some major reworks of data structure analysis. This is not done, by Chris Lattner · 23 years ago
  46. 13c476c Reorder #includes to be right by Chris Lattner · 23 years ago
  47. 7541b89 Changes to be GCC3.1 friendly by Chris Lattner · 23 years ago
  48. 355e2ca Use a separate globals graph to hold externally visible nodes. by Vikram S. Adve · 23 years ago
  49. 97f51a3 by Chris Lattner · 23 years ago
  50. 1e43516 * Add support for different "PassType's" by Chris Lattner · 23 years ago
  51. e221976 * Inline CopyFunctionCallsList by Chris Lattner · 23 years ago
  52. 6aa0d62 Add support for a top-down propagation pass. by Vikram S. Adve · 23 years ago
  53. 055dc2c Implement cast nodes correctly. by Chris Lattner · 23 years ago
  54. 0d9bab8 Lots of bug fixes, add BottomUpClosure, which has bugs, but is a start. by Chris Lattner · 23 years ago
  55. f9ae4c5 * Nodes now keep track of any global variables in them by Chris Lattner · 23 years ago
  56. c68c31b New implementation of data structure analysis. Only local analysis has been by Chris Lattner · 23 years ago
  57. 9fdaeb4 Fix anand's last checkin by Chris Lattner · 23 years ago
  58. a928403 changes to make it compatible with 64bit gcc by Anand Shukla · 23 years ago
  59. 1896150 *** empty log message *** by Chris Lattner · 23 years ago
  60. 7650b94 * Remove the concept of a critical shadow node by Chris Lattner · 23 years ago
  61. 1f1170c Add hack to get timing of analysis by Chris Lattner · 23 years ago
  62. 1120c8b Many changes by Chris Lattner · 23 years ago
  63. bb2a28f Initial checkin of Datastructure analysis. by Chris Lattner · 23 years ago