1 2015-06-23 Ilya Verbin <ilya.verbin@intel.com>
3 * gomp-constants.h (GOMP_MAP_ALWAYS_TO_P,
4 GOMP_MAP_ALWAYS_FROM_P): Define.
6 2015-06-18 Jakub Jelinek <jakub@redhat.com>
8 * gomp-constants.h (GOMP_TASK_FLAG_PRIORITY): Define.
10 2015-06-11 Jakub Jelinek <jakub@redhat.com>
12 * gomp-constants.h (GOMP_MAP_FLAG_ALWAYS): Define.
13 (enum gomp_map_kind): Add GOMP_MAP_ALWAYS_TO, GOMP_MAP_ALWAYS_FROM,
14 GOMP_MAP_ALWAYS_TOFROM, GOMP_MAP_DELETE, GOMP_MAP_RELEASE.
16 2015-05-21 Jakub Jelinek <jakub@redhat.com>
18 * gomp-constants.h (GOMP_TASK_FLAG_UNTIED, GOMP_TASK_FLAG_FINAL,
19 GOMP_TASK_FLAG_MERGEABLE, GOMP_TASK_FLAG_DEPEND, GOMP_TASK_FLAG_UP,
20 GOMP_TASK_FLAG_GRAINSIZE, GOMP_TASK_FLAG_IF, GOMP_TASK_FLAG_NOGROUP):
23 Copyright (C) 2015 Free Software Foundation, Inc.
25 Copying and distribution of this file, with or without modification,
26 are permitted in any medium without royalty provided the copyright
27 notice and this notice are preserved.