1. 86a3a03 When initializing thread-safe statics, put the call to by Douglas Gregor · 14 years ago
  2. 1eb2e59 Revert r103880 (thread-safe static initialization w/ exceptions), by Douglas Gregor · 14 years ago
  3. bfcc823 When initializing thread-safe statics, put the call to by Douglas Gregor · 14 years ago
  4. cc6a44b For thread-safe static initialization of local statics with by Douglas Gregor · 14 years ago
  5. fe67f3b Emit the globals, metadata, etc. associated with static variables even when by John McCall · 14 years ago
  6. c9a85f9 emit dtors with the right calling convention in -fno-use-cxa-atexit mode. by Chris Lattner · 14 years ago
  7. efb0fa9 C++: Add support for -fno-use-cxa-atexit. - So much typing, so little gain... by Daniel Dunbar · 15 years ago
  8. 5c6846e IRgen: Inline GenerateCXXGlobal[VarDecl]InitFunc into sole caller. by Daniel Dunbar · 15 years ago
  9. a508b7d Add support for threadsafe statics, and make them the default (matching gcc). by Anders Carlsson · 15 years ago
  10. a64a869 Revert the new reference binding code; I came up with a way simpler solution for the reference binding bug that is preventing self-hosting. by Anders Carlsson · 15 years ago
  11. 616c173 global variable that binds reference to a non-lvalue reproted as NYI now. by Fariborz Jahanian · 15 years ago
  12. f7c00ed Fix a code gen. bug involving compiling global references. by Fariborz Jahanian · 15 years ago
  13. 6c6bda3 Fix for PR5967: Make const-marking for LLVM globals correct for cases requiring by Eli Friedman · 15 years ago
  14. 864143f Actually store the pointer into the global variable, spotted by Eli. by Anders Carlsson · 15 years ago
  15. c7974ca Handle emitting static variables that have reference type. by Anders Carlsson · 15 years ago
  16. fcbfdc1 Separate generating code for static variables and global variables. by Anders Carlsson · 15 years ago
  17. eb4072e Move more decl related functions to CGDeclCXX.cpp by Anders Carlsson · 15 years ago
  18. 5ec2e7c Add CGDeclCXX.cpp and move EmitCXXGlobalVarDeclInit there. by Anders Carlsson · 15 years ago