aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/openmp.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-09re PR translation/79019 (translatable string typo in cif-code.def:141)Jakub Jelinek1-3/+3
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-21re PR fortran/78866 (ICE in gimplify_adjust_omp_clauses_1, at gimplify.c:8721)Jakub Jelinek1-0/+5
2016-11-10omp-low.c (lower_omp_target): Fix up argument to is_reference.Jakub Jelinek1-316/+1264
2016-08-31re PR fortran/77374 (ICE in resolve_omp_atomic, at fortran/openmp.c:3949)Jakub Jelinek1-6/+27
2016-08-14re PR fortran/70598 (Fortran OpenACC host_data construct ICE)Chung-Lin Tang1-6/+13
2016-08-08re PR fortran/72716 (ICE in gfc_resolve_omp_declare_simd, at fortran/openmp.c...Jakub Jelinek1-0/+6
2016-07-15openmp.c (gfc_match_omp_clauses): Scan for clause vector_length before vector.Cesar Philippidis1-5/+7
2016-06-29openmp.c (match_oacc_clause_gang): Rename to ...Cesar Philippidis1-45/+95
2016-06-17openmp.c (match_acc): New generic function to parse OpenACC directives.Cesar Philippidis1-70/+18
2016-06-10[PR c/71381] C/C++ OpenACC cache directive rejects valid syntaxThomas Schwinge1-0/+4
2016-05-26c-parser.c (c_parser_omp_clause_schedule): Warn if OMP_CLAUSE_SCHEDULE_CHUNK_...Jakub Jelinek1-0/+5
2016-05-05openmp.c (gfc_match_omp_clauses): Restructuralize...Jakub Jelinek1-587/+652
2016-04-06Fix new -Wparentheses warnings encountered during bootstrapPatrick Palka1-17/+19
2016-03-17Rename GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETEThomas Schwinge1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-02re PR fortran/63861 (OpenACC coarray ICE (also with OpenMP?))Cesar Philippidis1-1/+7
2015-12-01dump-parse-tree.c (show_omp_clauses): Handle optional num and static argument...Cesar Philippidis1-24/+53
2015-11-30tree-nested.c (convert_nonlocal_omp_clauses): Add support for OMP_CLAUSE_{NUM...Cesar Philippidis1-36/+102
2015-11-22openmp.c (match_oacc_clause_gang): Fix uninitialized variable.James Norris1-4/+5
2015-11-22dump-parse-tree.c (show_namespace): Handle declares.James Norris1-30/+246
2015-11-11re PR fortran/67826 (gcc/fortran/openmp.c:1808: bad test ?)Dominique d'Humieres1-1/+1
2015-11-05gimplify.c (gimplify_scan_omp_clauses): Add support for OMP_CLAUSE_TILE.Cesar Philippidis1-50/+51
2015-11-03OpenACC atomic directiveThomas Schwinge1-3/+19
2015-10-31re PR bootstrap/68168 (r229609 breaks bootstrap)Cesar Philippidis1-1/+1
2015-10-30gfortran.h (gfc_omp_namespace): Add locus where member.Cesar Philippidis1-56/+57
2015-10-27[PR fortran/63865] OpenACC cache directive: match Fortran support with C/C++Thomas Schwinge1-12/+4
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-1/+0
2015-02-01Always pass 0 or option number to gfc_warning*.Joseph Myers1-1/+1
2015-01-15openmp.c (check_symbol_not_pointer, [...]): Replace '%s' by %qs.Tobias Burnus1-23/+23
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-92/+1429
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-13error.c (gfc_error): Add variant which takes a va_list.Tobias Burnus1-21/+21
2014-12-11re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-16/+16
2014-09-22tree-ssa-ccp.c (prop_value_d): Rename to ...Jan Hubicka1-4/+4
2014-08-15re PR fortran/62131 (OpenMP: Subobject of an allocatable array not allowed in...Jakub Jelinek1-1/+1
2014-08-14re PR fortran/62076 (testsuite failure in udr2.90)Jakub Jelinek1-1/+6
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-10/+10
2014-06-24gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP, [...]): Make sur...Jakub Jelinek1-37/+133
2014-06-18gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek1-177/+635
2014-06-10re PR fortran/60928 (gfortran issue with allocatable components and OpenMP)Jakub Jelinek1-12/+25
2014-06-06dump-parse-tree.c (show_omp_namelist): Dump reduction id in each list item.Jakub Jelinek1-79/+759
2014-05-12re PR fortran/60127 (ICE with OpenMP and DO CONCURRENT)Tobias Burnus1-0/+6
2014-05-11tree.h (OMP_CLAUSE_LINEAR_STMT): Define.Jakub Jelinek1-92/+638
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-16re PR libgomp/59337 (surprising OMP error message)Jakub Jelinek1-1/+1
2013-08-19re PR fortran/46271 ([F03] OpenMP default(none) and procedure pointers)Janus Weil1-3/+1
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist1-11/+8
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1