1. 8424b0f Make this more efficient by only making one virtual method call. by Chris Lattner · 21 years ago
  2. 07eac1e Make this a bit more aggressive by Chris Lattner · 21 years ago
  3. 7b9020a Fix the missing symbols problem Bill was hitting. Patch contributed by by Chris Lattner · 21 years ago
  4. 71d04bc Adjust to new alias analysis interfaces by Chris Lattner · 21 years ago
  5. 8351112 Properly extern this. by Chris Lattner · 21 years ago
  6. 63b38bd Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 21 years ago
  7. eb04d9b Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  8. 62c3700 Changes to work with the changes to the AliasAnalysis interface. The -no-aa by Chris Lattner · 21 years ago
  9. a67dbd0 Deinline some virtual methods, provide better mod/ref answers through the by Chris Lattner · 22 years ago
  10. 9605576 Improve mod/ref information based on the pointsToConstantMemory method. by Chris Lattner · 22 years ago
  11. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  12. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  13. dca12c7 Add new -no-aa implementation by Chris Lattner · 23 years ago
  14. d6a2a99 Move BasicAA pass out to it's own header file by Chris Lattner · 23 years ago
  15. 3a31183 - Checkin of the alias analysis work: by Chris Lattner · 23 years ago
  16. 2393160 Implement knowledge in BasicAA that &A->field != &A and (P+1) != P by Chris Lattner · 23 years ago
  17. 1fbac97 - Fix BasicAA to correctly detect the non-aliasness of A[1] & A[2] by Chris Lattner · 23 years ago
  18. fdc902e Don't bother counting alias results, allow the AliasAnalysisCounter to do that. by Chris Lattner · 23 years ago
  19. 4b9eb3d Add statistics to basicAA pass by Chris Lattner · 23 years ago
  20. 075a8d7 Make query operations non-const to allow demand-driven analyses. by Vikram S. Adve · 23 years ago
  21. 30214c2 * Add capability to recognize alias properties of the following common cases: by Chris Lattner · 23 years ago
  22. abb1660 Remove unneeded #include by Chris Lattner · 23 years ago
  23. d922a84 doxygenize comments by Chris Lattner · 23 years ago
  24. 3a4a335 Add missing #include by Chris Lattner · 23 years ago
  25. 7d58f8d Check-in new alias analysis infrastructure by Chris Lattner · 23 years ago