aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenSYCL
AgeCommit message (Expand)AuthorFilesLines
2026-02-10Reland "[NVPTX] Validate user-specified PTX version against SM version" (#180...Justin Fargnoli1-1/+1
2026-02-05Revert "Reland "[NVPTX] Validate user-specified PTX version against SM versio...Justin Fargnoli1-1/+1
2026-02-05Reland "[NVPTX] Validate user-specified PTX version against SM version" (#179...Justin Fargnoli1-1/+1
2026-02-04[clang] remove addrspace cast from CreateIRTemp (#179327)Jameson Nash1-8/+6
2026-01-26Revert "Reland "[NVPTX] Validate user-specified PTX version against SM versio...Justin Fargnoli1-1/+1
2026-01-26Reland "[NVPTX] Validate user-specified PTX version against SM version" (#177...Justin Fargnoli1-1/+1
2026-01-13Revert "[NVPTX] Validate user-specified PTX version against SM version" (#175...Mehdi Amini1-1/+1
2026-01-12[NVPTX] Validate user-specified PTX version against SM version (#174834)Justin Fargnoli1-1/+1
2025-11-17[NFC][Clang][Test] Drop calling convention check from address-space-conversio...Wenju He1-26/+26
2025-10-09[clang][SPIR][SPIRV] Materialize non-generic null pointers via addrspacecast ...Wenju He1-2/+2
2025-08-20[clang][SYCL] Add sycl_external attribute and restrict emitting device code (...schittir12-325/+406
2025-07-08[NFC][clang] Fix CodeGenSYCL::unique_stable_name_windows_diff test (#146854)Mariya Podchishchaeva1-5/+14
2025-05-09[clang] UEFI do not mangle main (#139179)Prabhu Rajasekaran1-0/+8
2025-04-17[SYCL] Basic code generation for SYCL kernel caller offload entry point funct...Tom Honermann1-0/+184
2024-11-02[NFC] Simple typo correction. (#114548)c8ef1-1/+1
2024-09-05Reland "[clang] Add nuw attribute to GEPs (#105496)" (#107257)Hari Limaye1-24/+24
2024-08-28Revert "[clang] Add nuw attribute to GEPs" (#106343)Vitaly Buka1-24/+24
2024-08-27[clang] Add nuw attribute to GEPs (#105496)Hari Limaye1-24/+24
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye1-1/+1
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer1-8/+8
2024-05-05[test] %clang_cc1: remove redundant actionsFangrui Song1-1/+1
2024-05-04[test] %clang_cc1: remove redundant actionsFangrui Song1-1/+1
2024-02-26[NVPTX][AMDGPU][CodeGen] Fix `local_space nullptr` handling for NVPTX and loc...mmoadeli3-83/+338
2023-10-15clang: Switch SYCL test to generated checksMatt Arsenault1-5/+35
2023-05-14[clang] Convert a few tests to opaque pointersSergei Barannikov2-24/+23
2023-03-30[SYCL] Always set NoUnwind attribute for SYCL.Harald van Dijk2-19/+26
2022-12-12[Clang] Convert various tests to opaque pointers (NFC)Nikita Popov5-162/+160
2022-12-07Overload all llvm.annotation intrinsics for globals argumentAlex Richardson1-2/+2
2022-11-19Fix incorrect cast in VisitSYCLUniqueStableNameExprAlex Richardson2-39/+39
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov7-8/+8
2022-02-07[SYCL] Disallow explicit casts between mismatching address spacesMariya Podchishchaeva1-1/+1
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim4-55/+55
2022-01-13[clang] Fix function pointer address spaceElizabeth Andrews1-0/+25
2021-11-10[CFE][Codegen] Make sure to maintain the contiguity of all the static allocashsmahesha1-13/+12
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim3-54/+54
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim3-54/+54
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee3-54/+54
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee3-54/+54
2021-11-05In spir functions, llvm.dbg.declare intrinsics createdZahira Ammarguellat1-0/+60
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee3-54/+54
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee3-54/+54
2021-10-07[CFE][Codegen] Update auto-generated check lines for few GPU lit testshsmahesha1-31/+87
2021-09-28Change __builtin_sycl_unique_stable_name to just use an Itanium manglingErich Keane2-15/+15
2021-09-01Ensure field-annotations on pointers properly match the AS of the field.Erich Keane1-0/+19
2021-06-02[SYCL] Fix __builtin_sycl_unique_stable_name to work on windows/spirErich Keane1-0/+44
2021-05-27Reimplement __builtin_unique_stable_name-Erich Keane1-0/+159
2021-05-18[SYCL] Enable `opencl_global_[host,device]` attributes for SYCLAlexey Bader1-0/+13
2021-04-26[SYCL] Implement SYCL address space attributes handlingAlexey Bader3-0/+229
2021-04-13[NFC][SYCL] Drop idle triple component from regression tests.Alexey Bader2-3/+2
2021-03-17[SYCL] Rework the SYCL driver optionsAaron Ballman2-2/+2