summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenOpenCL/amdgcn-automatic-variable.cl
AgeCommit message (Expand)Author
2025-05-08clang: Fix broken implicit cast to generic address space (#138863)Matt Arsenault
2025-05-08clang/OpenCL: Add baseline test showing broken codegen (#138862)Matt Arsenault
2024-10-22[clang][OpenCL][CodeGen][AMDGPU] Do not use `private` as the default AS for w...Alex Voicu
2024-10-16[clang][OpenCL][NFC] Switch two tests to being generated (#112554)Alex Voicu
2023-01-05[CodeGenOpenCL] Convert some 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
2019-02-08[opaque pointer types] Cleanup CGBuilder's Create*GEP.James Y Knight
2018-01-19Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson
2017-10-23CodeGen: Fix invalid bitcast in partial initialization of automatic arrary va...Yaxun Liu
2017-07-05[AMDGPU] Fix size and alignment of size_t and pointer typesYaxun Liu
2017-05-18CodeGen: Cast alloca to expected address spaceYaxun Liu