summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/target_codegen.cpp
AgeCommit message (Expand)Author
2025-11-21Revert "[OpenMP] Fix firstprivate pointer handling in target regions" (#169143)dpalermo
2025-11-21[OpenMP] Fix firstprivate pointer handling in target regions (#167879)Sairudra More
2025-01-28[Offload] Rework offloading entry type to be more generic (#124018)Joseph Huber
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
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-26[OpenMP] Codegen support for thread_limit on target directive for hostSandeep Kosuri
2023-08-09Intrinsics: Add type overload to stacksave and stackstoreMatt Arsenault
2023-07-10[OpenMP][OMPIRBuilder] Rename IsEmbedded and IsTargetCodegen flagsSergio Afonso
2023-05-17[clang] Convert remaining OpenMP tests to opaque pointersSergei Barannikov
2023-01-21[OpenMP] Modernize the kernel launching interface and APIsJohannes Doerfert
2023-01-11[OpenMP][5.1] Support `thread_limit` on `omp target`Johannes 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
2021-03-31[OPENMP]Fix PR48885: Crash in passing firstprivate args to tasks on Apple M1.Alexey Bataev
2021-01-07[NFC] clang/test/openMP/target_codegen.cpp should not depend on ssa nameJeroen Dobbelaere
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-11-17[OPENMP]Fix PR48076: mapping of data member pointer.Alexey Bataev
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-10-27[Clang][OpenMP] Avoid unnecessary privatization of mapper array when there is...Shilei Tian
2020-09-25[Clang][OpenMP] Added support for nowait target in CodeGen via regular taskShilei Tian
2020-08-27[OPENMP]Do not crash for globals in inner regions with outer targetAlexey Bataev
2020-08-12[OPENMP] Fix PR47063: crash when trying to get captured statetment.Alexey Bataev
2020-07-15[OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtimeGeorge Rokos
2020-06-25[OpenMP] Upgrade default version of OpenMP to 5.0Saiyedul Islam
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-01-02[OpenMP] Added support for explicit mapping of classes using 'this' pointer. ...Patrick Lyster
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