OpenMP/Fortran: Fixes for {use,is}_device_ptr
[gcc.git] / gcc / fortran / openmp.c
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...
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-09 Thomas SchwingeUse existing middle end checking for Fortran OpenACC...
2018-12-09 Thomas Schwinge[PR88420] Fortran OpenACC "Clause SEQ conflicts with...
2018-11-30 Thomas SchwingeClean up Fortran OpenACC wait clause handling
2018-11-30 Thomas SchwingeSupport multiple OpenACC wait clauses
2018-10-25 Jakub Jelinekre PR fortran/87725 (OpenMP 4.5 clause schedule(simd...
2018-09-24 Cesar Philippidis[OpenACC] update fortran nested parallelism error messages
2018-06-20 Chung-Lin TangUpdate OpenACC data clause semantics to the 2.5 behavior
2018-06-13 Cesar Philippidisre PR fortran/85702 ([openacc] ICE in gfc_format_decode...
2018-06-05 Cesar Philippidisre PR fortran/85701 ([openacc] ICE in mark_scope_block_...
2018-04-10 Jakub Jelinekre PR fortran/85313 (gcc/fortran/openmp.c: 2 * confused...
2018-01-31 Jakub Jelinekre PR fortran/84116 (ICE in gfc_match_omp_clauses,...
2018-01-03 Jakub JelinekUpdate copyright years.
2017-10-19 Jakub Jelinekre PR fortran/82568 ([6/7/8] ICE with do-loop inside...
2017-09-21 Cesar Philippidisopenmp.c (gfc_match_oacc_wait): Don't restrict wait...
2017-06-29 Cesar Philippidisre PR fortran/77765 (ICE in gfc_match_oacc_routine...
2017-06-02 Jakub Jelinekre PR fortran/80918 (Assumed size whole array rejected...
2017-05-23 Thomas SchwingeOpenACC 2.5 kernels construct: num_gangs, num_workers...
2017-05-19 Thomas SchwingeOpenACC 2.5 default (present) clause
2017-03-22 Dominique d'Humieresre PR fortran/79602 (translation: globally replace...
2017-03-17 Jerry DeLislere PR fortran/79841 (Inconsistent diagnostics in fortra...
2017-03-16 Jakub Jelinekre PR fortran/80010 (diagnostics: typo $!)
2017-03-04 Jerry DeLislere PR fortran/79841 (Inconsistent diagnostics in fortra...
2017-02-09 Chung-Lin Tanggimplify.c (gimplify_scan_omp_clauses): No special...
2017-01-21 Jakub Jelinekgfortran.h (gfc_extract_int): Change return type to...
2017-01-09 Jakub Jelinekre PR translation/79019 (translatable string typo in...
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-21 Jakub Jelinekre PR fortran/78866 (ICE in gimplify_adjust_omp_clauses...
2016-11-10 Jakub Jelinekomp-low.c (lower_omp_target): Fix up argument to is_ref...
2016-08-31 Jakub Jelinekre PR fortran/77374 (ICE in resolve_omp_atomic, at...
2016-08-14 Chung-Lin Tangre PR fortran/70598 (Fortran OpenACC host_data construc...
2016-08-08 Jakub Jelinekre PR fortran/72716 (ICE in gfc_resolve_omp_declare_sim...
2016-07-15 Cesar Philippidisopenmp.c (gfc_match_omp_clauses): Scan for clause vecto...
2016-06-29 Cesar Philippidisopenmp.c (match_oacc_clause_gang): Rename to ...
2016-06-17 Cesar Philippidisopenmp.c (match_acc): New generic function to parse...
2016-06-10 Thomas Schwinge[PR c/71381] C/C++ OpenACC cache directive rejects...
2016-05-26 Jakub Jelinekc-parser.c (c_parser_omp_clause_schedule): Warn if...
2016-05-05 Jakub Jelinekopenmp.c (gfc_match_omp_clauses): Restructuralize...
2016-04-06 Patrick PalkaFix new -Wparentheses warnings encountered during bootstrap
2016-03-17 Thomas SchwingeRename GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETE
next