1. 4e1125f Update to use references to attribute groups instead of listing the attributes on the call/invoke instructions. by Bill Wendling · 11 years ago
  2. 287ab9f clang/test/CodeGenCXX: Fix two tests, destructors.cpp and microsoft-abi-array-cookies.cpp, for -Asserts. by NAKAMURA Takumi · 12 years ago
  3. 5729672 PR12710 - broken default argument handling for templates. by David Blaikie · 12 years ago
  4. 285cfd8 Throw the switch to convert clang to the new exception handling model! by Bill Wendling · 13 years ago
  5. 777d6e5 Simplify EH control flow by observing that EH scopes form a simple by John McCall · 13 years ago
  6. 82cd2e5 Be sure to destroy the normal entry block of a cleanup that we by John McCall · 13 years ago
  7. 2673c68 Fix a lot of problems with the partial destruction of arrays: by John McCall · 13 years ago
  8. 9cbe4f0 clang side to match the LLVM IR type system rewrite patch. by Chris Lattner · 13 years ago
  9. bdc4d80 A number of array-related IR-gen cleanups. by John McCall · 13 years ago
  10. 93c332a Convert Clang over to resuming from landing pads with llvm.eh.resume. by John McCall · 13 years ago
  11. addd80d Back out r132209; it's breaking nightly tests. by Eli Friedman · 13 years ago
  12. 0903421 Implement a new, much improved version of the cleanup hack. We just need by John McCall · 13 years ago
  13. abea951 Add -fcxx-exceptions to all tests that use C++ exceptions. by Anders Carlsson · 13 years ago
  14. 0d70d71 Look through array types when deciding whether a field requires non-trivial by John McCall · 14 years ago
  15. 0691a5c Move unnamed_addr after the function arguments on Sabre's request. by Rafael Espindola · 14 years ago
  16. c5f657f Add unnamed_addr to constructors and destructors. by Rafael Espindola · 14 years ago
  17. 50da2ca Implement proper base/member destructor EH chaining. by John McCall · 14 years ago
  18. 182ab51 Convert the EH cleanups for base and member destructors in a constructor into by John McCall · 14 years ago
  19. 9c0c1f3 Mark calls to 'throw()' functions as nounwind, and mark the functions nounwind by John McCall · 14 years ago
  20. 66d80a9 When destroying a cleanup, kill any references to instructions in the entry by John McCall · 14 years ago
  21. f1549f6 Validated by nightly-test runs on x86 and x86-64 darwin, including after by John McCall · 14 years ago
  22. d92ec47 Reinstate fix for PR7526, which was failing because, now that we by Douglas Gregor · 14 years ago
  23. 4b662a5 Revert r107374, which broke bootstrap. by Douglas Gregor · 14 years ago
  24. 2fef752 When building the type of a destructor, make sure to keep the by Douglas Gregor · 14 years ago
  25. e03d992 Give this test a triple. by John McCall · 14 years ago
  26. c76702c When deciding whether a deferred declaration has already been emitted, by John McCall · 14 years ago
  27. 9a70846 Don't emit derived-to-base destructor aliases if we don't have a definition by John McCall · 14 years ago
  28. c0bf462 Perform two more constructor/destructor code-size optimizations: by John McCall · 14 years ago
  29. 9fc6a77 More refactoring around constructor/destructor code generation. by John McCall · 15 years ago
  30. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  31. 9f853df Unify the way destructor epilogues are generated for synthesized and regular destructors. Also fix PR5529. by Anders Carlsson · 15 years ago
  32. 4513272 CodeGen may see out-of-line declarations of the various special member by Douglas Gregor · 15 years ago
  33. 174754c We can generate constructors/destructors with base classes and non-trivial fields just fine now. by Anders Carlsson · 15 years ago