1. 2cec1d3 Minor tweaks to printing. Close the file before viewing it in viewGraph by Chris Lattner · 23 years ago
  2. d3c2e32 Fix uninitialized member problem by Chris Lattner · 23 years ago
  3. 1fcc101 Bugfix for calling dump() after the links vector has been cleared by Chris Lattner · 23 years ago
  4. a954b5e Modest speedup which seems to help steens quite a bit on large graphs by Chris Lattner · 23 years ago
  5. ed14f82 Move getNode() out of line by Chris Lattner · 23 years ago
  6. 2609c07 Fix problem breaking GAP, use hasNoReferrers more by Chris Lattner · 23 years ago
  7. c40c905 Implement a new method "viewGraph" which can be used to instantly view a graph from GDB. by Chris Lattner · 23 years ago
  8. e79eaa9 Implement a new "viewGraph" method which can be used to instantly view a graph from gdb by Chris Lattner · 23 years ago
  9. 4f2cfc0 Rearrange code by Chris Lattner · 23 years ago
  10. 88c7294 Fix problem breaking Fhourstones by Chris Lattner · 23 years ago
  11. dab73be Revert Anand's patch which broke the build by Chris Lattner · 23 years ago
  12. 0f777ab Make steensgaards performance not shameful by Chris Lattner · 23 years ago
  13. 1e56c54 Don't insert null entries into the scalar map for constexpr (cast null to Ty) by Chris Lattner · 23 years ago
  14. f013d3d *** empty log message *** by Anand Shukla · 23 years ago
  15. 0ad4c00 Remove the -debug option from release executables by Chris Lattner · 23 years ago
  16. 638b381 Allow printing of various types of alias analysis results by Chris Lattner · 23 years ago
  17. 762d2f0 Implement knowledge in BasicAA that &A->field != &A and (P+1) != P by Chris Lattner · 23 years ago
  18. 44f3402 - Fix BasicAA to correctly detect the non-aliasness of A[1] & A[2] by Chris Lattner · 23 years ago
  19. af28351 Switch to using the right call vector by Chris Lattner · 23 years ago
  20. 7e38fbe Add a basic-aa test by Chris Lattner · 23 years ago
  21. e0fbd48 Fix major bugs in incompleteness marking that were pessimizing results by Chris Lattner · 23 years ago
  22. 47a307a Print out the steens graph if -debug is specified by Chris Lattner · 23 years ago
  23. 93d7a21 * Fix a bug where global incompleteness marking would not mark the global by Chris Lattner · 23 years ago
  24. d4aabcb TD Pass now does not cause globals to mark nodes incomplete. by Chris Lattner · 23 years ago
  25. e77f145 Add a special case for main because we know it's incoming arguments don't alias by Chris Lattner · 23 years ago
  26. 1ef0da2 Fix a bug where we would mark the callees arguments incomplete if the caller was external. by Chris Lattner · 23 years ago
  27. 2c1d7cf Fix division by zero problem by Chris Lattner · 23 years ago
  28. 6022ef4 Remove explicit result counters by Chris Lattner · 23 years ago
  29. ca3f790 Add a flag which effectively disables field sensitivity by Chris Lattner · 23 years ago
  30. 1dbd1b8 Don't bother counting alias results, allow the AliasAnalysisCounter to do that. by Chris Lattner · 23 years ago
  31. a89feb5 Allow counting multiple passes, and print the pass name counted by Chris Lattner · 23 years ago
  32. 70e332d New general purpose alias analysis result auditor by Chris Lattner · 23 years ago
  33. 1b36004 Add notes from Vikram's email by Chris Lattner · 23 years ago
  34. 4325610 Remove obsolete page by Chris Lattner · 23 years ago
  35. 68963a4 Add a summary by Chris Lattner · 23 years ago
  36. 617d92c Fix a problem Sumant was running into by Chris Lattner · 23 years ago
  37. 9798ca5 Simple N^2 alias anlysis accuracy checker by Chris Lattner · 23 years ago
  38. b713109 New "open projects" document by Chris Lattner · 23 years ago
  39. 5d27458 Fix an assertion failure by Chris Lattner · 23 years ago
  40. 923fc05 Implement optimization for direct function call case. This dramatically by Chris Lattner · 23 years ago
  41. bbe5ac1 Squelch warning by Chris Lattner · 23 years ago
  42. a329733 Allow the addition of edge source labels by Chris Lattner · 23 years ago
  43. b8925bc Remove bogus assertion by Chris Lattner · 23 years ago
  44. 878e521 Fix a huge bug with handling non-pointer instructions by Chris Lattner · 23 years ago
  45. 24d8007 Make the TD pass not include all of the call nodes from the local pass, by Chris Lattner · 23 years ago
  46. f52ade9 Add sanity check by Chris Lattner · 23 years ago
  47. e6c0b5d Fix steensgaard to work on a lot more cases... by Chris Lattner · 23 years ago
  48. 714752f Fix printing of nonfunction graphs by Chris Lattner · 23 years ago
  49. 0a91e63 Rename variable by Chris Lattner · 23 years ago
  50. 4923d1b Hack to work around deficiency in pass infrastructure by Chris Lattner · 23 years ago
  51. 8105cfb Initial implementation of ds-aa by Chris Lattner · 23 years ago
  52. 1cdfd83 Check field sensitivity by Chris Lattner · 23 years ago
  53. df142f0 Build DS-AA tests by Chris Lattner · 23 years ago
  54. 0eef9b3 Initial tests for DS alias analysis by Chris Lattner · 23 years ago
  55. dc1ad19 Add statistics to basicAA pass by Chris Lattner · 23 years ago
  56. 1e88369 * Fix a bug introduced in the last checkin wrt Stack markers by Chris Lattner · 23 years ago
  57. 3a35254 Implement feof and xmalloc by Chris Lattner · 23 years ago
  58. 0ac7d5c Implement the globals graph! by Chris Lattner · 23 years ago
  59. 20167e3 Add better debug output by Chris Lattner · 23 years ago
  60. 5a93902 Eliminate unused resolving caller stuff by Chris Lattner · 23 years ago
  61. f996281 * Add a bunch of stuff for checking the integrity of the graph by Chris Lattner · 23 years ago
  62. 9a64084 Remove pool alloc accessor by Chris Lattner · 23 years ago
  63. f9c8167 Split public interface out into header file by Chris Lattner · 23 years ago
  64. 4ab6aef Expose information about pool allocation by Chris Lattner · 23 years ago
  65. 09bfdf5 Indent for uniformity by Chris Lattner · 23 years ago
  66. 32d10dd Be a bit more specific in caption by Chris Lattner · 23 years ago
  67. 8bac08b Allow modifying a global variables constness property by Chris Lattner · 23 years ago
  68. bb3e5d4 Fix bug: Assembler/2003-02-02-ConstGlobal.ll by Chris Lattner · 23 years ago
  69. e58ee96 New testcase by Chris Lattner · 23 years ago
  70. 7094b7a Fix a bug where we would delete neccesary calls in bu pass by Chris Lattner · 23 years ago
  71. 706e7ab Fix a bug where we would incorrectly delete globals which had edges to alive nodes in by Chris Lattner · 23 years ago
  72. d4400c8 Delete nodes more efficiently by Chris Lattner · 23 years ago
  73. 5e7d0e2 Remove dead nodes more efficiently by Chris Lattner · 23 years ago
  74. a1220af Improve efficiency of aliveness traversal code by Chris Lattner · 23 years ago
  75. 41c04f7 Change DSGraph stuff to use hash_(set|map) instead of std::(set|map) by Chris Lattner · 23 years ago
  76. cbf2a3e Add a bunch more stubs by Chris Lattner · 23 years ago
  77. bac7458 Fix typo by Chris Lattner · 23 years ago
  78. 7f306c8 Add hash_multimap support by Chris Lattner · 23 years ago
  79. b3416bc Remove using declarations by Chris Lattner · 23 years ago
  80. 36e50ff Simplify assertions by Chris Lattner · 23 years ago
  81. cb98327 Add new composition mask by Chris Lattner · 23 years ago
  82. 0eea1d5 Added protos for two alternate, convenient CallInst constructors. by Joel Stanley · 23 years ago
  83. 95e8b1c Added implementation of alternate CallInst constructors (one ctor is by Joel Stanley · 23 years ago
  84. 100f872 Remove globals on the bottom up pass which do not contain any information by Chris Lattner · 23 years ago
  85. 11d71ed Add functions to the ban list by Chris Lattner · 23 years ago
  86. 527002c Fix strip issue Joel ran into by Chris Lattner · 23 years ago
  87. 3f39849 * Add new -track-memory option to tools which enables the mem usage column in the reports. by Chris Lattner · 23 years ago
  88. 49f2012 Fix a bug resolving sprintf(...) to sprintf(char*, char*, ...) by Chris Lattner · 23 years ago
  89. bae362f Fix bug: Assembler/2003-01-30-UnsignedString.ll by Chris Lattner · 23 years ago
  90. 5f9dbff New testcase by Chris Lattner · 23 years ago
  91. 9943a59 Actually print the function _name_ if there is a problem by Chris Lattner · 23 years ago
  92. fe9664c Add new function to allow removal of typed named elements by Chris Lattner · 23 years ago
  93. 2f6bb2b * Fix linking of opaque types and their non-opaque versions by Chris Lattner · 23 years ago
  94. 233bfb2 New testcase by Chris Lattner · 23 years ago
  95. 5c2d335 Eliminate using decls by Chris Lattner · 23 years ago
  96. 2ff4004 NEw testcase by Chris Lattner · 23 years ago
  97. da902ba * Fix function resolution for varargs function to generate incorrect bytecode instead of crashing by Chris Lattner · 23 years ago
  98. 2012190 Bug that is unfixable with current frontend by Chris Lattner · 23 years ago
  99. 8c73b0f Fix levelraise/2003-01-30-ShiftCrash.ll by Chris Lattner · 23 years ago
  100. dc33667 New testcase by Chris Lattner · 23 years ago