aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-openmp.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-20Update OpenACC data clause semantics to the 2.5 behaviorChung-Lin Tang1-0/+10
2018-02-16re PR fortran/84418 (ICE with fortran OpenMP linear (ref ()) clause)Jakub Jelinek1-3/+26
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-24re PR fortran/81304 (Bogus warning with -Wsurprising and -fopenmp: Type speci...Jakub Jelinek1-0/+1
2017-11-08PR 82869 Introduce logical_type_node and use itJanne Blomqvist1-13/+13
2017-09-01re PR c/81887 (pragma omp ordered simd ignored under -fopenmp-simd)Jakub Jelinek1-0/+6
2017-05-19OpenACC 2.5 default (present) clauseThomas Schwinge1-0/+3
2017-02-09gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE.Chung-Lin Tang1-0/+11
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-21re PR fortran/78866 (ICE in gimplify_adjust_omp_clauses_1, at gimplify.c:8721)Jakub Jelinek1-0/+20
2016-12-14Split omp-low into multiple filesMartin Jambor1-1/+2
2016-12-09trans-array.c (gfc_array_deallocate): Remove wrapper.Andre Vehreschild1-9/+20
2016-11-30libcaf.h: Add new action types for (de-)registration of allocatable component...Andre Vehreschild1-4/+5
2016-11-10omp-low.c (lower_omp_target): Fix up argument to is_reference.Jakub Jelinek1-54/+624
2016-10-24trans-intrinsic.c (gfc_conv_intrinsic_minmax): Use VAR_P (x) instead of TREE_...Jakub Jelinek1-7/+5
2016-09-27re PR fortran/77666 (ICE in gfc_omp_clause_default_ctor, at fortran/trans-ope...Jakub Jelinek1-3/+3
2016-09-08re PR fortran/77500 (ICE in gfc_trans_omp_atomic, at fortran/trans-openmp.c:2...Jakub Jelinek1-1/+9
2016-08-31re PR tree-optimization/77352 (ICE: verify_ssa failed)Jakub Jelinek1-4/+1
2016-08-19re PR fortran/69281 (gfortran ICE on temporary array in function call with -f...Jakub Jelinek1-1/+9
2016-07-01re PR fortran/71717 (A gfortran silent "wrong code" bug in the transition fro...Jakub Jelinek1-0/+1
2016-06-30re PR fortran/71705 (ICE in lower_omp_target, at omp-low.c:16136)Jakub Jelinek1-0/+2
2016-06-03c-typeck.c (c_finish_omp_clauses): Mark OpenACC reduction arguments as addres...Chung-Lin Tang1-2/+7
2016-06-01Remove the unused OMP_CLAUSE_DEVICE_RESIDENTThomas Schwinge1-3/+0
2016-04-29re PR middle-end/70626 (bogus results in 'acc parallel loop' reductions)Cesar Philippidis1-1/+2
2016-03-17Rename GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETEThomas Schwinge1-3/+3
2016-01-08re PR fortran/69128 (OpenMP workshare problem with SUM())Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-23Merge OMP_CLAUSE_USE_DEVICE into OMP_CLAUSE_USE_DEVICE_PTRThomas Schwinge1-1/+1
2015-12-01dump-parse-tree.c (show_omp_clauses): Handle optional num and static argument...Cesar Philippidis1-21/+16
2015-11-22dump-parse-tree.c (show_namespace): Handle declares.James Norris1-6/+19
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-2/+0
2015-11-05gimplify.c (gimplify_scan_omp_clauses): Add support for OMP_CLAUSE_TILE.Cesar Philippidis1-4/+50
2015-11-03OpenACC atomic directiveThomas Schwinge1-0/+2
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-6/+6
2015-10-27[PR fortran/63865] OpenACC cache directive: match Fortran support with C/C++Thomas Schwinge1-6/+16
2015-10-27[PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++Thomas Schwinge1-4/+0
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-2/+7
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-05-19re PR middle-end/66199 (lastprivate/linear clause issues on combined constructs)Jakub Jelinek1-3/+12
2015-04-27re PR fortran/59678 ([F03] Segfault on equalizing variables of a complex deri...Andre Vehreschild1-2/+4
2015-03-30re PR middle-end/65597 (ICE in build_outer_var_ref, at omp-low.c:1043)Jakub Jelinek1-1/+15
2015-01-27re PR fortran/63861 (OpenACC coarray ICE (also with OpenMP?))Tobias Burnus1-9/+15
2015-01-23re PR fortran/64726 ([OpenACC] ICE with -fopenacc and reduction(+:a))Tobias Burnus1-1/+1
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-17/+379
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-16re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-9/+9