summaryrefslogtreecommitdiff
path: root/libgfortran/caf
Commit message (Expand)AuthorAgeFilesLines
* fortran: Fix coding style around free()Bernhard Reutner-Fischer2023-05-081-2/+2
* fortran: Remove conditionals around free()Bernhard Reutner-Fischer2023-05-081-4/+2
* Update copyright years.Jakub Jelinek2023-01-163-3/+3
* fortran, libgfortran: Avoid using libquadmath for glibc 2.26+Jakub Jelinek2022-06-281-4/+3
* Update copyright years.Jakub Jelinek2022-01-033-3/+3
* Steve Kargl <kargl@gcc.gnu.org>Andre Vehreschild2021-05-222-0/+12
* Update copyright years.Jakub Jelinek2021-01-043-3/+3
* libgfortran/caf/single.c: Fix typo.Tobias Burnus2020-08-031-5/+6
* Update copyright years.Jakub Jelinek2020-01-013-3/+3
* re PR libfortran/89593 (warning "passing argument 3 of ‘_gfortran_caf_{get,...Jakub Jelinek2019-03-051-2/+4
* PR other/16615 [1/5]Sandra Loosemore2019-01-091-8/+8
* Update copyright years.Jakub Jelinek2019-01-013-3/+3
* PR 84519 Handle optional QUIET specifier for STOP and ERROR STOPJanne Blomqvist2018-02-233-30/+39
* Character length cleanup for Coarray Fortran libraryJanne Blomqvist2018-02-223-60/+60
* gfortran.texi: Document additional src/dst_type.Andre Vehreschild2018-02-192-76/+118
* re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Paul Thomas2018-01-251-4/+4
* Update copyright years.Jakub Jelinek2018-01-033-3/+3
* check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild2017-03-052-6/+92
* re PR fortran/70696 ([Coarray] ICE on EVENT POST of host-associated EVENT_TYP...Andre Vehreschild2017-01-131-2/+5
* re PR fortran/78781 ([Coarray] ICE in gfc_deallocate_scalar_with_status, at f...Andre Vehreschild2017-01-071-4/+17
* Update copyright years.Jakub Jelinek2017-01-013-3/+3
* single.c (_gfortran_caf_get_by_ref): Prevent compile time warning.Andre Vehreschild2016-11-301-2/+2
* single.c (_gfortran_caf_is_present): Prevent fallthrough warnings.Andre Vehreschild2016-11-301-0/+2
* libcaf.h: Add new action types for (de-)registration of allocatable component...Andre Vehreschild2016-11-302-8/+135
* re PR libfortran/77663 (libgfortran/caf/single.c: three minor problems and a ...Andre Vehreschild2016-10-011-9/+14
* libcaf.h: Add caf_reference_type.Andre Vehreschild2016-09-193-49/+1800
* libcaf.h: Add parameter stat to caf_get() and caf_send()'s function prototypes.Andre Vehreschild2016-07-222-13/+24
* STOP managed by external library when coarrays are usedAlessandro Fanfarillo2016-03-282-0/+21
* Update copyright years.Jakub Jelinek2016-01-043-3/+3
* check.c (gfc_check_event_query): New function.Tobias Burnus2015-12-022-3/+49
* libgfortran LIBGFOR_MINIMAL enhancements.Thomas Schwinge2015-03-111-2/+1
* trans.h (caf_sync_memory): New function decl tree.Alessandro Fanfarillo2015-03-102-0/+14
* Update copyright years.Jakub Jelinek2015-01-053-3/+3
* single.c (_gfortran_caf_co_reduce): New function.Tobias Burnus2015-01-022-0/+17
* Add support for a minimal version of libgfortran for accelerator targets.Bernd Schmidt2014-11-281-1/+2
* check.c (check_co_collective): Renamed fromTobias Burnus2014-09-252-8/+16
* trans-decl.c (gfc_build_builtin_function_decls): Add may_require_tmp dummy ar...Tobias Burnus2014-08-312-7/+170
* gfortran.texi (caf_register_t): Add CAF_REGTYPE_CRITICAL.Tobias Burnus2014-08-142-16/+94
* libgfortran.h (libcaf_atomic_codes): Add.Tobias Burnus2014-07-122-0/+99
* resolve.c (resolve_ordinary_assign): Don't invoke caf_send when assigning a c...Tobias Burnus2014-06-251-75/+383
* trans-intrinsic.c (conv_co_minmaxsum): Fix argument passing.Tobias Burnus2014-06-191-3/+3
* check.c (gfc_check_atomic, [...]): Use argument for GFC_ISYM_CAF_GET.Tobias Burnus2014-06-172-14/+261
* trans-intrinsic.c (gfc_build_builtin_function_decls): Change type of second a...Tobias Burnus2014-05-113-3/+3
* check.c (check_co_minmaxsum, [...]): New.Tobias Burnus2014-05-082-0/+53
* gfortran.h (gfc_init_coarray_decl): Remove.Tobias Burnus2014-04-303-31/+62
* Update copyright years in libgfortran/Richard Sandiford2014-01-023-3/+3
* libcaf.h (_gfortran_caf_critical): Add a prototype.David Edelsohn2013-05-051-0/+3
* Update copyright years in libgfortran.Richard Sandiford2013-01-143-6/+3
* 2012-01-06 Tobias Burnus <burnus@net-b.de>Tobias Burnus2012-01-063-21/+22
* trans-decl.c (generate_coarray_sym_init): Use GFC_CAF_COARRAY_STATIC for stat...Tobias Burnus2011-08-293-12/+52