| 2021-01-22 Kwok Cheung Yeung <kcy@codesourcery.com> |
| |
| Backport from mainline |
| 2021-01-16 Kwok Cheung Yeung <kcy@codesourcery.com> |
| |
| * gomp-constants.h (GOMP_TASK_FLAG_DETACH): New. |
| |
| 2020-09-15 Tobias Burnus <tobias@codesourcery.com> |
| |
| Backport from mainline |
| 2020-09-15 Tobias Burnus <tobias@codesourcery.com> |
| |
| PR fortran/96668 |
| * gomp-constants.h (GOMP_MAP_ALWAYS_POINTER_P): Define. |
| |
| 2018-10-04 Cesar Philippidis <cesar@codesourcery.com> |
| Julian Brown <julian@codesourcery.com> |
| |
| * gomp-constants.h (enum gomp_map_kind): Define |
| GOMP_MAP_DECLARE_{ALLOCATE,DEALLOCATE} and GOMP_MAP_FLAG_SPECIAL_4. |
| |
| 2019-07-31 Julian Brown <julian@codesourcery.com> |
| |
| * gomp-constants.h (GOMP_LAUNCH_ARGS_EXPLODED): Define. |
| |
| 2020-04-19 Chung-Lin Tang <cltang@codesourcery.com> |
| |
| PR other/76739 |
| |
| * gomp-constants.h (GOMP_MAP_FLAG_SPECIAL_3): Define. |
| (enum gomp_map_kind): Add GOMP_MAP_NONCONTIG_ARRAY, |
| GOMP_MAP_NONCONTIG_ARRAY_TO, GOMP_MAP_NONCONTIG_ARRAY_FROM, |
| GOMP_MAP_NONCONTIG_ARRAY_TOFROM, GOMP_MAP_NONCONTIG_ARRAY_FORCE_TO, |
| GOMP_MAP_NONCONTIG_ARRAY_FORCE_FROM, GOMP_MAP_NONCONTIG_ARRAY_FORCE_TOFROM, |
| GOMP_MAP_NONCONTIG_ARRAY_ALLOC, GOMP_MAP_NONCONTIG_ARRAY_FORCE_ALLOC, |
| GOMP_MAP_NONCONTIG_ARRAY_FORCE_PRESENT. |
| (GOMP_MAP_NONCONTIG_ARRAY_P): Define. |