summaryrefslogtreecommitdiff
path: root/libgfortran/caf
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-03-05re PR libfortran/89593 (warning "passing argument 3 of ‘_gfortran_caf_{get,...Jakub Jelinek
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-02-23PR 84519 Handle optional QUIET specifier for STOP and ERROR STOPJanne Blomqvist
2018-02-22Character length cleanup for Coarray Fortran libraryJanne Blomqvist
2018-02-19gfortran.texi: Document additional src/dst_type.Andre Vehreschild
2018-01-25re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Paul Thomas
2018-01-03Update copyright years.Jakub Jelinek
2017-03-05check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild
2017-01-13re PR fortran/70696 ([Coarray] ICE on EVENT POST of host-associated EVENT_TYP...Andre Vehreschild
2017-01-07re PR fortran/78781 ([Coarray] ICE in gfc_deallocate_scalar_with_status, at f...Andre Vehreschild
2017-01-01Update copyright years.Jakub Jelinek
2016-11-30single.c (_gfortran_caf_get_by_ref): Prevent compile time warning.Andre Vehreschild
2016-11-30single.c (_gfortran_caf_is_present): Prevent fallthrough warnings.Andre Vehreschild
2016-11-30libcaf.h: Add new action types for (de-)registration of allocatable component...Andre Vehreschild
2016-10-01re PR libfortran/77663 (libgfortran/caf/single.c: three minor problems and a ...Andre Vehreschild
2016-09-19libcaf.h: Add caf_reference_type.Andre Vehreschild
2016-07-22libcaf.h: Add parameter stat to caf_get() and caf_send()'s function prototypes.Andre Vehreschild
2016-03-28STOP managed by external library when coarrays are usedAlessandro Fanfarillo
2016-01-04Update copyright years.Jakub Jelinek
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus
2015-03-11libgfortran LIBGFOR_MINIMAL enhancements.Thomas Schwinge
2015-03-10trans.h (caf_sync_memory): New function decl tree.Alessandro Fanfarillo
2015-01-05Update copyright years.Jakub Jelinek
2015-01-02single.c (_gfortran_caf_co_reduce): New function.Tobias Burnus
2014-11-28Add support for a minimal version of libgfortran for accelerator targets.Bernd Schmidt
2014-09-25check.c (check_co_collective): Renamed fromTobias Burnus
2014-08-31trans-decl.c (gfc_build_builtin_function_decls): Add may_require_tmp dummy ar...Tobias Burnus
2014-08-14gfortran.texi (caf_register_t): Add CAF_REGTYPE_CRITICAL.Tobias Burnus
2014-07-12libgfortran.h (libcaf_atomic_codes): Add.Tobias Burnus
2014-06-25resolve.c (resolve_ordinary_assign): Don't invoke caf_send when assigning a c...Tobias Burnus
2014-06-19trans-intrinsic.c (conv_co_minmaxsum): Fix argument passing.Tobias Burnus
2014-06-17check.c (gfc_check_atomic, [...]): Use argument for GFC_ISYM_CAF_GET.Tobias Burnus
2014-05-11trans-intrinsic.c (gfc_build_builtin_function_decls): Change type of second a...Tobias Burnus
2014-05-08check.c (check_co_minmaxsum, [...]): New.Tobias Burnus
2014-04-30gfortran.h (gfc_init_coarray_decl): Remove.Tobias Burnus
2014-01-02Update copyright years in libgfortran/Richard Sandiford
2013-05-05libcaf.h (_gfortran_caf_critical): Add a prototype.David Edelsohn
2013-01-14Update copyright years in libgfortran.Richard Sandiford
2012-01-062012-01-06 Tobias Burnus <burnus@net-b.de>Tobias Burnus
2011-08-29trans-decl.c (generate_coarray_sym_init): Use GFC_CAF_COARRAY_STATIC for stat...Tobias Burnus
2011-07-15mpi.c (caf_runtime_error): Change fprintf to vfprintf.Daniel Carrera
2011-07-14Remove error parameter from caf_runtime_error. Add caf_runtime_error to singl...Daniel Carrera
2011-07-09mpi.c (runtime_error): New function.Tobias Burnus
2011-07-07trans.c (gfc_allocate_with_status): Call _gfortran_caf_register with NULL arg...Tobias Burnus
2011-06-17single.c (_gfortran_caf_register): Store the address of all static coarrays i...Daniel Carrera
2011-06-10trans-decl.c (gfc_build_builtin_function_decls): Updated declaration of caf_s...Daniel Carrera
2011-05-06re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus
2011-04-06re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus