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