1. 01808ca Remove trailing whitespace by Misha Brukman · 21 years ago
  2. 8de8b7b there is no point comparing against null pointer. by Chris Lattner · 21 years ago
  3. 3f08e78 Factor out percentage printing into its own function. Make two changes to by Chris Lattner · 21 years ago
  4. 68ee8f5 Interchange this loop so that we test all pointers against one call site by Chris Lattner · 21 years ago
  5. 9c9f68c Do not include the Function* for direct call/invoke instructions in the by Chris Lattner · 21 years ago
  6. 531f9e9 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 21 years ago
  7. cede1ce Add even more missing createXxxPass functions. by Jeff Cohen · 21 years ago
  8. f30656b When evaluating an AA, pass in size info by Chris Lattner · 21 years ago
  9. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  10. 63b38bd Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 21 years ago
  11. 3bbaaaa Fix incorrect computation of mod/ref sets. Do not ask for mod/ref information by Chris Lattner · 21 years ago
  12. 2e8690b Print modref information in a useful way. by Chris Lattner · 21 years ago
  13. eed1a6f Cleanups: fold two loops into one by Chris Lattner · 21 years ago
  14. eb04d9b Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  15. 2d3a7a6 Changes to fix up the inst_iterator to pass to boost iterator checks. This by Chris Lattner · 22 years ago
  16. 4483c9b Simplify code to process CallSites (thanks to Chris). by Misha Brukman · 22 years ago
  17. bf28cf6 Evaluate ModRef information in addition to regular ol' pointer analysis. by Misha Brukman · 22 years ago
  18. 8dee841 Finegrainify namespacification Provide a context module to WriteAsOperand by Chris Lattner · 22 years ago
  19. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  20. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  21. 83e21a0 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
  22. 13082d6 Adjust to new AA interface by Chris Lattner · 23 years ago
  23. 3595c33 Rename options by Chris Lattner · 23 years ago
  24. b0208e1 Allow printing of various types of alias analysis results by Chris Lattner · 23 years ago
  25. eadcadc Fix division by zero problem by Chris Lattner · 23 years ago
  26. 371fd2c Add a summary by Chris Lattner · 23 years ago
  27. 4fdb75f Simple N^2 alias anlysis accuracy checker by Chris Lattner · 23 years ago