1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. c2bbfc1 More explicit keywords. by Dan Gohman · 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. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  8. 6f81b51 Removed some of the iostream #includes. Moved towards converting to using by Bill Wendling · 18 years ago
  9. a537017 simplify AnalysisGroup registration, eliminating one typeid call. by Chris Lattner · 18 years ago
  10. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  11. 3dd965c Fix PR885 by Chris Lattner · 18 years ago
  12. 2b37d7c Remove trailing whitespace by Misha Brukman · 19 years ago
  13. 41b162f expose this pass to both opt and analyze by Chris Lattner · 19 years ago
  14. 6e400f7 Apply feed back from Chris: by Jeff Cohen · 20 years ago
  15. 534927d Add even more missing createXxxPass functions. by Jeff Cohen · 20 years ago
  16. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  17. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  18. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 20 years ago
  19. 96ab5ca Switch to using edge profiling information as the basic source of profile info by Chris Lattner · 20 years ago
  20. 62e84f3 Refactor implementations by Chris Lattner · 20 years ago
  21. d6a556b Cosmetic improvements to this option. by Chris Lattner · 21 years ago
  22. 945871d Actually load profiling information now! Block layout can use real, live, by Chris Lattner · 21 years ago
  23. 927fec3 Add skeleton profileinfoloader pass. This will be enhanced to actually LOAD by Chris Lattner · 21 years ago