summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/target_update_codegen.cpp
AgeCommit message (Expand)Author
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-07-05[OpenMP] Fix stack corruption due to argument mismatch (#96386)Sushant Gokhale
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-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-16[clang] Convert a few OpenMP tests to opaque pointersSergei Barannikov
2023-03-09Revert "Revert "Add map info for dereference pointer.""Jennifer Yu
2023-03-08Revert "Add map info for dereference pointer."Ron Lieberman
2023-03-08Add map info for dereference pointer.Jennifer Yu
2022-07-05[ConstExpr] Don't create div/rem expressionsNikita Popov
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-03-31[OPENMP]Fix PR48885: Crash in passing firstprivate args to tasks on Apple M1.Alexey Bataev
2021-02-16[OPENMP50]Allow overlapping mapping in target constructs.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-11-18[OpenMP] Add Passing in Original Declaration Names To Mapper APIJoseph Huber
2020-11-06[OpenMP5.0] map item can be non-contiguous for target updatecchen
2020-10-28[Clang][OpenMP] Added the support for target data nowaitShilei Tian
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-07-30[OPENMP]Fix PR46824: Global declare target pointer cannot be accessed in targ...Alexey Bataev
2020-07-30Revert "[OPENMP]Fix PR46824: Global declare target pointer cannot be accessed...Alexey Bataev
2020-07-30[OPENMP]Fix PR46824: Global declare target pointer cannot be accessed in targ...Alexey Bataev
2020-07-29[OpenMP] Implement TR8 `present` motion modifier in Clang (1/2)Joel E. Denny
2020-07-28Revert "[OpenMP] Implement TR8 `present` motion modifier in Clang (1/2)"Joel E. Denny
2020-07-28[OpenMP] Implement TR8 `present` motion modifier in Clang (1/2)Joel E. Denny
2020-07-21[OPENMP]Fix PR46012: declare target pointer cannot be accessed in target region.Alexey Bataev
2020-07-15[OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtimeGeorge Rokos
2020-03-31[OPENMP50]Codegen for array shaping expression in map clauses.Alexey Bataev
2020-02-28[OpenMP5.0] Allow pointer arithmetic in motion/map clause, by Chi Chuncchen
2019-06-25[OPENMP]Fix PR41966: type mismatch in runtime functions.Alexey Bataev
2018-07-19The patch adds support for the new map interface between clang and libomptarg...Alexey Bataev
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-12-14[OPENMP] Add codegen for target data constructs with `nowait` clause.Alexey Bataev
2017-11-21[Clang][OpenMP] New clang/libomptarget map interface: new function signatures...George Rokos