1. 1ed80b6 When evaluating an AA, pass in size info by Chris Lattner · 21 years ago
  2. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  3. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 21 years ago
  4. cb19d67 Fix incorrect computation of mod/ref sets. Do not ask for mod/ref information by Chris Lattner · 21 years ago
  5. ad48cc7 Print modref information in a useful way. by Chris Lattner · 21 years ago
  6. 0e872cb Cleanups: fold two loops into one by Chris Lattner · 21 years ago
  7. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  8. 6ffe551 Changes to fix up the inst_iterator to pass to boost iterator checks. This by Chris Lattner · 21 years ago
  9. 85f5e11 Simplify code to process CallSites (thanks to Chris). by Misha Brukman · 21 years ago
  10. bc1dbe9 Evaluate ModRef information in addition to regular ol' pointer analysis. by Misha Brukman · 21 years ago
  11. 9a4f8ef Finegrainify namespacification Provide a context module to WriteAsOperand by Chris Lattner · 22 years ago
  12. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  13. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  14. 1842a90 Count operands to instructions as well as just results. This allows for global variables to be checked as well by Chris Lattner · 22 years ago
  15. e4b3339 Adjust to new AA interface by Chris Lattner · 22 years ago
  16. 02896c9 Rename options by Chris Lattner · 23 years ago
  17. 638b381 Allow printing of various types of alias analysis results by Chris Lattner · 23 years ago
  18. 2c1d7cf Fix division by zero problem by Chris Lattner · 23 years ago
  19. 68963a4 Add a summary by Chris Lattner · 23 years ago
  20. 9798ca5 Simple N^2 alias anlysis accuracy checker by Chris Lattner · 23 years ago