1. d501c13 Move BasicAA pass out to it's own header file by Chris Lattner · 22 years ago
  2. f8783fa BasicAA doesn't need a public header by Chris Lattner · 22 years ago
  3. a612afc Adjust to implement new AA interface by Chris Lattner · 22 years ago
  4. e4b3339 Adjust to new AA interface by Chris Lattner · 22 years ago
  5. 2d0a4a4 Convert to work with new AliasAnalysis interface by conservatively assuming all pointers are arbitrarily large accesses by Chris Lattner · 22 years ago
  6. f98d8d8 Calculate and pass load sizes to the alias analysis infrastructure by Chris Lattner · 22 years ago
  7. d80651d Adjust to new AA interface Add tracking for Mod/Ref info by Chris Lattner · 22 years ago
  8. 14ac877 - Checkin of the alias analysis work: by Chris Lattner · 22 years ago
  9. 13b6f22 Tweak to work with new AA implementation by Chris Lattner · 22 years ago
  10. 1c56b73 Checkin of new alias analysis interface: by Chris Lattner · 22 years ago
  11. bf22c73 Allow ImmutablePass's to require other immutable passes and to be initialized by Chris Lattner · 22 years ago
  12. d2c0b28 * Un "protect" the getAnalysis<> functions by Chris Lattner · 22 years ago
  13. dcc0ac9 Remove implemented projects by Chris Lattner · 22 years ago
  14. c3dc212 Update programmers manual for renamed method by Chris Lattner · 22 years ago
  15. 24a0bee Hopefully final tweak to this testcase by Chris Lattner · 22 years ago
  16. 7b9b1f9 Add a new test for basicaa by Chris Lattner · 22 years ago
  17. 006a4a5 Fix typeo by Chris Lattner · 22 years ago
  18. e45e32d Remove wierd case that can never happen by Chris Lattner · 22 years ago
  19. f288ff7 Add new helper template function by Chris Lattner · 22 years ago
  20. be67758 Fix testcase by Chris Lattner · 22 years ago
  21. f0a93ed Rename Instruction::hasSideEffects() -> mayWriteToMemory() by Chris Lattner · 22 years ago
  22. 9971ac4 This is a substantial rewrite of the AliasSetTracker class which now uses by Chris Lattner · 22 years ago
  23. 93a7e08 Initial checkin of CallSite wrapper for Call/Invoke instructions by Chris Lattner · 22 years ago
  24. 4944d8d Fix test by Chris Lattner · 22 years ago
  25. 22a3b55 Make printing messages nicer by Chris Lattner · 22 years ago
  26. 24e03d3 Fix #endif by Chris Lattner · 22 years ago
  27. a430bc7 Add support for the slist extension by Chris Lattner · 22 years ago
  28. 2e6e741 Initial implementation of Loop invariant memory->scalar promotion by Chris Lattner · 22 years ago
  29. 4e31365 Tweak testcase by Chris Lattner · 22 years ago
  30. 0b1cda1 New testcase for scalar promotion by Chris Lattner · 22 years ago
  31. d99bf49 Split mem2reg promotion into two parts: a function which does the work, and by Chris Lattner · 22 years ago
  32. 782752b Add a new interface file for the PromoteMemToReg interface in the Utils library by Chris Lattner · 22 years ago
  33. cc139de Clean up std namespace references by Chris Lattner · 22 years ago
  34. 96d20c5 New testcase to check to see if LICM is performing scalar promotion by Chris Lattner · 22 years ago
  35. 420df9b Dramatically simplify building of natural loops and fix a bug where the BBMap by Chris Lattner · 22 years ago
  36. 3a9a56e Fix the requisite bug that I introduced by Chris Lattner · 22 years ago
  37. ae5d39e Fix 80 character formatting by Chris Lattner · 22 years ago
  38. e30c763 Fix bug: 2003-02-19-LoopInfoNestingBug.ll by Chris Lattner · 22 years ago
  39. e9d0070 Add a testcase for broken loopinfo by Chris Lattner · 22 years ago
  40. 65a3f17 Make tests rerun if analyze is rebuilt by Chris Lattner · 22 years ago
  41. fe95dae Fix warnings compiling C files by Chris Lattner · 22 years ago
  42. 8fc6258 Remove support for memset by Chris Lattner · 22 years ago
  43. 6d3a877 Add lots of functions by Chris Lattner · 22 years ago
  44. ad3448c 4 new transformations: by Chris Lattner · 22 years ago
  45. fa59079 Add new testcases by Chris Lattner · 22 years ago
  46. b19fa8d Modernize testcase by Chris Lattner · 22 years ago
  47. e14e50d Modernize testcases by Chris Lattner · 22 years ago
  48. 5640f33 test for a variety of new transformations: by Chris Lattner · 22 years ago
  49. a288196 Add a variety of new transformations: by Chris Lattner · 22 years ago
  50. 07928ef modernize testcase by Chris Lattner · 22 years ago
  51. f633553 Modernize testcase by Chris Lattner · 22 years ago
  52. 98d6f0a Fix resolution of indirect function calls... whoops by Chris Lattner · 22 years ago
  53. 92d5e30 Changes to runtime framework by Anand Shukla · 22 years ago
  54. f1c2838 Mark function edges by Chris Lattner · 22 years ago
  55. fd59520 Fix a bug that cause a crash resolving questionable function calls by Chris Lattner · 22 years ago
  56. 5f07a8b - Eliminate provably non-pointer nodes from graphs. by Chris Lattner · 22 years ago
  57. a3183be Fix a misunderstanding of the standard associative containers by Chris Lattner · 22 years ago
  58. 1a1a85d Don't put integer pointers (longs) into the scalar map. by Chris Lattner · 22 years ago
  59. 96768ea Clarify the Makefile.config settings by Chris Lattner · 22 years ago
  60. 6b40323 Fix bug: LevelRaise/2003-02-13-CallRaise.ll by Chris Lattner · 22 years ago
  61. bc7b486 New testcase distilled from LARN by Chris Lattner · 22 years ago
  62. be1094e Hax0r around a deficiency in the Pass infrastructure by Chris Lattner · 22 years ago
  63. 352a6fa Use the new tailclip property new added to graphviz CVS to make call nodes by Chris Lattner · 22 years ago
  64. 0779388 This speeds up processing LLVM a _lot_, 17% in the case of loading and destroying "vortex" by Chris Lattner · 22 years ago
  65. 731b2d7 Move node forwarding code from being inlined to being out-of-line. by Chris Lattner · 22 years ago
  66. 1d1e5b5 Fix profile builds by Chris Lattner · 22 years ago
  67. 8166b7c Make more compatible with GCC 2.96 by Chris Lattner · 22 years ago
  68. e040f97 Remove gunk that was supposed to make space evaluation more precise, but never worked. by Chris Lattner · 22 years ago
  69. e809b05 New testcase, for something we may never really want to support :) by Chris Lattner · 22 years ago
  70. 3aed678 Add -fomit-frame-pointer when optimizing by Chris Lattner · 22 years ago
  71. ecd78ac Fixed alloca declaration problem on sun. by Joel Stanley · 22 years ago
  72. 98d829c Don't output times in "scientific" notation by Chris Lattner · 22 years ago
  73. f3bafc1 Add new -no-verify option by Chris Lattner · 22 years ago
  74. d70b68e Add a new -no-output option, useful for -aa-eval tests. by Chris Lattner · 22 years ago
  75. 3c0ced5 Implement more functions by Chris Lattner · 22 years ago
  76. 02896c9 Rename options by Chris Lattner · 22 years ago
  77. 72d29a4 Implement a "union-findy" version of DS-Analysis, which eliminates the by Chris Lattner · 22 years ago
  78. 2cec1d3 Minor tweaks to printing. Close the file before viewing it in viewGraph by Chris Lattner · 22 years ago
  79. d3c2e32 Fix uninitialized member problem by Chris Lattner · 22 years ago
  80. 1fcc101 Bugfix for calling dump() after the links vector has been cleared by Chris Lattner · 22 years ago
  81. a954b5e Modest speedup which seems to help steens quite a bit on large graphs by Chris Lattner · 22 years ago
  82. ed14f82 Move getNode() out of line by Chris Lattner · 22 years ago
  83. 2609c07 Fix problem breaking GAP, use hasNoReferrers more by Chris Lattner · 22 years ago
  84. c40c905 Implement a new method "viewGraph" which can be used to instantly view a graph from GDB. by Chris Lattner · 22 years ago
  85. e79eaa9 Implement a new "viewGraph" method which can be used to instantly view a graph from gdb by Chris Lattner · 22 years ago
  86. 4f2cfc0 Rearrange code by Chris Lattner · 22 years ago
  87. 88c7294 Fix problem breaking Fhourstones by Chris Lattner · 22 years ago
  88. dab73be Revert Anand's patch which broke the build by Chris Lattner · 22 years ago
  89. 0f777ab Make steensgaards performance not shameful by Chris Lattner · 22 years ago
  90. 1e56c54 Don't insert null entries into the scalar map for constexpr (cast null to Ty) by Chris Lattner · 22 years ago
  91. f013d3d *** empty log message *** by Anand Shukla · 22 years ago
  92. 0ad4c00 Remove the -debug option from release executables by Chris Lattner · 22 years ago
  93. 638b381 Allow printing of various types of alias analysis results by Chris Lattner · 22 years ago
  94. 762d2f0 Implement knowledge in BasicAA that &A->field != &A and (P+1) != P by Chris Lattner · 22 years ago
  95. 44f3402 - Fix BasicAA to correctly detect the non-aliasness of A[1] & A[2] by Chris Lattner · 22 years ago
  96. af28351 Switch to using the right call vector by Chris Lattner · 22 years ago
  97. 7e38fbe Add a basic-aa test by Chris Lattner · 22 years ago
  98. e0fbd48 Fix major bugs in incompleteness marking that were pessimizing results by Chris Lattner · 22 years ago
  99. 47a307a Print out the steens graph if -debug is specified by Chris Lattner · 22 years ago
  100. 93d7a21 * Fix a bug where global incompleteness marking would not mark the global by Chris Lattner · 22 years ago