1. e794220 Refactor my previous change to maintain the distinction between AliasAnalysis and BasicAliasAnalysis. This involves some wider changes because it by Owen Anderson · 17 years ago
  2. fe9388c Finish making AliasAnalysis aware of the fact that most atomic intrinsics only dereference their arguments, and enhance by Owen Anderson · 17 years ago
  3. cd89525 Teach AliasAnalysis that a bunch of the atomic intrinsics only dereference their arguments. by Owen Anderson · 17 years ago
  4. a5f81bb Move isIdentifiedObject and isNoAliasCall into AliasAnalysis.cpp since by Dan Gohman · 17 years ago
  5. 5a56bf6 Fix a copy+paste error in a comment. by Dan Gohman · 17 years ago
  6. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  7. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  8. 7915cbe Revert r44626, which turned off the use of readonly by Duncan Sands · 18 years ago
  9. 5d84afd Commit 44487 broke bootstrap of llvm-gcc-4.2. It is by Duncan Sands · 18 years ago
  10. a3355ff Rather than having special rules like "intrinsics cannot by Duncan Sands · 18 years ago
  11. dff6710 Integrate the readonly/readnone logic more deeply by Duncan Sands · 18 years ago
  12. 514ab34 Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. by Duncan Sands · 18 years ago
  13. 1997473 Drop 'const' by Devang Patel · 18 years ago
  14. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
  15. c718288 Fix build error. by Lauro Ramos Venancio · 18 years ago
  16. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 18 years ago
  17. 0cb83fc Removed unneeded <iostream> #include. by Bill Wendling · 19 years ago
  18. 4f1bd9e For PR780: by Reid Spencer · 19 years ago
  19. 6df60a9 For PR780: by Reid Spencer · 19 years ago
  20. 192913e Change from using a stub function to a stub variable for passing to the by Reid Spencer · 19 years ago
  21. 2b37d7c Remove trailing whitespace by Misha Brukman · 20 years ago
  22. 8cfd24d Make this more efficient by only making one virtual method call. by Chris Lattner · 20 years ago
  23. d433bde Make this a bit more aggressive by Chris Lattner · 20 years ago
  24. 5b3a455 Fix the missing symbols problem Bill was hitting. Patch contributed by by Chris Lattner · 20 years ago
  25. 0af024c Adjust to new alias analysis interfaces by Chris Lattner · 21 years ago
  26. 2c20ef5 Properly extern this. by Chris Lattner · 21 years ago
  27. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 21 years ago
  28. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  29. 5a24d70 Changes to work with the changes to the AliasAnalysis interface. The -no-aa by Chris Lattner · 21 years ago
  30. 992860c Deinline some virtual methods, provide better mod/ref answers through the by Chris Lattner · 21 years ago
  31. f4d904d Improve mod/ref information based on the pointsToConstantMemory method. by Chris Lattner · 22 years ago
  32. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  33. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  34. 8dcd17c Add new -no-aa implementation by Chris Lattner · 22 years ago
  35. d501c13 Move BasicAA pass out to it's own header file by Chris Lattner · 22 years ago
  36. 14ac877 - Checkin of the alias analysis work: by Chris Lattner · 22 years ago
  37. 762d2f0 Implement knowledge in BasicAA that &A->field != &A and (P+1) != P by Chris Lattner · 23 years ago
  38. 44f3402 - Fix BasicAA to correctly detect the non-aliasness of A[1] & A[2] by Chris Lattner · 23 years ago
  39. 1dbd1b8 Don't bother counting alias results, allow the AliasAnalysisCounter to do that. by Chris Lattner · 23 years ago
  40. dc1ad19 Add statistics to basicAA pass by Chris Lattner · 23 years ago
  41. 75310d5 Make query operations non-const to allow demand-driven analyses. by Vikram S. Adve · 23 years ago
  42. a629934 * Add capability to recognize alias properties of the following common cases: by Chris Lattner · 23 years ago
  43. 04b9025 Remove unneeded #include by Chris Lattner · 23 years ago
  44. f9355f6 doxygenize comments by Chris Lattner · 23 years ago
  45. 22d8cd6 Add missing #include by Chris Lattner · 23 years ago
  46. 53ad0ed Check-in new alias analysis infrastructure by Chris Lattner · 23 years ago