1. caaa493 More ProfileInfo improvements. by Daniel Dunbar · 16 years ago
  2. c9008c5 Make block and function count available via ProfileInfo. by Daniel Dunbar · 16 years ago
  3. 858cb8a ProfileInfo interface tweaks. - Add getExecutionCount(const Function). by Daniel Dunbar · 16 years ago
  4. ae73dc1 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
  5. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  6. 4f4c28f Restore isCFGOnly property of various analysis passes. by Devang Patel · 17 years ago
  7. c758209 PassInfo keep tracks whether a pass is an analysis pass or not. by Devang Patel · 17 years ago
  8. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  9. 1997473 Drop 'const' by Devang Patel · 18 years ago
  10. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
  11. c718288 Fix build error. by Lauro Ramos Venancio · 18 years ago
  12. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 18 years ago
  13. ecb7a77 Change uses of Function::front to Function::getEntryBlock for readability. by Dan Gohman · 18 years ago
  14. d7d83db Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce by Reid Spencer · 19 years ago
  15. a537017 simplify AnalysisGroup registration, eliminating one typeid call. by Chris Lattner · 19 years ago
  16. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 19 years ago
  17. 2b37d7c Remove trailing whitespace by Misha Brukman · 20 years ago
  18. 534927d Add even more missing createXxxPass functions. by Jeff Cohen · 21 years ago
  19. 96ab5ca Switch to using edge profiling information as the basic source of profile info by Chris Lattner · 21 years ago
  20. 62e84f3 Refactor implementations by Chris Lattner · 21 years ago
  21. ecefc96 Fix copy-and-pastos by Chris Lattner · 22 years ago
  22. b060194 Make sure to register the 'no profile' implementation as the default for ProfileInfo by Chris Lattner · 22 years ago
  23. 171de65 An initial implementation of an LLVM ProfileInfo class which is designed to by Chris Lattner · 22 years ago