summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu
AgeCommit message (Expand)Author
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov
2025-01-07[clang][CodeGen][SPIRV] Translate `amdgpu_flat_work_group_size` into `max_wor...Alex Voicu
2024-12-09Reapply "[AMDGPU] Infer amdgpu-no-flat-scratch-init attribute in AMDGPUAttrib...Jun Wang
2024-12-05[InstCombine] Infer nusw + nneg -> nuw for getelementptr (#111144)Nikita Popov
2024-12-04Revert "[AMDGPU] Infer amdgpu-no-flat-scratch-init attribute in AMDGPUAttribu...Philip Reames
2024-12-04[AMDGPU] Infer amdgpu-no-flat-scratch-init attribute in AMDGPUAttributor (#94...Jun Wang
2024-11-20Add the initializes attribute inference (#117104)Haopeng Liu
2024-08-21[clang][CodeGen][SPIR-V][AMDGPU] Tweak AMDGCNSPIRV ABI to allow for the corre...Alex Voicu
2024-08-01Fix codegen of consteval functions returning an empty class, and related issu...Eli Friedman
2023-01-17[Clang] Convert test to opaque pointers (NFC)Nikita Popov
2022-09-22[AMDGPU] Emit module flag for all code object versionsYaxun (Sam) Liu
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-03-07[AMDGPU] Set noclobber metadata on loads instead of cast to constantStanislav Mekhanoshin
2022-02-17[AMDGPU] Promote recursive loads from kernel argument to constantStanislav Mekhanoshin
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-16[InferAddrSpace] Teach to handle assumed address space.Michael Liao
2020-11-12[hip] Remove the coercion on aggregate kernel arguments.Michael Liao
2020-06-25[hip] Refine `clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu`Michael Liao
2020-06-25[hip] Re-enable `clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu`Michael Liao
2020-06-25[hip] Disable test temporarily due to failures on build servers.Michael Liao
2020-06-25[InferAddressSpaces] Handle the pair of `ptrtoint`/`inttoptr`.Michael Liao
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman
2020-05-05[clang][codegen] Hoist parameter attribute setting in function prolog.Michael Liao
2020-03-09[HIP] Fix device stub nameYaxun (Sam) Liu
2019-11-05[hip] Enable pointer argument lowering through coercing type.Michael Liao