summaryrefslogtreecommitdiff
path: root/gcc/fortran/openmp.c
AgeCommit message (Expand)Author
2020-03-12[Fortran, OpenACC] Reject vars of different scope in $acc declare (PR94120)Tobias Burnus
2020-02-20OpenACC's tile clause fix for implicit typing (PR93825)Tobias Burnus
2020-01-29openmp: Handle rest of EXEC_OACC_* in oacc_code_to_statement [PR93463]Jakub Jelinek
2020-01-28Check array contiguity for OpenACC/FortranJulian Brown
2020-01-28Don't allow mixed component and non-component accesses for OpenACC/FortranJulian Brown
2020-01-22openmp: Teach omp_code_to_statement about rest of OpenMP statementsJakub Jelinek
2020-01-10OpenACC – support "if" + "if_present" clauses with "host_data"Tobias Burnus
2020-01-01Update copyright years.Jakub Jelinek
2019-12-20Improve is-coindexed check for OpenACC/OpenMPTobias Burnus
2019-12-20Fortran polymorphic class-type support for OpenACCJulian Brown
2019-12-20OpenACC 2.6 deep copy: Fortran front-end partsJulian Brown
2019-12-19Add OpenACC 2.6's no_createJulian Brown
2019-11-12Add OpenACC 2.6 `serial' construct supportMaciej W. Rozycki
2019-10-25[Fortran] OpenACC – permit common blocks in some clausesCesar Philippidis
2019-10-15[Fortran] OpenMP+OpenACC: Remove bogus contigous-pointer checkJames Norris
2019-10-08Fortran - Improve OpenMP/OpenACC diagnosticTobias Burnus
2019-10-02Support OpenMP's use_device_addr in FortranTobias Burnus
2019-10-02Improve OMP/ACC error diagnostic in FortranTobias Burnus
2019-09-20re PR fortran/78260 (ICE in gimplify_expr, at gimplify.c:11939)Tobias Burnus
2019-07-05Tweak error message for mapped parameters.Andrew Stubbs
2019-04-17[PR90048] Fortran OpenACC 'private' clause rejected for predetermined private...Thomas Schwinge
2019-03-21[PR72741] Properly handle clauses specifying the level of parallelism for 'ex...Thomas Schwinge
2019-03-21[PR89773] Fortran OpenACC 'routine' directive refuses procedures with implici...Thomas Schwinge
2019-03-21[PR72741] The name in a Fortran OpenACC 'routine' directive refers to the con...Thomas Schwinge
2019-02-28[PR72741, PR89433] Repeated use of the Fortran OpenACC 'routine' directiveThomas Schwinge
2019-02-28[PR72741] For all Fortran OpenACC 'routine' directive variants check for mult...Thomas Schwinge
2019-02-28[PR72741, PR89433] Accept intrinsic symbols in Fortran OpenACC 'routine' dire...Thomas Schwinge
2019-02-22[PR72741] Use 'oacc_build_routine_dims' for Fortran OpenACC 'routine' directi...Thomas Schwinge
2019-02-22Revert earlier OpenACC 'routine' changesThomas Schwinge
2019-02-19re PR c/87924 (OpenACC wait clauses without async-arguments)Chung-Lin Tang
2019-02-14Fix PR72715 "ICE in gfc_trans_omp_do, at fortran/trans-openmp.c:3164"Cesar Philippidis
2019-01-01Update copyright years.Jakub Jelinek
2018-12-09Use existing middle end checking for Fortran OpenACC loop clausesThomas Schwinge
2018-12-09[PR88420] Fortran OpenACC "Clause SEQ conflicts with INDEPENDENT"Thomas Schwinge
2018-11-30Clean up Fortran OpenACC wait clause handlingThomas Schwinge
2018-11-30Support multiple OpenACC wait clausesThomas Schwinge
2018-10-25re PR fortran/87725 (OpenMP 4.5 clause schedule(simd,monotonic:static) not un...Jakub Jelinek
2018-09-24[OpenACC] update fortran nested parallelism error messagesCesar Philippidis
2018-06-20Update OpenACC data clause semantics to the 2.5 behaviorChung-Lin Tang
2018-06-13re PR fortran/85702 ([openacc] ICE in gfc_format_decoder, at fortran/error.c:...Cesar Philippidis
2018-06-05re PR fortran/85701 ([openacc] ICE in mark_scope_block_unused, at tree-ssa-li...Cesar Philippidis
2018-04-10re PR fortran/85313 (gcc/fortran/openmp.c: 2 * confused logic ?)Jakub Jelinek
2018-01-31re PR fortran/84116 (ICE in gfc_match_omp_clauses, at fortran/openmp.c:1354)Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-10-19re PR fortran/82568 ([6/7/8] ICE with do-loop inside BLOCK inside omp)Jakub Jelinek
2017-09-21openmp.c (gfc_match_oacc_wait): Don't restrict wait directive arguments to co...Cesar Philippidis
2017-06-29re PR fortran/77765 (ICE in gfc_match_oacc_routine, at fortran/openmp.c:1781)Cesar Philippidis
2017-06-02re PR fortran/80918 (Assumed size whole array rejected in depend clause)Jakub Jelinek
2017-05-23OpenACC 2.5 kernels construct: num_gangs, num_workers, vector_length clausesThomas Schwinge
2017-05-19OpenACC 2.5 default (present) clauseThomas Schwinge