summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCUDA/kernel-args.cu
AgeCommit message (Expand)Author
2024-08-21[clang][CodeGen][SPIR-V][AMDGPU] Tweak AMDGCNSPIRV ABI to allow for the corre...Alex Voicu
2023-08-11[clang][AMDGPU]: Don't use byval for struct arguments in function ABIChangpeng Fang
2022-12-13[Clang] Update some CUDA tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-11-12[hip] Remove the coercion on aggregate kernel arguments.Michael Liao
2020-08-06clang: Use byref for aggregate kernel argumentsMatt Arsenault
2019-06-05LLVM IR: Generate new-style byval-with-Type from ClangTim Northover
2018-06-12[CUDA][HIP] Set kernel calling convention before arrange functionYaxun Liu