1. 58d4c5a Make this test a bit stricter. by Rafael Espindola · 11 years ago
  2. 72d03be Don't use a global_ctors comdat for globals that aren't externally visible by Reid Kleckner · 11 years ago
  3. 739aa12 Revert "Don't use comdats for initializers on platforms that don't support it" by Reid Kleckner · 11 years ago
  4. 6c03130 Don't use comdats for initializers on platforms that don't support it by Reid Kleckner · 11 years ago
  5. 9f83473 Don't use the third field of llvm.global_ctors for MachO. by Rafael Espindola · 11 years ago
  6. 563f0e8 Use comdats to avoid double initialization of weak data by Reid Kleckner · 11 years ago
  7. bdc9698 Include translation unit filename in global ctor symbol names. by Nico Weber · 11 years ago
  8. 300e0c3 Implement restriction that a partial specialization must actually specialize by Richard Smith · 12 years ago
  9. b00f360 Do not emit duplicate global initializers for template static data members inside namespaces by David Blaikie · 12 years ago
  10. 2753324 Order initializers of static data members of explicit specializations by Reid Kleckner · 12 years ago
  11. 3738445 Add a separate llvm.global_ctors entry for linkonce_odr data initializers by Reid Kleckner · 12 years ago
  12. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  13. a30e175 Don't emit explicit specializations of static member variable declarations. by Anders Carlsson · 16 years ago