summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenSYCL
Commit message (Expand)AuthorAgeFilesLines
* [clang] Convert a few tests to opaque pointersSergei Barannikov2023-05-142-24/+23
* [SYCL] Always set NoUnwind attribute for SYCL.Harald van Dijk2023-03-302-19/+26
* [Clang] Convert various tests to opaque pointers (NFC)Nikita Popov2022-12-125-162/+160
* Overload all llvm.annotation intrinsics for globals argumentAlex Richardson2022-12-071-2/+2
* Fix incorrect cast in VisitSYCLUniqueStableNameExprAlex Richardson2022-11-192-39/+39
* [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov2022-04-077-8/+8
* [SYCL] Disallow explicit casts between mismatching address spacesMariya Podchishchaeva2022-02-071-1/+1
* [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim2022-01-164-55/+55
* [clang] Fix function pointer address spaceElizabeth Andrews2022-01-131-0/+25
* [CFE][Codegen] Make sure to maintain the contiguity of all the static allocashsmahesha2021-11-101-13/+12
* Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim2021-11-093-54/+54
* [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim2021-11-063-54/+54
* Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee2021-11-063-54/+54
* [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee2021-11-063-54/+54
* In spir functions, llvm.dbg.declare intrinsics createdZahira Ammarguellat2021-11-051-0/+60
* Revert D105169 due to the two-stage failure in ASANJuneyoung Lee2021-10-183-54/+54
* [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee2021-10-163-54/+54
* [CFE][Codegen] Update auto-generated check lines for few GPU lit testshsmahesha2021-10-071-31/+87
* Change __builtin_sycl_unique_stable_name to just use an Itanium manglingErich Keane2021-09-282-15/+15
* Ensure field-annotations on pointers properly match the AS of the field.Erich Keane2021-09-011-0/+19
* [SYCL] Fix __builtin_sycl_unique_stable_name to work on windows/spirErich Keane2021-06-021-0/+44
* Reimplement __builtin_unique_stable_name-Erich Keane2021-05-271-0/+159
* [SYCL] Enable `opencl_global_[host,device]` attributes for SYCLAlexey Bader2021-05-181-0/+13
* [SYCL] Implement SYCL address space attributes handlingAlexey Bader2021-04-263-0/+229
* [NFC][SYCL] Drop idle triple component from regression tests.Alexey Bader2021-04-132-3/+2
* [SYCL] Rework the SYCL driver optionsAaron Ballman2021-03-172-2/+2
* [SYCL] Ignore file-scope asm during device-side SYCL compilation.Artur Gainullin2021-02-121-0/+6
* Revert "[SYCL] Implement __builtin_unique_stable_name."John McCall2020-10-121-77/+0
* [SYCL] Assume SYCL device functions are convergentAlexey Bader2020-09-291-0/+20
* [SYCL] Update __builtin_unique_stable_name for other backends.Erich Keane2020-04-171-7/+7
* [SYCL] Implement __builtin_unique_stable_name.Erich Keane2020-03-251-0/+77