1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. dff6710 Integrate the readonly/readnone logic more deeply by Duncan Sands · 17 years ago
  3. 1997473 Drop 'const' by Devang Patel · 17 years ago
  4. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  5. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  6. d7d83db Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce by Reid Spencer · 18 years ago
  7. bcd2498 Removed more <iostream> includes by Bill Wendling · 18 years ago
  8. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  9. 3749c9c Remove the 'printname' argument to WriteAsOperand. It is always true, and by Chris Lattner · 18 years ago
  10. 6f81b51 Removed some of the iostream #includes. Moved towards converting to using by Bill Wendling · 18 years ago
  11. a537017 simplify AnalysisGroup registration, eliminating one typeid call. by Chris Lattner · 18 years ago
  12. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  13. 2b37d7c Remove trailing whitespace by Misha Brukman · 19 years ago
  14. cf9f201 Add two options to allow -count-aa to print queries either (1) all queries, by Chris Lattner · 19 years ago
  15. 534927d Add even more missing createXxxPass functions. by Jeff Cohen · 20 years ago
  16. 4a7ebfa For PR387:\ Add getModRefInfo method to avoid overloaded virtuals by Reid Spencer · 20 years ago
  17. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  18. b79d792 Pass through the boolean queries by Chris Lattner · 20 years ago
  19. 381bf79 Finegrainify namespacification by Chris Lattner · 21 years ago
  20. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  21. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  22. efa095e Avoid divide by zero errors by Chris Lattner · 21 years ago
  23. d80651d Adjust to new AA interface Add tracking for Mod/Ref info by Chris Lattner · 21 years ago
  24. a89feb5 Allow counting multiple passes, and print the pass name counted by Chris Lattner · 22 years ago
  25. 70e332d New general purpose alias analysis result auditor by Chris Lattner · 22 years ago