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