1. 6c18d1a Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which by Owen Anderson · 15 years ago
  2. 8ac477f Begin adding static dependence information to passes, which will allow us to by Owen Anderson · 15 years ago
  3. df7a4f2 Now with fewer extraneous semicolons! by Owen Anderson · 15 years ago
  4. a7aed18 Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
  5. bda59bd Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
  6. 755aceb Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
  7. a57b97e Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). by Owen Anderson · 15 years ago
  8. 2dd09db eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861 by Chris Lattner · 16 years ago
  9. 3b5008e More ProfileInfo improvements. by Daniel Dunbar · 16 years ago
  10. a79db30 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
  11. d78c400 Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  12. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  13. e7da2d6 Fix typo in comment. by Nick Lewycky · 19 years ago
  14. 8c78a0b Drop 'const' by Devang Patel · 19 years ago
  15. e95c6ad Use 'static const char' instead of 'static const int'. by Devang Patel · 19 years ago
  16. 09f162c Do not use typeinfo to identify pass in pass manager. by Devang Patel · 19 years ago
  17. 557ab15 Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in by Reid Spencer · 19 years ago
  18. 79a42ac Switch over Transforms/Scalar to use the STATISTIC macro. For each statistic by Chris Lattner · 19 years ago
  19. 700b873 Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 19 years ago
  20. c2d3d31 eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 19 years ago
  21. b1c9317 Remove trailing whitespace by Misha Brukman · 21 years ago
  22. 677babc Add more missing createXxxPass functions. by Jeff Cohen · 21 years ago
  23. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  24. d4b36cf Remove obsolete comment. Unreachable blocks will automatically be left at the by Chris Lattner · 22 years ago
  25. 5add051 Add an _embarassingly simple_ implementation of basic block layout. This is by Chris Lattner · 22 years ago