aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/caf/single.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-05re PR libfortran/89593 (warning "passing argument 3 of ‘_gfortran_caf_{get,...Jakub Jelinek1-2/+4
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-8/+8
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-02-23PR 84519 Handle optional QUIET specifier for STOP and ERROR STOPJanne Blomqvist1-18/+24
2018-02-22Character length cleanup for Coarray Fortran libraryJanne Blomqvist1-27/+28
2018-02-19gfortran.texi: Document additional src/dst_type.Andre Vehreschild1-73/+113
2018-01-25re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Paul Thomas1-4/+4
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-0/+71
2017-01-13re PR fortran/70696 ([Coarray] ICE on EVENT POST of host-associated EVENT_TYP...Andre Vehreschild1-2/+5
2017-01-07re PR fortran/78781 ([Coarray] ICE in gfc_deallocate_scalar_with_status, at f...Andre Vehreschild1-4/+17
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-30single.c (_gfortran_caf_get_by_ref): Prevent compile time warning.Andre Vehreschild1-2/+2
2016-11-30single.c (_gfortran_caf_is_present): Prevent fallthrough warnings.Andre Vehreschild1-0/+2
2016-11-30libcaf.h: Add new action types for (de-)registration of allocatable component...Andre Vehreschild1-5/+119
2016-10-01re PR libfortran/77663 (libgfortran/caf/single.c: three minor problems and a ...Andre Vehreschild1-9/+14
2016-09-19libcaf.h: Add caf_reference_type.Andre Vehreschild1-46/+1709
2016-07-22libcaf.h: Add parameter stat to caf_get() and caf_send()'s function prototypes.Andre Vehreschild1-11/+20
2016-03-28STOP managed by external library when coarrays are usedAlessandro Fanfarillo1-0/+17
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus1-2/+43
2015-03-11libgfortran LIBGFOR_MINIMAL enhancements.Thomas Schwinge1-2/+1
2015-03-10trans.h (caf_sync_memory): New function decl tree.Alessandro Fanfarillo1-0/+13
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2015-01-02single.c (_gfortran_caf_co_reduce): New function.Tobias Burnus1-0/+15
2014-11-28Add support for a minimal version of libgfortran for accelerator targets.Bernd Schmidt1-1/+2
2014-09-25check.c (check_co_collective): Renamed fromTobias Burnus1-2/+12
2014-08-31trans-decl.c (gfc_build_builtin_function_decls): Add may_require_tmp dummy ar...Tobias Burnus1-4/+167
2014-08-14gfortran.texi (caf_register_t): Add CAF_REGTYPE_CRITICAL.Tobias Burnus1-5/+87
2014-07-12libgfortran.h (libcaf_atomic_codes): Add.Tobias Burnus1-0/+90
2014-06-25resolve.c (resolve_ordinary_assign): Don't invoke caf_send when assigning a c...Tobias Burnus1-75/+383
2014-06-19trans-intrinsic.c (conv_co_minmaxsum): Fix argument passing.Tobias Burnus1-3/+3
2014-06-17check.c (gfc_check_atomic, [...]): Use argument for GFC_ISYM_CAF_GET.Tobias Burnus1-6/+234
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/+36
2014-04-30gfortran.h (gfc_init_coarray_decl): Remove.Tobias Burnus1-11/+25
2014-01-02Update copyright years in libgfortran/Richard Sandiford1-1/+1
2013-01-14Update copyright years in libgfortran.Richard Sandiford1-2/+1
2012-01-062012-01-06 Tobias Burnus <burnus@net-b.de>Tobias Burnus1-7/+7
2011-08-29trans-decl.c (generate_coarray_sym_init): Use GFC_CAF_COARRAY_STATIC for stat...Tobias Burnus1-5/+14
2011-07-15mpi.c (caf_runtime_error): Change fprintf to vfprintf.Daniel Carrera1-1/+1
2011-07-14Remove error parameter from caf_runtime_error. Add caf_runtime_error to singl...Daniel Carrera1-6/+19
2011-07-07trans.c (gfc_allocate_with_status): Call _gfortran_caf_register with NULL arg...Tobias Burnus1-2/+29
2011-06-17single.c (_gfortran_caf_register): Store the address of all static coarrays i...Daniel Carrera1-4/+24
2011-06-10trans-decl.c (gfc_build_builtin_function_decls): Updated declaration of caf_s...Daniel Carrera1-5/+9
2011-05-06re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-11/+22
2011-03-27re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+107