aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCUDA
AgeCommit message (Expand)AuthorFilesLines
2022-07-21[CUDA][FIX] Make shfl[_sync] for unsigned long long non-recursiveJohannes Doerfert1-0/+61
2022-07-13[CUDA] Allow the new driver to compile CUDA in non-RDC modeJoseph Huber1-2/+2
2022-07-11[HIP] Generate offloading entries for HIP with the new driver.Joseph Huber1-21/+45
2022-07-05[ConstExpr] Don't create div/rem expressionsNikita Popov1-3/+3
2022-06-24[HIP] add -fhip-kernel-arg-nameYaxun (Sam) Liu1-0/+16
2022-06-23[Clang] Don't test register allocationNikita Popov1-1/+1
2022-06-14[HIP] fix long double sizeYaxun (Sam) Liu1-0/+17
2022-06-02[IR] Enable opaque pointers by defaultNikita Popov1-5/+5
2022-05-26[Cuda] Use fallback method to mangle externalized decls if no CUID givenJoseph Huber2-10/+16
2022-05-11[CUDA] Create offloading entries when using the new driverJoseph Huber1-0/+33
2022-05-10[CUDA][HIP] support __noinline__ as keywordYaxun (Sam) Liu1-0/+34
2022-04-28[CUDA][HIP] Fix mangling number for local structYaxun (Sam) Liu1-0/+68
2022-04-26[CUDA][HIP] Fix linkage of __clang_gpu_used_externalYaxun (Sam) Liu1-1/+1
2022-04-25[NFC] Rename Instrinsic to IntrinsicDavid Green1-1/+1
2022-04-22[CUDA][HIP] Externalize kernels with internal linkageYaxun (Sam) Liu4-27/+80
2022-04-18[CUDA][HIP] Fix gpu.used.externalYaxun (Sam) Liu1-10/+10
2022-04-13[CUDA][HIP] Fix host used external kernel in archiveYaxun (Sam) Liu1-0/+51
2022-04-12[Driver][test] Remove unused/obsoleted REQUIRES: clang-driverFangrui Song1-1/+1
2022-04-10[CUDA][HIP] Externalize kernels in anonymous name spaceYaxun (Sam) Liu1-0/+24
2022-04-09[CUDA/HIP] Remove argument from module ctor/dtor signaturesJonas Hahnfeld1-2/+2
2022-04-07[Clang] Add -no-opaque-pointers to more tests (NFC)Nikita Popov1-1/+1
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov35-101/+101
2022-03-30[IR] Require intrinsic struct return type to be anonymousNikita Popov1-0/+3
2022-03-24[CUDA][HIP] Fix hostness check with -fopenmpYaxun (Sam) Liu1-0/+28
2022-03-24[NVPTX] Enhance vectorization of ld.param & st.paramDaniil Kovalev1-9/+22
2022-03-24Revert "[NVPTX] Enhance vectorization of ld.param & st.param"Daniil Kovalev1-22/+9
2022-03-24[NVPTX] Enhance vectorization of ld.param & st.paramDaniil Kovalev1-9/+22
2022-03-17AMDGPU: Use the implicit kernargs for code object version 5Changpeng Fang1-9/+23
2022-03-07[AMDGPU] Set noclobber metadata on loads instead of cast to constantStanislav Mekhanoshin1-7/+5
2022-02-23[HIP] Support `-fgpu-default-stream`Yaxun (Sam) Liu2-2/+16
2022-02-17[AMDGPU] Promote recursive loads from kernel argument to constantStanislav Mekhanoshin1-5/+7
2022-02-11[AMDGPU] replace hostcall module flag with function attributeSameer Sahasrabuddhe2-21/+2
2022-02-08[HIP] Emit amdgpu_code_object_version module flagYaxun (Sam) Liu3-4/+28
2022-01-28[CUDA][HIP] Do not treat host var address as constant in device compilationYaxun (Sam) Liu1-0/+54
2022-01-20[IRGen] Do not overwrite existing attributes in CGCall.Florian Hahn1-1/+1
2022-01-19Prevent adding module flag amdgpu_hostcall multiple timesYaxun (Sam) Liu1-0/+18
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim14-48/+48
2022-01-14clang/AMDGPU: Don't set implicit arg attribute to default sizeMatt Arsenault1-8/+0
2021-12-06[HIP] Fix -fgpu-rdc for WindowsYaxun (Sam) Liu1-0/+6
2021-11-29[HIP] Add atomic load, atomic store and atomic cmpxchng_weak builtin support ...Anshil Gandhi1-20/+86
2021-11-23[HIP] Fix device stub name for WindowsYaxun (Sam) Liu1-3/+3
2021-11-23[HIP] Add HIP scope atomic operationsYaxun (Sam) Liu1-0/+302
2021-11-10Emit hidden hostcall argument for sanitized kernelsYaxun (Sam) Liu1-2/+5
2021-11-10[CUDA][HIP] Allow comdat for kernelsYaxun (Sam) Liu2-37/+60
2021-11-10[CFE][Codegen] Make sure to maintain the contiguity of all the static allocashsmahesha1-29/+29
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim14-48/+48
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim14-48/+48
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee14-48/+48
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee14-48/+48
2021-10-18[HIP] [AlwaysInliner] Disable AlwaysInliner to eliminate undefined symbolsAnshil Gandhi1-0/+17