1. bf40cb5 When deferring the emission of declarations with initializers in C++, remember by John McCall · 15 years ago
  2. 044cc54 When creating functions to run global initializers and destructors, mark them by John McCall · 15 years ago
  3. 9df792c Fix test. by Anders Carlsson · 15 years ago
  4. efb0fa9 C++: Add support for -fno-use-cxa-atexit. - So much typing, so little gain... by Daniel Dunbar · 15 years ago
  5. 2ca4f63 Fix the bug that was breaking self-host, and re-land the static ctor fixes. by Anders Carlsson · 16 years ago
  6. 90c1c58 Revert r95363 and r95375, which broke self-host. by Douglas Gregor · 16 years ago
  7. 7d94a95 If a global initializer has a non-trivial destructor it can't be emitted as a constant (even if it has a trivial constructor). by Anders Carlsson · 16 years ago
  8. fb8b69a Codegen CXXConstructExprs with trivial constructors as constants. by John McCall · 16 years ago
  9. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  10. 74d644a If a global initializer has a non-trivial constructor or destructor, we never want to defer generation of it, even if it is declared static. by Anders Carlsson · 16 years ago
  11. a3f36ab Port test over to FileCheck. by Anders Carlsson · 16 years ago
  12. 664f893 Use the inbounds variant of getelementptr for common pointer arithmetic. by Dan Gohman · 16 years ago
  13. 89ed31d Add support for global initializers. by Anders Carlsson · 16 years ago