1. 413e677 When creating a jump destination, its scope should be the scope of the by John McCall · 14 years ago
  2. 7cd4b06 Test for the presence of EH branch-throughs instead of normal branch-throughs. by John McCall · 14 years ago
  3. ff8e115 Revise cleanup IR generation to fix a major bug with cleanups (PR7686) by John McCall · 14 years ago
  4. 204b075 Fix the IR generation for catching pointers by references. by John McCall · 14 years ago
  5. 8e3f861 Allow for the possibility that __cxa_end_catch might throw for a catch-all block by John McCall · 14 years ago
  6. 09faeab Switch the __cxa_free_exception cleanup to be lazy. by John McCall · 14 years ago
  7. 59a7000 Teach function-try-blocks on constructors and destructors to implicitly by John McCall · 14 years ago
  8. f1549f6 Validated by nightly-test runs on x86 and x86-64 darwin, including after by John McCall · 14 years ago
  9. 7e2f128 Neuter this testcase a little. The way LLVM writes labels for anonymous blocks by John McCall · 14 years ago
  10. ac41816 Call PerformCopyInitialization to properly initialize the exception temporary by John McCall · 14 years ago
  11. 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
  12. c90f56d Revert r100193 since it causes failures in objc in clang by Mon P Wang · 14 years ago
  13. 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
  14. b5896c3 Revert Mon Ping's 99930 due to broken llvm-gcc buildbots. by Bob Wilson · 14 years ago
  15. 3b5caa2 Added support for address spaces and added a isVolatile field to memcpy, memmove, and memset by Mon P Wang · 14 years ago
  16. 53b4810 Fix Release-Asserts. by Mike Stump · 15 years ago
  17. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  18. 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
  19. 7695809 Add terminate handler for copy constructors for thrown objects. WIP. by Mike Stump · 15 years ago
  20. a446343 Add testcases for recent checkins. by Mike Stump · 15 years ago