aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/st.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-334/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-08-20Fortran: Add OpenMP's error directiveTobias Burnus1-0/+1
2021-08-17Fortran: Implement OpenMP 5.1 scope constructTobias Burnus1-0/+1
2021-08-16Fortran/OpenMP: Add support for OpenMP 5.1 masked constructTobias Burnus1-0/+6
2021-06-04Fortran/OpenMP: Add omp loop [PR99928]Tobias Burnus1-0/+5
2021-06-01Fortran/OpenMP: Support (parallel) master taskloop (simd) [PR99928]Tobias Burnus1-0/+4
2021-05-28OpenMP: Add iterator support to Fortran's depend; add affinity clauseTobias Burnus1-1/+1
2021-05-14Fortran/OpenMP: Support 'omp parallel master'Tobias Burnus1-0/+1
2021-04-21Fortran/OpenMP: Add 'omp depobj' and 'depend(mutexinoutset:'Tobias Burnus1-0/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-08Fortran: Add 'omp scan' support of OpenMP 5.0Tobias Burnus1-0/+1
2020-10-30Fortran: Update omp atomic for OpenMP 5Tobias Burnus1-2/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-12Add OpenACC 2.6 `serial' construct supportMaciej W. Rozycki1-0/+2
2019-09-01array.c (spec_dimen_size): Check for the presence of expressions for the bounds.Paul Thomas1-0/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-26Partial Failed Images patchDamian Rouson1-0/+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/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-10omp-low.c (lower_omp_target): Fix up argument to is_reference.Jakub Jelinek1-3/+12
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus1-0/+2
2015-11-30tree-nested.c (convert_nonlocal_omp_clauses): Add support for OMP_CLAUSE_{NUM...Cesar Philippidis1-0/+1
2015-11-22dump-parse-tree.c (show_namespace): Handle declares.James Norris1-0/+5
2015-11-03OpenACC atomic directiveThomas Schwinge1-0/+1
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-0/+12
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-06-18gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek1-0/+17
2014-05-11tree.h (OMP_CLAUSE_LINEAR_STMT): Define.Jakub Jelinek1-1/+7
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-08-09gfortran.h (gfc_get_code): Modified prototype.Janus Weil1-2/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-2/+2
2012-07-08gfortran.h: Do not include coretypes.h here.Steven Bosscher1-0/+1
2011-09-08re PR fortran/44646 ([F08] Implement DO CONCURRENT)Tobias Burnus1-0/+1
2011-08-18re PR fortran/50071 (gfortran does not distinguish labels in different type s...Mikael Morin1-0/+1
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek1-0/+1
2011-06-08re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+2
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-3/+3
2011-01-13re PR fortran/45848 ([OOP] ICE on invalid code in fortran/symbol.c:2410)Tobias Burnus1-2/+2
2010-06-10re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft1-1/+14
2010-04-06re PR fortran/39997 (Procedure(), pointer & implicit typing: rejects-valid /...Tobias Burnus1-1/+6
2009-09-30re PR fortran/40996 ([F03] ALLOCATABLE scalars)Tobias Burnus1-1/+2
2009-09-29re PR fortran/39626 (Correctly implement details of Fortran 2008 BLOCK constr...Daniel Kraft1-0/+4
2009-05-13gfortran.h (gfc_code): Rename struct member expr to expr1.Steven G. Kargl1-2/+2
2009-05-13re PR fortran/34153 (Debugging: Cannot set breakpoint in comment lines or "EN...Tobias Burnus1-0/+1
2009-05-06re PR fortran/39630 ([F03] Procedure Pointer Components)Janus Weil1-0/+1
2009-03-29re PR fortran/38507 (Bogus Warning: Deleted feature: GOTO jumps to END of con...Tobias Schlüter1-1/+2