aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/caf/libcaf.h
AgeCommit message (Expand)AuthorFilesLines
2025-04-22Fortran: Various fixes on F2018 teams.Andre Vehreschild1-4/+5
2025-04-22Fortran: Add teams support in image_index and num_images for F2018Andre Vehreschild1-1/+1
2025-04-22Fortran: Add team-support to this_image [PR87326]Andre Vehreschild1-1/+1
2025-04-22Fortran: Update get_team, team_number and image_status to F2018 [PR88154, PR8...Andre Vehreschild1-1/+12
2025-04-22Fortran: Improve F2018 TEAM handling [PR87326, PR87556, PR88254, PR103896]Andre Vehreschild1-13/+7
2025-02-20Fortran: Remove deprecated coarray routines [PR107635]Andre Vehreschild1-112/+0
2025-02-20Fortran: Add transfer_between_remotes [PR107635]Andre Vehreschild1-0/+12
2025-02-20Fortran: Add send_to_remote [PR107635]Andre Vehreschild1-2/+10
2025-02-20Fortran: Add caf_is_present_on_remote. [PR107635]Andre Vehreschild1-2/+3
2025-02-20Fortran: Allow to use non-pure/non-elemental functions in coarray indexes [PR...Andre Vehreschild1-2/+3
2025-02-20Fortran: Prepare for more caf-rework. [PR107635]Andre Vehreschild1-11/+7
2025-02-20Fortran: Move caf_get-rewrite to coarray.cc [PR107635]Andre Vehreschild1-5/+3
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-12-22Fortran: Replace getting of coarray data with accessor-based version. [PR107635]Andre Vehreschild1-0/+18
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-05-22Steve Kargl <kargl@gcc.gnu.org>Andre Vehreschild1-0/+2
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-02-23PR 84519 Handle optional QUIET specifier for STOP and ERROR STOPJanne Blomqvist1-4/+4
2018-02-22Character length cleanup for Coarray Fortran libraryJanne Blomqvist1-19/+18
2018-02-19gfortran.texi: Document additional src/dst_type.Andre Vehreschild1-3/+5
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-03-05check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild1-6/+21
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-30libcaf.h: Add new action types for (de-)registration of allocatable component...Andre Vehreschild1-3/+16
2016-09-19libcaf.h: Add caf_reference_type.Andre Vehreschild1-2/+89
2016-07-22libcaf.h: Add parameter stat to caf_get() and caf_send()'s function prototypes.Andre Vehreschild1-2/+4
2016-03-28STOP managed by external library when coarrays are usedAlessandro Fanfarillo1-0/+4
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus1-1/+6
2015-03-10trans.h (caf_sync_memory): New function decl tree.Alessandro Fanfarillo1-0/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2015-01-02single.c (_gfortran_caf_co_reduce): New function.Tobias Burnus1-0/+2
2014-09-25check.c (check_co_collective): Renamed fromTobias Burnus1-6/+4
2014-08-31trans-decl.c (gfc_build_builtin_function_decls): Add may_require_tmp dummy ar...Tobias Burnus1-3/+3
2014-08-14gfortran.texi (caf_register_t): Add CAF_REGTYPE_CRITICAL.Tobias Burnus1-11/+7
2014-07-12libgfortran.h (libcaf_atomic_codes): Add.Tobias Burnus1-0/+9
2014-06-17check.c (gfc_check_atomic, [...]): Use argument for GFC_ISYM_CAF_GET.Tobias Burnus1-8/+27
2014-05-11trans-intrinsic.c (gfc_build_builtin_function_decls): Change type of second a...Tobias Burnus1-1/+1
2014-05-08check.c (check_co_minmaxsum, [...]): New.Tobias Burnus1-0/+17
2014-04-30gfortran.h (gfc_init_coarray_decl): Remove.Tobias Burnus1-6/+11
2014-01-02Update copyright years in libgfortran/Richard Sandiford1-1/+1
2013-05-05libcaf.h (_gfortran_caf_critical): Add a prototype.David Edelsohn1-0/+3
2013-01-14Update copyright years in libgfortran.Richard Sandiford1-2/+1
2012-01-062012-01-06 Tobias Burnus <burnus@net-b.de>Tobias Burnus1-4/+4
2011-08-29trans-decl.c (generate_coarray_sym_init): Use GFC_CAF_COARRAY_STATIC for stat...Tobias Burnus1-1/+1
2011-07-07trans.c (gfc_allocate_with_status): Call _gfortran_caf_register with NULL arg...Tobias Burnus1-2/+12