1. a81d29b remove uses of llvm/Support/Streams.h. by Chris Lattner · 16 years ago
  2. c43782c Some ProfileInfo cleanups. by Daniel Dunbar · 16 years ago
  3. caaa493 More ProfileInfo improvements. by Daniel Dunbar · 16 years ago
  4. c9008c5 Make block and function count available via ProfileInfo. by Daniel Dunbar · 16 years ago
  5. ee16638 Remove unnecessary ProfileInfoLoader methods. by Daniel Dunbar · 16 years ago
  6. ae73dc1 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
  7. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  8. 4a3f6c8 Make several variable declarations static. by Dan Gohman · 17 years ago
  9. 4f4c28f Restore isCFGOnly property of various analysis passes. by Devang Patel · 17 years ago
  10. c758209 PassInfo keep tracks whether a pass is an analysis pass or not. by Devang Patel · 17 years ago
  11. c7fe32e Do not use virtual function to identify an analysis pass. by Devang Patel · 17 years ago
  12. 1cee94f Identify Analysis pass. by Devang Patel · 17 years ago
  13. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  14. c2bbfc1 More explicit keywords. by Dan Gohman · 18 years ago
  15. 1997473 Drop 'const' by Devang Patel · 18 years ago
  16. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
  17. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 18 years ago
  18. d7d83db Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce by Reid Spencer · 19 years ago
  19. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  20. 6f81b51 Removed some of the iostream #includes. Moved towards converting to using by Bill Wendling · 19 years ago
  21. a537017 simplify AnalysisGroup registration, eliminating one typeid call. by Chris Lattner · 19 years ago
  22. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 19 years ago
  23. 3dd965c Fix PR885 by Chris Lattner · 19 years ago
  24. 2b37d7c Remove trailing whitespace by Misha Brukman · 20 years ago
  25. 41b162f expose this pass to both opt and analyze by Chris Lattner · 20 years ago
  26. 6e400f7 Apply feed back from Chris: by Jeff Cohen · 21 years ago
  27. 534927d Add even more missing createXxxPass functions. by Jeff Cohen · 21 years ago
  28. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
  29. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  30. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  31. 96ab5ca Switch to using edge profiling information as the basic source of profile info by Chris Lattner · 21 years ago
  32. 62e84f3 Refactor implementations by Chris Lattner · 21 years ago
  33. d6a556b Cosmetic improvements to this option. by Chris Lattner · 22 years ago
  34. 945871d Actually load profiling information now! Block layout can use real, live, by Chris Lattner · 22 years ago
  35. 927fec3 Add skeleton profileinfoloader pass. This will be enhanced to actually LOAD by Chris Lattner · 22 years ago