summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/target_enter_data_depend_codegen.cpp
AgeCommit message (Expand)Author
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
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-05-17[clang] Convert remaining OpenMP tests to opaque pointersSergei Barannikov
2022-12-20[OpenMP] Clang Support for taskwait nowait clauseSunil Kuravinakop
2022-12-09Revert "[OpenMP] Clang Support for taskwait nowait clause"Chi Chun Chen
2022-12-08[OpenMP] Clang Support for taskwait nowait clauseSunil K
2022-07-05[ConstExpr] Don't create div/rem expressionsNikita Popov
2022-05-24[OpenMP] Add codegen for 'omp_all_memory' reserved locator.Mike Rice
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-06-09Revert "[OpenMP] libomp: implement OpenMP 5.1 inoutset task dependence type"AndreyChurbanov
2021-06-07[OpenMP] libomp: implement OpenMP 5.1 inoutset task dependence typeAndreyChurbanov
2021-03-31[OPENMP]Fix PR48885: Crash in passing firstprivate args to tasks on Apple M1.Alexey Bataev
2021-01-19[OPENMP]Do not use OMP_MAP_TARGET_PARAM for data movement directives.Alexey Bataev
2020-11-19[OpenMP] Add Location Fields to Libomptarget Runtime for DebuggingJoseph Huber
2020-10-27[Clang][OpenMP] Avoid unnecessary privatization of mapper array when there is...Shilei Tian
2020-07-15[OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtimeGeorge Rokos
2020-04-07[OPENMP50]Codegen for iterator construct.Alexey Bataev
2019-08-03IR: print value numbers for unnamed function argumentsTim Northover
2019-06-25[OPENMP]Fix PR41966: type mismatch in runtime functions.Alexey Bataev
2019-06-19[OpenMP] Strengthen regression tests for task allocation under nowait depend ...Gheorghe-Teodor Bercea
2019-06-14[OpenMP] Add target task alloc function with device IDGheorghe-Teodor Bercea
2019-02-08[opaque pointer types] Cleanup CGBuilder's Create*GEP.James Y Knight
2018-07-19The patch adds support for the new map interface between clang and libomptarg...Alexey Bataev
2018-04-16[OPENMP] General code improvements.Alexey Bataev
2018-04-10[OPENMP] Additional attributes for the pointer parameters.Alexey Bataev
2018-01-19Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-12-27[OPENMP] Support for `depend` clauses on `target enter|exit data`.Alexey Bataev