]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/fortran/openmp.c
Update copyright years.
[thirdparty/gcc.git] / gcc / fortran / openmp.c
2022-01-03  Jakub JelinekUpdate copyright years.
2021-12-13  Tobias BurnusFortran: Handle compare in OpenMP atomic
2021-12-04  Tobias BurnusFortran/OpenMP: Support most of 5.1 atomic extensions
2021-11-30  Thomas SchwingeConsolidate OpenACC "gang reduction on an orphan loop...
2021-11-30  Frederik HarwathRe OpenACC "gang reduction on an orphan loop" error...
2021-11-30  Kwok Cheung Yeung[OpenACC] Allow gang reductions inside serial constructs
2021-11-30  Cesar PhilippidisMake OpenACC orphan gang reductions errors
2021-11-15  Tobias BurnusFortran: openmp: Add support for thread_limit clause...
2021-11-12  Tobias BurnusFortran/openmp: Fix '!$omp end'
2021-11-11  Tobias BurnusFortran/openmp: Add support for 2 argument num_teams...
2021-10-20  Chung-Lin Tangopenmp: in_reduction support for Fortran
2021-10-14  Kwok Cheung Yeungopenmp, fortran: Add support for OpenMP declare variant...
2021-10-01  Jakub Jelinekopenmp: Differentiate between order(concurrent) and...
2021-09-20  Tobias BurnusFortran/OpenMP: unconstrained/reproducible ordered...
2021-09-07  Marcel VollweilerC, C++, Fortran, OpenMP: Add support for 'flush seq_cst...
2021-08-31  Marcel VollweilerAdd support for device-modifiers for 'omp target device'.
2021-08-23  Tobias BurnusFortran/OpenMP: Improve duplicate errors
2021-08-23  Tobias BurnusFortran/OpenMP: strict modifier on grainsize/num_tasks
2021-08-20  Tobias BurnusFortran: Add OpenMP's error directive
2021-08-18  Tobias BurnusFortran: Add OpenMP's nothing directive support
2021-08-17  Tobias BurnusFortran: Implement OpenMP 5.1 scope construct
2021-08-16  Tobias BurnusFortran/OpenMP: Add support for OpenMP 5.1 masked construct
2021-08-12  Tobias BurnusOpenMP 5.1: Add proc-bind 'primary' support
2021-07-21  Thomas SchwingeOpenACC 'nohost' clause
2021-06-15  Tobias BurnusFortran/OpenMP: Extend defaultmap clause for OpenMP...
2021-06-04  Tobias BurnusFortran/OpenMP: omp loop's BIND clause - fix typo
2021-06-04  Tobias BurnusFortran/OpenMP: Add omp loop [PR99928]
2021-06-01  Tobias BurnusFortran/OpenMP: Support (parallel) master taskloop...
2021-05-28  Tobias BurnusOpenMP: Add iterator support to Fortran's depend; add...
2021-05-20  Marcel VollweilerFortran/OpenMP: Add support for 'close' in map clause
2021-05-18  Tobias BurnusFortran/OpenMP: Add missing EXEC_OMP_DEPOBJ case val...
2021-05-14  Tobias BurnusFortran/OpenMP: Support 'omp parallel master'
2021-04-28  Tobias BurnusFortran/OpenMP: Fix var-list expr parsing with array/dt
2021-04-21  Tobias BurnusFortran/OpenMP: Add 'omp depobj' and 'depend(mutexinout...
2021-02-28  Jakub Jelinekfortran: Fix up wording of 3 OpenMP diagnostic messages...
2021-02-17  Julian Brownopenacc: Strided array sections and components of deriv...
2021-02-16  Tobias BurnusFortran: %re/%im fixes for OpenMP/OpenACC + gfc_is_simp...
2021-02-10  Julian BrownRevert "openacc: Allow strided arrays in update directives"
2021-02-04  Julian Brownopenacc: Allow strided arrays in update directives
2021-02-04  Tobias BurnusFortran: OpenMP/OpenACC diagnose substring rejections...
2021-01-19  Tobias BurnusOpenMP/Fortran: Fixes for {use,is}_device_ptr
2021-01-16  Kwok Cheung Yeungopenmp: Add support for the OpenMP 5.0 task detach...
2021-01-04  Jakub JelinekUpdate copyright years.
2020-12-08  Tobias BurnusFortran: Add 'omp scan' support of OpenMP 5.0
2020-11-10  Tobias BurnusFortran: OpenMP 5.0 (in_,task_)reduction clause extensions
2020-11-06  Thomas Schwinge[Fortran] Remove OpenACC 'loop' inside 'parallel' speci...
2020-11-06  Tobias BurnusOpenACC/Fortran: Reject '!$acc atomic update capture'
2020-11-02  Tobias BurnusFortran: OpenMP - fixes for omp atomic [PR97655]
2020-10-30  Tobias BurnusFortran: Update omp atomic for OpenMP 5
2020-10-22  Tobias BurnusOpenMP: Fortran - support omp flush's memorder clauses
2020-09-09  Tobias BurnusFortran: Fixes for OpenMP loop-iter privatization ...
2020-08-26  Tobias BurnusFortran: Add 'device_type' clause to OpenMP's declare...
2020-08-20  Tobias BurnusFortran: Fix OpenMP's 'if(simd:' etc. conditions
2020-08-17  Martin Liskaopnemp: add static assert for clause_names.
2020-08-17  Martin Liskaopenmp: fix UBSAN error at gcc/fortran/openmp.c:4737
2020-08-12  Tobias BurnusFortran: Add support for OpenMP's nontemporal clause
2020-08-04  Tobias BurnusFortran/OpenMP: Fix detecting not perfectly nested...
2020-07-29  Tobias BurnusOpenMP: Handle order(concurrent) clause in gfortran
2020-07-29  Tobias BurnusOpenMP: Permit in Fortran omp target data without map
2020-07-29  Tobias BurnusOpenMP: Add 'omp requires' to Fortran (mostly parsing)
2020-07-27  Tobias Burnusfortran/openmp.c - silence static analyzer warning
2020-07-23  Tobias BurnusOpenMP: Support 'lastprivate (conditional:' in Fortran
2020-07-22  Tobias BurnusOpenMP: Support 'if (simd:/cancel:' in Fortran
2020-07-22  Tobias BurnusOpenMP: Fixes for omp critical + hint
2020-07-14  Tobias Burnus[OpenMP, Fortran] Add structure/derived-type element...
2020-06-18  Tobias BurnusOpenMP/Fortran: Reject allocatable components in map...
2020-06-16  Tobias BurnusOpenACC/Fortran: permit 'routine' inside PURE
2020-05-15  Tobias Burnus[Fortran] OpenMP 5 – permit more sharing clauses for...
2020-05-13  Tobias Burnus[Fortran] OpenMP - permit lastprivate in distribute...
2020-03-12  Tobias Burnus[Fortran, OpenACC] Reject vars of different scope in...
2020-02-20  Tobias BurnusOpenACC's tile clause fix for implicit typing (PR93825)
2020-01-29  Jakub Jelinekopenmp: Handle rest of EXEC_OACC_* in oacc_code_to_stat...
2020-01-28  Julian BrownCheck array contiguity for OpenACC/Fortran
2020-01-28  Julian BrownDon't allow mixed component and non-component accesses...
2020-01-22  Jakub Jelinekopenmp: Teach omp_code_to_statement about rest of OpenM...
2020-01-10  Tobias BurnusOpenACC – support "if" + "if_present" clauses with...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-20  Tobias BurnusImprove is-coindexed check for OpenACC/OpenMP
2019-12-20  Julian BrownFortran polymorphic class-type support for OpenACC
2019-12-20  Julian BrownOpenACC 2.6 deep copy: Fortran front-end parts
2019-12-18  Julian BrownAdd OpenACC 2.6's no_create
2019-11-12  Maciej W. RozyckiAdd OpenACC 2.6 `serial' construct support
2019-10-25  Cesar Philippidis[Fortran] OpenACC – permit common blocks in some clauses
2019-10-15  James Norris[Fortran] OpenMP+OpenACC: Remove bogus contigous-pointe...
2019-10-08  Tobias BurnusFortran - Improve OpenMP/OpenACC diagnostic
2019-10-02  Tobias BurnusSupport OpenMP's use_device_addr in Fortran
2019-10-02  Tobias BurnusImprove OMP/ACC error diagnostic in Fortran
2019-09-20  Tobias Burnusre PR fortran/78260 (ICE in gimplify_expr, at gimplify...
2019-07-05  Andrew StubbsTweak error message for mapped parameters.
2019-04-17  Thomas Schwinge[PR90048] Fortran OpenACC 'private' clause rejected...
2019-03-21  Thomas Schwinge[PR72741] Properly handle clauses specifying the level...
2019-03-21  Thomas Schwinge[PR89773] Fortran OpenACC 'routine' directive refuses...
2019-03-21  Thomas Schwinge[PR72741] The name in a Fortran OpenACC 'routine' direc...
2019-02-28  Thomas Schwinge[PR72741, PR89433] Repeated use of the Fortran OpenACC...
2019-02-28  Thomas Schwinge[PR72741] For all Fortran OpenACC 'routine' directive...
2019-02-28  Thomas Schwinge[PR72741, PR89433] Accept intrinsic symbols in Fortran...
2019-02-22  Thomas Schwinge[PR72741] Use 'oacc_build_routine_dims' for Fortran...
2019-02-22  Thomas SchwingeRevert earlier OpenACC 'routine' changes
2019-02-19  Chung-Lin Tangre PR c/87924 (OpenACC wait clauses without async-argum...
2019-02-14  Cesar PhilippidisFix PR72715 "ICE in gfc_trans_omp_do, at fortran/trans...
next