aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-openmp.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-28[Fortran] avoid ICE in gfc_omp_check_optional_argument (PR93464)Tobias Burnus1-1/+2
2020-01-22openmp: Fix up !$omp target parallel handlingJakub Jelinek1-0/+1
2020-01-07re PR fortran/93162 (gcc/fortran/trans-openmp.c:2469:50: runtime error: load ...Jakub Jelinek1-1/+3
2020-01-03Fortran] OpenMP/OpenACC – fix more issues with OPTIONALTobias Burnus1-39/+78
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-20Fortran polymorphic class-type support for OpenACCJulian Brown1-13/+56
2019-12-20OpenACC 2.6 deep copy: Fortran front-end partsJulian Brown1-64/+222
2019-12-19Add OpenACC 2.6's no_createJulian Brown1-0/+3
2019-12-12re PR fortran/92899 ([OpenMP] ICE in gfc_trans_omp_atomic, at fortran/trans-o...Jakub Jelinek1-1/+0
2019-12-09Fix column information for omp_clauses in Fortran codeFrederik Harwath1-1/+1
2019-12-07Fortran] PR 92793 - fix column used for error diagnosticTobias Burnus1-51/+52
2019-12-06[OpenMP/OpenACC/Fortran] Fix mapping of optional (present|absent) argumentsTobias Burnus1-11/+199
2019-12-05OpenMP] Fix use_device_… with absent optional argTobias Burnus1-4/+9
2019-12-04re PR fortran/92756 (ICE in lower_omp, at omp-low.c:12988)Jakub Jelinek1-4/+9
2019-11-12Add OpenACC 2.6 `serial' construct supportMaciej W. Rozycki1-3/+14
2019-11-11Fortran] Support absent optional args with use_device_{ptr,addr}Tobias Burnus1-5/+58
2019-11-01OpenMP] use_device_addr/use_device_ptr with Fortran allocatable/pointer arraysTobias Burnus1-0/+27
2019-10-11[OpenMP,Fortran] Fix several OpenMP use_device_addr/map/update errorsTobias Burnus1-4/+28
2019-10-10[Fortran, OpenMP] Actually pass use_device_addr on to the middle endTobias Burnus1-0/+3
2019-10-02Fix coding style comment, missed in last commitTobias Burnus1-1/+2
2019-10-02f95-lang.c (LANG_HOOKS_OMP_IS_OPTIONAL_ARGUMENT): Define to gfc_omp_is_option...Kwok Cheung Yeung1-0/+13
2019-09-20re PR fortran/78260 (ICE in gimplify_expr, at gimplify.c:11939)Tobias Burnus1-3/+3
2019-07-03Remove another bunch of dead assignment.Martin Liska1-1/+0
2019-06-24ipa-utils.h (type_with_linkage_p): Verify that type is CXX_ODR_P.Jan Hubicka1-1/+2
2019-03-11re PR fortran/89651 (OpenMP private array uninitialized warning with -O flag)Jakub Jelinek1-0/+6
2019-01-11re PR middle-end/85956 (ICE in wide_int_to_tree_1, at tree.c:1549)Jakub Jelinek1-0/+19
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-12re PR fortran/88463 (Rejects conforming source, OpenMP Parallel region Defaul...Jakub Jelinek1-1/+2
2018-12-09Correct the reported line number in Fortran combined OpenACC directivesThomas Schwinge1-2/+3
2018-12-07re PR fortran/88377 (ICE in gfc_omp_clause_copy_ctor, at fortran/trans-openmp...Jakub Jelinek1-5/+10
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek1-6/+14
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