summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/target_simd_codegen.cpp
AgeCommit message (Expand)Author
2025-01-28[Offload] Rework offloading entry type to be more generic (#124018)Joseph Huber
2024-02-21[OpenMP] Remove `register_requires` global constructor (#80460)Joseph Huber
2023-10-20Diagnose use of VLAs in C++ by defaultAaron Ballman
2023-10-20Revert "Diagnose use of VLAs in C++ by default"Aaron Ballman
2023-10-20Diagnose use of VLAs in C++ by defaultAaron Ballman
2023-08-09Intrinsics: Add type overload to stacksave and stackstoreMatt Arsenault
2023-07-10[OpenMP][OMPIRBuilder] Rename IsEmbedded and IsTargetCodegen flagsSergio Afonso
2023-06-15[OpenMP] Update the default version of OpenMP to 5.1Animesh Kumar
2023-05-17[clang] Convert remaining OpenMP tests to opaque pointersSergei Barannikov
2023-01-21[OpenMP] Modernize the kernel launching interface and APIsJohannes Doerfert
2022-07-08[OpenMP] Change OpenMP code generation for target region entriesJoseph Huber
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-25[OPENMP]Fix PR50347: Mapping of global scope deep object fails.Alexey Bataev
2022-02-24Revert "[OPENMP]Fix PR50347: Mapping of global scope deep object fails."Alexey Bataev
2022-02-24[OPENMP]Fix PR50347: Mapping of global scope deep object fails.Alexey Bataev
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
2021-07-22[OPENMP]Fix PR49787: Codegen for calling __tgt_target_teams_nowait_mapper has...Alexey Bataev
2021-07-22Revert "[OPENMP]Fix PR49787: Codegen for calling __tgt_target_teams_nowait_ma...Alexey Bataev
2021-07-22[OPENMP]Fix PR49787: Codegen for calling __tgt_target_teams_nowait_mapper has...Alexey Bataev
2020-11-19[OpenMP] Add Location Fields to Libomptarget Runtime for DebuggingJoseph Huber
2020-11-18[OpenMP] Add Passing in Original Declaration Names To Mapper APIJoseph Huber
2020-10-28Revert "[OpenMP] Add Passing in Original Declaration Names To Mapper API"Benjamin Kramer
2020-10-27[OpenMP] Add Passing in Original Declaration Names To Mapper APIJoseph Huber
2020-09-25[Clang][OpenMP] Added support for nowait target in CodeGen via regular taskShilei Tian
2020-07-15[OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtimeGeorge Rokos
2019-12-23[OPENMP50]Codegen for nontemporal clause.Alexey Bataev
2019-12-10[OPENMP50]Add if clause in target simd directive.Alexey Bataev
2019-10-15[Clang][OpenMP Offload] Move offload registration code to the wrapperSergey Dmitriev
2019-09-27[Clang][OpenMP Offload] Create start/end symbols for the offloading entry tab...Sergey Dmitriev
2019-06-27[OPENMP]Generate correctly implicit flags for mapped data.Alexey Bataev
2019-06-25[OPENMP]Fix PR41966: type mismatch in runtime functions.Alexey Bataev
2019-05-21[OpenMP] Add support for registering requires directives with the runtimeGheorghe-Teodor Bercea
2019-04-10[OPENMP]Improve detection of number of teams, threads in targetAlexey Bataev
2018-12-20[CodeGen] Generate llvm.loop.parallel_accesses instead of llvm.mem.parallel_l...Michael Kruse
2018-07-31[OPENMP] Change linkage of offloading symbols to support droppingAlexey Bataev
2018-07-19The patch adds support for the new map interface between clang and libomptarg...Alexey Bataev
2018-07-11[FileCheck] Add -allow-deprecated-dag-overlap to failing clang testsJoel E. Denny
2018-05-08[OPENMP, NVPTX] Fix linkage of the global entries.Alexey Bataev
2018-03-30[OPENMP] Added emission of offloading data sections for declare targetAlexey Bataev
2018-02-13[DebugInfo] Avoid name conflict of generated VLA expression variable.Sander de Smalen
2018-02-03Recommit rL323952: [DebugInfo] Enable debug information for C99 VLA types.Sander de Smalen
2018-02-01Reverting patch rL323952 due to build errors that ISander de Smalen
2018-02-01[DebugInfo] Enable debug information for C99 VLA typesSander de Smalen
2018-01-15[OPENMP] Add codegen for `depend` clauses on `target` directive.Alexey Bataev