aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaCUDA
AgeCommit message (Expand)AuthorFilesLines
2026-02-04[Clang] Remove use of deprecated `-fucda-allow-variadic-functions` (#179724)Joseph Huber1-1/+1
2025-12-05Reland [CUDA][HIP] Fix CTAD for host/device constructors (#168711) (#170481)Yaxun (Sam) Liu3-0/+190
2025-12-02Revert "[CUDA][HIP] Fix CTAD for host/device constructors (#168711)"Yaxun (Sam) Liu3-182/+0
2025-12-02[CUDA][HIP] Fix CTAD for host/device constructors (#168711)Yaxun (Sam) Liu3-0/+182
2025-12-01[clang][CUDA] Clean up tests from device-side kernel call support. NFCMichael Liao1-8/+0
2025-12-01[CUDA] Add device-side kernel launch support (#165519)darkbuck6-23/+46
2025-11-07[NFC][CUDA][HIP] Print the triple when there's no mcpu (#166565)Alex Voicu1-0/+9
2025-10-21[clang] Add support for cluster sync scope (#162575)macurtis-amd2-4/+14
2025-10-17[Clang][HIP][CUDA] Add `__cluster_dims__` and `__no_cluster__` attribute (#15...Shilei Tian2-0/+66
2025-10-06[CUDA] Remove CUDAAllowVariadicFunctions option and its sema check (#161350)Luo, Yuanke1-20/+5
2025-09-29[CUDA] Enable variadic argument support in front-end (#161305)Luo, Yuanke1-1/+1
2025-09-17[clang] [CUDA] Support calling `consteval` function between different target....Tang Jiajun1-0/+8
2025-07-08[Clang] include attribute scope in diagnostics (#144619)Oleksandr T.1-5/+5
2025-06-09[CUDA] Disallow use of address_space(N) on CUDA device variables. (#142857)Artem Belevich1-0/+8
2025-05-09[Clang] Allow parsing arbitrary order of attributes for declarations (#133107)Denis.G1-0/+15
2025-05-07[CUDA][HIP] Fix host/device attribute of builtin (#138162)Yaxun (Sam) Liu1-0/+36
2025-04-18[Clang] Bypass TAD during overload resolution if a perfect match exists (#136...cor3ntin1-3/+0
2025-04-17Revert "[Clang] Bypass TAD during overload resolution if a perfect match exis...cor3ntin1-0/+3
2025-04-17[Clang] Bypass TAD during overload resolution if a perfect match exists (#136...cor3ntin1-3/+0
2025-04-16Revert "[Clang][RFC] Bypass TAD during overload resolution if a perfect match...cor3ntin1-0/+3
2025-04-16[Clang][RFC] Bypass TAD during overload resolution if a perfect match exists ...cor3ntin1-3/+0
2025-03-19[CudaSPIRV] Allow using integral non-type template parameters as attribute ar...Alexander Shaposhnikov2-1/+73
2025-03-03[CUDA][HIP] fix virtual dtor host/device attr (#128926)Yaxun (Sam) Liu1-8/+10
2025-02-28[CUDA][HIP] check dtor in deferred diag (#129117)Yaxun (Sam) Liu1-0/+102
2025-02-10[NVPTX] Make ctor/dtor lowering always enabled in NVPTX (#126544)Joseph Huber1-0/+9
2025-02-03[Sema] Note member decl when initializer list default constructs member (#121...Brian Foley1-1/+1
2025-01-09[CUDA][HIP] Fix overriding of constexpr virtual function (#121986)Yaxun (Sam) Liu1-0/+28
2024-11-19[CudaSPIRV] Add support for optional spir-v attributes (#116589)Alexander Shaposhnikov1-0/+18
2024-11-05[CUDA] Add support for __grid_constant__ attribute (#114589)Artem Belevich2-0/+34
2024-10-22[HIP] Always add -fnative-half-arguments-and-returns cmdline option. (#113335)Christudasan Devadasan1-0/+1
2024-07-31[clang][CUDA] Add 'noconvergent' function and statement attributedarkbuck1-0/+34
2024-07-14[NFC] Fix some typos (#98791)c8ef1-1/+2
2024-07-01[HIP][Clang][Sema] Fix crash when calling builtins with pointer arguments (#9...Raymond Tian1-0/+28
2024-06-25[Clang] Remove preprocessor guards and global feature checks for NEON (#95224)Lukacma1-22/+0
2024-06-10[CUDA][HIP] warn incompatible redeclare (#77359)Yaxun (Sam) Liu1-0/+19
2024-06-07[clang][SPIR-V] Add support for AMDGCN flavoured SPIRV (#89796)Alex Voicu5-0/+92
2024-05-23Fix more diagnostic wording for style; NFC (#93190)Aaron Ballman3-162/+162
2024-05-05[test] %clang_cc1: remove redundant actionsFangrui Song2-5/+5
2024-05-04[test] %clang_cc1: remove redundant actionsFangrui Song3-5/+5
2024-03-12[AMDGPU] Adding the amdgpu_num_work_groups function attribute (#79035)Jun Wang1-0/+132
2024-03-06[clang][CUDA] Disable float128 diagnostics for device compilation (#83918)Pranav Kant1-0/+18
2024-02-20[NVPTX] Enable the _Float16 type for NVPTX compilation (#82436)Joseph Huber1-0/+1
2023-12-14[Sema] atomic_compare_exchange: check failure memory order (#74959)Fangrui Song1-1/+1
2023-12-13[Clang][AArch64] Add fix vector types to header into SVE (#73258)CarolineConcatto1-1/+2
2023-12-01[CUDA][HIP] allow trivial ctor/dtor in device var init (#73140)Yaxun (Sam) Liu1-0/+57
2023-11-22Revert "[CUDA][HIP] make trivial ctor/dtor host device (#72394)"Yaxun (Sam) Liu7-48/+8
2023-11-22Revert "[CUDA][HIP] ignore implicit host/device attr for override (#72815)"Yaxun (Sam) Liu2-17/+0
2023-11-20[CUDA][HIP] ignore implicit host/device attr for override (#72815)Yaxun (Sam) Liu2-0/+17
2023-11-16[CUDA][HIP] make trivial ctor/dtor host device (#72394)Yaxun (Sam) Liu7-8/+48
2023-11-09[CUDA][HIP] Make template implicitly host device (#70369)Yaxun (Sam) Liu1-0/+22