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. 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
  3. 285cfd8 Throw the switch to convert clang to the new exception handling model! by Bill Wendling · 13 years ago
  4. 777d6e5 Simplify EH control flow by observing that EH scopes form a simple by John McCall · 13 years ago
  5. 82cd2e5 Be sure to destroy the normal entry block of a cleanup that we by John McCall · 13 years ago
  6. 9cbe4f0 clang side to match the LLVM IR type system rewrite patch. by Chris Lattner · 13 years ago
  7. 93c332a Convert Clang over to resuming from landing pads with llvm.eh.resume. by John McCall · 13 years ago
  8. addd80d Back out r132209; it's breaking nightly tests. by Eli Friedman · 13 years ago
  9. 0903421 Implement a new, much improved version of the cleanup hack. We just need by John McCall · 13 years ago
  10. 0ee3391 Reapply r121528, fixing PR9941 by delaying the exception specification check for destructors until the class is complete and destructors have been adjusted. by Sebastian Redl · 13 years ago
  11. 1d78032 Revert r121528 as it breaks a simple testcase, which leads to, among by Sean Hunt · 13 years ago
  12. 0320a1d Implement implicit exception specifications of destructors. by Sebastian Redl · 13 years ago
  13. abea951 Add -fcxx-exceptions to all tests that use C++ exceptions. by Anders Carlsson · 13 years ago
  14. 3ad32c8 Convert the exception-freeing cleanup over to the conditional cleanups code, 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. 413e677 When creating a jump destination, its scope should be the scope of the by John McCall · 14 years ago
  18. 7cd4b06 Test for the presence of EH branch-throughs instead of normal branch-throughs. by John McCall · 14 years ago
  19. ff8e115 Revise cleanup IR generation to fix a major bug with cleanups (PR7686) by John McCall · 14 years ago
  20. 204b075 Fix the IR generation for catching pointers by references. by John McCall · 14 years ago
  21. 8e3f861 Allow for the possibility that __cxa_end_catch might throw for a catch-all block by John McCall · 14 years ago
  22. 09faeab Switch the __cxa_free_exception cleanup to be lazy. by John McCall · 14 years ago
  23. 59a7000 Teach function-try-blocks on constructors and destructors to implicitly by John McCall · 14 years ago
  24. f1549f6 Validated by nightly-test runs on x86 and x86-64 darwin, including after by John McCall · 14 years ago
  25. 7e2f128 Neuter this testcase a little. The way LLVM writes labels for anonymous blocks by John McCall · 14 years ago
  26. ac41816 Call PerformCopyInitialization to properly initialize the exception temporary by John McCall · 14 years ago
  27. 3ecd785 Reapply patch for adding support for address spaces and added a isVolatile field to memcpy, memmove, and memset. by Mon P Wang · 14 years ago
  28. c90f56d Revert r100193 since it causes failures in objc in clang by Mon P Wang · 14 years ago
  29. 8facca6 Reapply patch for adding support for address spaces and added a isVolatile field to memcpy, memmove, and memset. by Mon P Wang · 14 years ago
  30. b5896c3 Revert Mon Ping's 99930 due to broken llvm-gcc buildbots. by Bob Wilson · 14 years ago
  31. 3b5caa2 Added support for address spaces and added a isVolatile field to memcpy, memmove, and memset by Mon P Wang · 14 years ago
  32. 53b4810 Fix Release-Asserts. by Mike Stump · 15 years ago
  33. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  34. 8370c58 When an exception needs to be freed by calling __cxa_exception_free, make sure to stash away the exception pointer somewhere. by Anders Carlsson · 15 years ago
  35. 7695809 Add terminate handler for copy constructors for thrown objects. WIP. by Mike Stump · 15 years ago
  36. a446343 Add testcases for recent checkins. by Mike Stump · 15 years ago