summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenSYCL
AgeCommit message (Expand)Author
2025-11-17[NFC][Clang][Test] Drop calling convention check from address-space-conversio...Wenju He
2025-10-09[clang][SPIR][SPIRV] Materialize non-generic null pointers via addrspacecast ...Wenju He
2025-08-20[clang][SYCL] Add sycl_external attribute and restrict emitting device code (...schittir
2025-07-08[NFC][clang] Fix CodeGenSYCL::unique_stable_name_windows_diff test (#146854)Mariya Podchishchaeva
2025-05-09[clang] UEFI do not mangle main (#139179)Prabhu Rajasekaran
2025-04-17[SYCL] Basic code generation for SYCL kernel caller offload entry point funct...Tom Honermann
2024-11-02[NFC] Simple typo correction. (#114548)c8ef
2024-09-05Reland "[clang] Add nuw attribute to GEPs (#105496)" (#107257)Hari Limaye
2024-08-28Revert "[clang] Add nuw attribute to GEPs" (#106343)Vitaly Buka
2024-08-27[clang] Add nuw attribute to GEPs (#105496)Hari Limaye
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer
2024-05-05[test] %clang_cc1: remove redundant actionsFangrui Song
2024-05-04[test] %clang_cc1: remove redundant actionsFangrui Song
2024-02-26[NVPTX][AMDGPU][CodeGen] Fix `local_space nullptr` handling for NVPTX and loc...mmoadeli
2023-10-15clang: Switch SYCL test to generated checksMatt Arsenault
2023-05-14[clang] Convert a few tests to opaque pointersSergei Barannikov
2023-03-30[SYCL] Always set NoUnwind attribute for SYCL.Harald van Dijk
2022-12-12[Clang] Convert various tests to opaque pointers (NFC)Nikita Popov
2022-12-07Overload all llvm.annotation intrinsics for globals argumentAlex Richardson
2022-11-19Fix incorrect cast in VisitSYCLUniqueStableNameExprAlex Richardson
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-07[SYCL] Disallow explicit casts between mismatching address spacesMariya Podchishchaeva
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2022-01-13[clang] Fix function pointer address spaceElizabeth Andrews
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-11-05In spir functions, llvm.dbg.declare intrinsics createdZahira Ammarguellat
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
2021-09-28Change __builtin_sycl_unique_stable_name to just use an Itanium manglingErich Keane
2021-09-01Ensure field-annotations on pointers properly match the AS of the field.Erich Keane
2021-06-02[SYCL] Fix __builtin_sycl_unique_stable_name to work on windows/spirErich Keane
2021-05-27Reimplement __builtin_unique_stable_name-Erich Keane
2021-05-18[SYCL] Enable `opencl_global_[host,device]` attributes for SYCLAlexey Bader
2021-04-26[SYCL] Implement SYCL address space attributes handlingAlexey Bader
2021-04-13[NFC][SYCL] Drop idle triple component from regression tests.Alexey Bader
2021-03-17[SYCL] Rework the SYCL driver optionsAaron Ballman
2021-02-12[SYCL] Ignore file-scope asm during device-side SYCL compilation.Artur Gainullin
2020-10-12Revert "[SYCL] Implement __builtin_unique_stable_name."John McCall
2020-09-29[SYCL] Assume SYCL device functions are convergentAlexey Bader
2020-04-17[SYCL] Update __builtin_unique_stable_name for other backends.Erich Keane
2020-03-25[SYCL] Implement __builtin_unique_stable_name.Erich Keane