1. 521044b Make the CXXABIs respect the target's default calling convention. by Erich Keane · 6 years ago
  2. bf9b882 [OpenCL] Rename lang mode flag for C++ mode by Anastasia Stulova · 6 years ago
  3. d306767 [OpenCL] Improve destructor support in C++ for OpenCL by Marco Antognini · 6 years ago
  4. 10837c3 Revert r366422: [OpenCL] Improve destructor support in C++ for OpenCL by Ilya Biryukov · 6 years ago
  5. 0e0d37e [OpenCL] Improve destructor support in C++ for OpenCL by Marco Antognini · 6 years ago
  6. 5e43603 [OpenCL][PR41727] Prevent ICE on global dtors by Anastasia Stulova · 6 years ago
  7. 0d48a00 [clang] Preserve names of addrspacecast'ed values. by Vyacheslav Zakharin · 6 years ago
  8. 4aaedf6 [Sema] Diagnose addr space mismatch while constructing objects by Anastasia Stulova · 6 years ago
  9. 4b31177 Introduce Value::stripPointerCastsSameRepresentation by Johannes Doerfert · 6 years ago
  10. 9786367 [PR41567][Sema] Fixed cast kind in addr space conversions by Anastasia Stulova · 6 years ago
  11. f0b138a [OpenCL] Make global ctor init function a kernel by Anastasia Stulova · 6 years ago
  12. 627d73c [OpenCL] Switched CXX mode to be derived from C++17 by Anastasia Stulova · 6 years ago
  13. 96177dc [OpenCL] Prevent mangling kernel functions. by Anastasia Stulova · 6 years ago
  14. 15e8bd3 [OpenCL] Fix initialisation of this via pointer. by Anastasia Stulova · 6 years ago
  15. a009ce5 [PR41157][OpenCL] Prevent implicit init of local addr space var in C++ mode. by Anastasia Stulova · 6 years ago
  16. 32be13a [Sema] Adjust addr space of reference operand in compound assignment by Anastasia Stulova · 6 years ago
  17. d8ac2ca [Sema] Change addr space diagnostics in casts to follow C++ style. by Anastasia Stulova · 6 years ago
  18. f384fbb [PR40778][Sema] Adjust addr space of operands in builtin operators. by Anastasia Stulova · 6 years ago
  19. 3bef4a5 [PR40778] Preserve addr space in Derived to Base cast. by Anastasia Stulova · 6 years ago
  20. 716cfc6 [PR40778] Add addr space conversion when binding reference to a temporary. by Anastasia Stulova · 6 years ago
  21. b198751 [OpenCL] Add generic addr space to the return of implicit assignment. by Anastasia Stulova · 6 years ago
  22. 710b257 [OpenCL] Allow address spaces as method qualifiers. by Anastasia Stulova · 6 years ago
  23. 5c85c8c [OpenCL] Set generic addr space of 'this' in special class members. by Anastasia Stulova · 6 years ago
  24. 5394528 [OpenCL] Add generic AS to 'this' pointer by Mikael Nilsson · 6 years ago
  25. fbfddd3 Revert "[OpenCL] Add generic AS to 'this' pointer" by Mikael Nilsson · 6 years ago
  26. 8e20f7a [OpenCL] Add generic AS to 'this' pointer by Mikael Nilsson · 6 years ago
  27. d8e1f22 [OpenCL] Fix for TBAA information of pointer after addresspacecast by Andrew Savonichev · 6 years ago
  28. ae8cfe3 [OpenCL] Improve diags for addr spaces in templates by Anastasia Stulova · 7 years ago
  29. c05dbf6 [OpenCL] Fix address space deduction in template args. by Anastasia Stulova · 7 years ago
  30. b6508aa [OpenCL] Enable address spaces for references in C++ by Anastasia Stulova · 7 years ago