summaryrefslogtreecommitdiff
path: root/test/CodeGenOpenCLCXX
Commit message (Expand)AuthorAgeFilesLines
* [OpenCL] Preserve addrspace in CGClass (PR43145)Sven van Haastregt2019-10-171-0/+30
* Make the CXXABIs respect the target's default calling convention.Erich Keane2019-07-266-51/+51
* [OpenCL] Rename lang mode flag for C++ modeAnastasia Stulova2019-07-2514-18/+18
* [OpenCL] Improve destructor support in C++ for OpenCLMarco Antognini2019-07-222-14/+59
* Revert r366422: [OpenCL] Improve destructor support in C++ for OpenCLIlya Biryukov2019-07-182-59/+14
* [OpenCL] Improve destructor support in C++ for OpenCLMarco Antognini2019-07-182-14/+59
* [OpenCL][PR41727] Prevent ICE on global dtorsAnastasia Stulova2019-07-151-0/+11
* [clang] Preserve names of addrspacecast'ed values.Vyacheslav Zakharin2019-07-105-42/+56
* [Sema] Diagnose addr space mismatch while constructing objectsAnastasia Stulova2019-06-201-0/+14
* Introduce Value::stripPointerCastsSameRepresentationJohannes Doerfert2019-06-041-1/+1
* [PR41567][Sema] Fixed cast kind in addr space conversionsAnastasia Stulova2019-06-031-0/+7
* [OpenCL] Make global ctor init function a kernelAnastasia Stulova2019-05-091-0/+11
* [OpenCL] Switched CXX mode to be derived from C++17Anastasia Stulova2019-05-091-7/+1
* [OpenCL] Prevent mangling kernel functions.Anastasia Stulova2019-05-072-9/+9
* [OpenCL] Fix initialisation of this via pointer.Anastasia Stulova2019-05-021-7/+10
* [PR41157][OpenCL] Prevent implicit init of local addr space var in C++ mode.Anastasia Stulova2019-04-042-4/+22
* [Sema] Adjust addr space of reference operand in compound assignmentAnastasia Stulova2019-03-191-5/+12
* [Sema] Change addr space diagnostics in casts to follow C++ style.Anastasia Stulova2019-03-071-0/+14
* [PR40778][Sema] Adjust addr space of operands in builtin operators.Anastasia Stulova2019-03-071-0/+46
* [PR40778] Preserve addr space in Derived to Base cast.Anastasia Stulova2019-03-071-0/+22
* [PR40778] Add addr space conversion when binding reference to a temporary.Anastasia Stulova2019-03-061-0/+14
* [OpenCL] Add generic addr space to the return of implicit assignment.Anastasia Stulova2019-01-301-97/+119
* [OpenCL] Allow address spaces as method qualifiers.Anastasia Stulova2019-01-211-0/+35
* [OpenCL] Set generic addr space of 'this' in special class members.Anastasia Stulova2019-01-141-48/+82
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-132-6/+163
* Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson2018-12-122-163/+6
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-122-6/+163
* [OpenCL] Fix for TBAA information of pointer after addresspacecastAndrew Savonichev2018-12-121-0/+20
* [OpenCL] Improve diags for addr spaces in templatesAnastasia Stulova2018-11-291-3/+0
* [OpenCL] Fix address space deduction in template args.Anastasia Stulova2018-11-191-0/+31
* [OpenCL] Enable address spaces for references in C++Anastasia Stulova2018-11-161-0/+46