summaryrefslogtreecommitdiffstats
path: root/test/CodeGenOpenCLCXX
Commit message (Expand)AuthorAgeFilesLines
* [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