summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/amdgcn-automatic-variable.cpp
AgeCommit message (Expand)Author
2025-05-08clang/OpenCL: Add baseline test showing broken codegen (#138862)Matt Arsenault
2022-12-12[Clang] Convert various tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-01-20[IRGen] Do not overwrite existing attributes in CGCall.Florian Hahn
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-10[CFE][Codegen] Make sure to maintain the contiguity of all the static allocashsmahesha
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
2021-10-07[CFE][Codegen] Update auto-generated check lines for few GPU lit testshsmahesha
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song
2019-02-08[opaque pointer types] Cleanup CGBuilder's Create*GEP.James Y Knight
2018-10-15Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile
2018-10-10[CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev
2017-07-18CodeGen: Insert addr space cast for automatic/temp var at right positionYaxun Liu
2017-07-05[AMDGPU] Fix size and alignment of size_t and pointer typesYaxun Liu
2017-06-19CodeGen: Cast temporary variable to proper address spaceYaxun Liu
2017-05-18CodeGen: Cast alloca to expected address spaceYaxun Liu