aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/caf
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright years.Jakub Jelinek3-3/+3
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 Jelinek3-3/+3
2018-02-23PR 84519 Handle optional QUIET specifier for STOP and ERROR STOPJanne Blomqvist3-30/+39
2018-02-22Character length cleanup for Coarray Fortran libraryJanne Blomqvist3-60/+60
2018-02-19gfortran.texi: Document additional src/dst_type.Andre Vehreschild2-76/+118
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 Jelinek3-3/+3
2017-03-05check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild2-6/+92
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 Jelinek3-3/+3
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 Vehreschild2-8/+135
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 Vehreschild3-49/+1800
2016-07-22libcaf.h: Add parameter stat to caf_get() and caf_send()'s function prototypes.Andre Vehreschild2-13/+24
2016-03-28STOP managed by external library when coarrays are usedAlessandro Fanfarillo2-0/+21
2016-01-04Update copyright years.Jakub Jelinek3-3/+3
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus2-3/+49
2015-03-11libgfortran LIBGFOR_MINIMAL enhancements.Thomas Schwinge1-2/+1
2015-03-10trans.h (caf_sync_memory): New function decl tree.Alessandro Fanfarillo2-0/+14
2015-01-05Update copyright years.Jakub Jelinek3-3/+3
2015-01-02single.c (_gfortran_caf_co_reduce): New function.Tobias Burnus2-0/+17
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 Burnus2-8/+16
2014-08-31trans-decl.c (gfc_build_builtin_function_decls): Add may_require_tmp dummy ar...Tobias Burnus2-7/+170
2014-08-14gfortran.texi (caf_register_t): Add CAF_REGTYPE_CRITICAL.Tobias Burnus2-16/+94
2014-07-12libgfortran.h (libcaf_atomic_codes): Add.Tobias Burnus2-0/+99
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 Burnus2-14/+261
2014-05-11trans-intrinsic.c (gfc_build_builtin_function_decls): Change type of second a...Tobias Burnus3-3/+3
2014-05-08check.c (check_co_minmaxsum, [...]): New.Tobias Burnus2-0/+53
2014-04-30gfortran.h (gfc_init_coarray_decl): Remove.Tobias Burnus3-31/+62
2014-01-02Update copyright years in libgfortran/Richard Sandiford3-3/+3
2013-05-05libcaf.h (_gfortran_caf_critical): Add a prototype.David Edelsohn1-0/+3
2013-01-14Update copyright years in libgfortran.Richard Sandiford3-6/+3
2012-01-062012-01-06 Tobias Burnus <burnus@net-b.de>Tobias Burnus3-21/+22
2011-08-29trans-decl.c (generate_coarray_sym_init): Use GFC_CAF_COARRAY_STATIC for stat...Tobias Burnus3-12/+52
2011-07-15mpi.c (caf_runtime_error): Change fprintf to vfprintf.Daniel Carrera2-2/+2
2011-07-14Remove error parameter from caf_runtime_error. Add caf_runtime_error to singl...Daniel Carrera2-12/+26
2011-07-09mpi.c (runtime_error): New function.Tobias Burnus1-46/+74
2011-07-07trans.c (gfc_allocate_with_status): Call _gfortran_caf_register with NULL arg...Tobias Burnus3-8/+95
2011-06-17single.c (_gfortran_caf_register): Store the address of all static coarrays i...Daniel Carrera3-20/+82
2011-06-10trans-decl.c (gfc_build_builtin_function_decls): Updated declaration of caf_s...Daniel Carrera3-37/+57
2011-05-06re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus3-41/+65
2011-04-06re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-10/+9