/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | ChangeLog-2021 | 129 * openmp.c (enum omp_mask1, gfc_match_omp_clauses, 403 * openmp.c (gfc_free_omp_clauses, gfc_match_omp_clauses, 746 (match_omp): Adjust call to gfc_match_omp_clauses 969 * openmp.c (gfc_match_omp_clauses): Set order_reproducible for 1274 (gfc_match_omp_clauses): Use them; remove duplicate 1286 * openmp.c (gfc_match_omp_clauses): Likewise. 1318 (gfc_match_omp_clauses): Handle new clauses. 1383 (gfc_match_omp_clauses): Match it. 1428 * openmp.c (gfc_match_omp_clauses): Accept 1494 (gfc_match_omp_clauses): Handle 'OMP_CLAUSE_NOHOST'. [all …]
|
H A D | openmp.c | 961 gfc_match_omp_clauses (gfc_omp_clauses **cp, const omp_mask mask, 2065 if (gfc_match_omp_clauses (&c, mask, false, false, true) != MATCH_YES) in match_acc() 2145 if (gfc_match_omp_clauses (&c, OACC_DECLARE_CLAUSES, false, false, true) in gfc_match_oacc_declare() 2234 if (gfc_match_omp_clauses (&c, OACC_UPDATE_CLAUSES, false, false, true) in gfc_match_oacc_update() 2279 if (gfc_match_omp_clauses (&c, OACC_WAIT_CLAUSES, space, space, true) in gfc_match_oacc_wait() 2453 && (gfc_match_omp_clauses (&c, OACC_ROUTINE_CLAUSES, false, false, true) in gfc_match_oacc_routine() 2612 if (gfc_match_omp_clauses (&c, mask) != MATCH_YES) in match_omp() 2635 else if (gfc_match_omp_clauses (&c, omp_mask (OMP_CLAUSE_HINT)) != MATCH_YES) in gfc_match_omp_critical() 2748 if (gfc_match_omp_clauses (&c, OMP_DECLARE_SIMD_CLAUSES, true, in gfc_match_omp_declare_simd() 3203 else if (gfc_match_omp_clauses (&c, OMP_DECLARE_TARGET_CLAUSES) != MATCH_YES) in gfc_match_omp_declare_target() [all …]
|
H A D | openmp.cc | 1428 gfc_match_omp_clauses (gfc_omp_clauses **cp, const omp_mask mask, in gfc_match_omp_clauses() function 3101 if (gfc_match_omp_clauses (&c, mask, false, false, true) != MATCH_YES) in match_acc() 3181 if (gfc_match_omp_clauses (&c, OACC_DECLARE_CLAUSES, false, false, true) in gfc_match_oacc_declare() 3270 if (gfc_match_omp_clauses (&c, OACC_UPDATE_CLAUSES, false, false, true) in gfc_match_oacc_update() 3315 if (gfc_match_omp_clauses (&c, OACC_WAIT_CLAUSES, space, space, true) in gfc_match_oacc_wait() 3490 && (gfc_match_omp_clauses (&c, OACC_ROUTINE_CLAUSES, false, false, true) in gfc_match_oacc_routine() 3695 if (gfc_match_omp_clauses (&c, mask, true, true, false, false, in match_omp() 3713 if (gfc_match_omp_clauses (&c, omp_mask (OMP_CLAUSE_HINT), in gfc_match_omp_critical() 4041 if (gfc_match_omp_clauses (&c, OMP_DECLARE_SIMD_CLAUSES, true, in gfc_match_omp_declare_simd() 4848 if (gfc_match_omp_clauses (&otp->clauses, in gfc_match_omp_context_selector() [all …]
|
H A D | ChangeLog-2020 | 292 (gfc_match_omp_clauses): ... here. Add calls to it. 379 (gfc_match_omp_clauses): Match them. 779 (gfc_match_omp_clauses): Match 'device_type'. 808 * openmp.c (gfc_match_omp_clauses): Re-order 'if' clause pasing 848 (gfc_match_omp_clauses): Match nontemporal clause. 980 * openmp.c (gfc_match_omp_clauses): Handle 'conditional:' 1001 (gfc_match_omp_clauses, resolve_omp_clauses): Handle 'if (simd/cancel:'. 1060 * openmp.c (gfc_match_omp_clauses): Match also derived-type
|
H A D | ChangeLog-2014 | 1064 * openmp.c (gfc_match_omp_clauses): When failed to match 1302 * openmp.c (gfc_match_omp_clauses): Adjust initialization of n->udr. 1444 (gfc_match_omp_clauses): Change mask parameter to unsigned int. 1734 (gfc_match_omp_clauses): Handle user defined reductions. 1903 (gfc_match_omp_clauses): Change first and needs_space variables
|
H A D | ChangeLog-2019 | 92 (gfc_match_omp_clauses): Support attach and detach. Support derived 152 (gfc_match_omp_clauses): Support no_create. 595 (gfc_match_omp_clauses): Update calls to permit common blocks for 888 (gfc_match_omp_clauses): Match 'use_device_addr'. 894 * openmp.c (gfc_match_omp_clauses): Show a clause-parsing 2667 * openmp.c (gfc_match_omp_clauses): Add representation of wait clause
|
H A D | ChangeLog-2015 | 145 * openmp.c (gfc_match_omp_clauses): Allow subarrays for acc reductions. 256 (gfc_match_omp_clauses): Handle OMP_CLAUSE_LINK. 501 * openmp.c (gfc_match_omp_clauses): Update support for the tile 2733 (gfc_match_omp_clauses): Change mask paramter to uint64_t. Add 2763 (gfc_match_omp_clauses): Handle those.
|
H A D | ChangeLog-2016 | 638 (gfc_match_omp_clauses): Change mask argument from uint64_t to 2140 * openmp.c (gfc_match_omp_clauses): Scan for clause vector_length 2278 (gfc_match_omp_clauses): Use match_oacc_clause_gwv for 2283 gfc_match_omp_clauses. 2550 * openmp.c (gfc_match_omp_clauses): Restructuralize, so that clause
|
H A D | ChangeLog | 1039 (gfc_match_omp_clauses): Parse HAS_DEVICE_ADDR clause. 1425 (gfc_match_omp_clauses): Handle OMP_CLAUSE_ALLOCATE
|
H A D | ChangeLog-2018 | 257 * openmp.c (gfc_match_omp_clauses): Support multiple OpenACC wait 488 * openmp.c (gfc_match_omp_clauses): Parse simd, monotonic and 1334 (gfc_match_omp_clauses): Update handling of copy, copyin, copyout, 2382 * openmp.c (gfc_match_omp_clauses): If all the linear
|
H A D | ChangeLog-2006 | 3508 * openmp.c (gfc_match_omp_clauses): Fix check for non-INTRINSIC 3631 * openmp.c (gfc_match_omp_clauses): For max/min/iand/ior/ieor, 3654 (gfc_match_omp_clauses, gfc_match_omp_flush): Adjust all callers. 3665 * openmp.c (gfc_match_omp_clauses): Match min/iand/ior/ieor
|
H A D | ChangeLog-2017 | 1594 * openmp.c (gfc_match_omp_clauses): Likewise. 2122 * openmp.c (gfc_match_omp_clauses): Adjust gfc_extract_int caller, pass
|
H A D | ChangeLog-2009 | 1607 * openmp.c (gfc_match_omp_clauses): Use gfc_error_now instead of
|
H A D | ChangeLog-2011 | 1956 (gfc_match_omp_clauses): Handle parsing final and mergeable
|
H A D | ChangeLog-2008 | 2192 (gfc_match_omp_clauses): Handle default (firstprivate),
|
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | openmp.c | 961 gfc_match_omp_clauses (gfc_omp_clauses **cp, const omp_mask mask, 2065 if (gfc_match_omp_clauses (&c, mask, false, false, true) != MATCH_YES) in match_acc() 2145 if (gfc_match_omp_clauses (&c, OACC_DECLARE_CLAUSES, false, false, true) in gfc_match_oacc_declare() 2234 if (gfc_match_omp_clauses (&c, OACC_UPDATE_CLAUSES, false, false, true) in gfc_match_oacc_update() 2279 if (gfc_match_omp_clauses (&c, OACC_WAIT_CLAUSES, space, space, true) in gfc_match_oacc_wait() 2453 && (gfc_match_omp_clauses (&c, OACC_ROUTINE_CLAUSES, false, false, true) in gfc_match_oacc_routine() 2612 if (gfc_match_omp_clauses (&c, mask) != MATCH_YES) in match_omp() 2635 else if (gfc_match_omp_clauses (&c, omp_mask (OMP_CLAUSE_HINT)) != MATCH_YES) in gfc_match_omp_critical() 2748 if (gfc_match_omp_clauses (&c, OMP_DECLARE_SIMD_CLAUSES, true, in gfc_match_omp_declare_simd() 3203 else if (gfc_match_omp_clauses (&c, OMP_DECLARE_TARGET_CLAUSES) != MATCH_YES) in gfc_match_omp_declare_target() [all …]
|