1. c2c50cd Rename VMCore directory to IR. by Chandler Carruth · 12 years ago[Renamed from lib/VMCore/PassRegistry.cpp]
  2. d04a8d4 Use the new script to sort the includes of every file under lib. by Chandler Carruth · 12 years ago
  3. 7a50202 Cosmetic changes, as per Nick's review. by Devang Patel · 13 years ago
  4. 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  5. 7008f1e Silence a warning from non-standard warning avoidance code. by Jakob Stoklund Olesen · 14 years ago
  6. 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago
  7. a3ac427 Make some symbols static, move classes into anonymous namespaces. by Benjamin Kramer · 14 years ago
  8. 75f6df2 Attempt to fix valgrind complaining about (benign) leaks in pass registration by having PassRegistry by Owen Anderson · 14 years ago
  9. 624218f Delete a redundant check. by Dan Gohman · 14 years ago
  10. f56ba2b Allow the PassRegistry mutex to be lazily initialized, and clean up the global namespace at the same time. by Owen Anderson · 14 years ago
  11. 1e3e636 Do not expose the locking for the PassRegistry in the header. Be careful to by Owen Anderson · 14 years ago
  12. b6d760c Since PassRegistry is currently a shared global object, it needs locking. While it might intuitively seem by Owen Anderson · 14 years ago
  13. 049e42f Minimize #includes in a top-level header. by Owen Anderson · 14 years ago
  14. 381f17e Fix PR7972, in which the PassRegistry was being leaked. As part of this, by Owen Anderson · 14 years ago
  15. 6bcd3a0 Clean up some of the PassRegistry implementation, and pImpl-ize it to reduce #include clutter by Owen Anderson · 14 years ago
  16. 90c579d Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 14 years ago
  17. 1f74590 Revert r110396 to fix buildbots. by Owen Anderson · 14 years ago
  18. 9ccaf53 Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 14 years ago
  19. 9650983 Move the smarts of AnalysisGroup registration into PassRegistry. by Owen Anderson · 14 years ago
  20. 5396735 Move the handling of PassRegistrationListener's to PassRegistry. by Owen Anderson · 14 years ago
  21. aac07ea Move more functionality from Pass.cpp to PassRegistry.cpp. This global will go away eventually, but for now we still need it around. by Owen Anderson · 14 years ago
  22. ee9886e I just fail with SVN today. by Owen Anderson · 14 years ago