aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-openmp.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-2/+7
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-05-19re PR middle-end/66199 (lastprivate/linear clause issues on combined constructs)Jakub Jelinek1-3/+12
2015-04-27re PR fortran/59678 ([F03] Segfault on equalizing variables of a complex deri...Andre Vehreschild1-2/+4
2015-03-30re PR middle-end/65597 (ICE in build_outer_var_ref, at omp-low.c:1043)Jakub Jelinek1-1/+15
2015-01-27re PR fortran/63861 (OpenACC coarray ICE (also with OpenMP?))Tobias Burnus1-9/+15
2015-01-23re PR fortran/64726 ([OpenACC] ICE with -fopenacc and reduction(+:a))Tobias Burnus1-1/+1
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-17/+379
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-16re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-9/+9
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-3/+3
2014-11-25error.c (gfc_internal_error): Convert to common diagnostics.Tobias Burnus1-1/+1
2014-11-25re PR fortran/63938 (OpenMP atomic update does not protect access to automati...Jakub Jelinek1-0/+12
2014-10-10re PR fortran/59488 ([OpenMP] named constant in parallel construct leads to "...Jakub Jelinek1-0/+10
2014-08-15re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-1/+1
2014-08-15re PR fortran/62107 (libgomp.fortran/target2.f90 error while compiling for Op...Jakub Jelinek1-1/+31
2014-06-25langhooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR): Define.Jakub Jelinek1-1/+136
2014-06-24gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP, [...]): Make sur...Jakub Jelinek1-137/+46
2014-06-18gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek1-63/+870
2014-06-10re PR fortran/60928 (gfortran issue with allocatable components and OpenMP)Jakub Jelinek1-183/+671
2014-06-06dump-parse-tree.c (show_omp_namelist): Dump reduction id in each list item.Jakub Jelinek1-99/+319
2014-05-11tree.h (OMP_CLAUSE_LINEAR_STMT): Define.Jakub Jelinek1-46/+581
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-10-17tree-flow.h (struct omp_region): Move to omp-low.c.Andrew MacLeod1-0/+1
2013-10-11target.c: New file.Jakub Jelinek1-0/+6
2013-06-04re PR fortran/37336 ([F03] Finish derived-type finalization)Tobias Burnus1-2/+3
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist1-5/+5
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-6/+4
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-3/+2
2012-03-06f95-lang.c (yyerror, yylex): Remove.Steven Bosscher1-24/+24
2012-01-062012-01-06 Tobias Burnus <burnus@net-b.de>Tobias Burnus1-3/+3
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-6/+7
2011-08-19re PR fortran/49792 (OpenMP workshare: Wrong result with array assignment)Jakub Jelinek1-3/+3
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek1-24/+147
2011-07-27re PR fortran/49755 (ALLOCATE with STAT= produces invalid code for already al...Daniel Carrera1-9/+12
2011-07-21trans.c (gfc_allocate_with_status): Split into two functions gfc_allocate_usi...Daniel Carrera1-9/+9
2011-07-06trans-array.c (gfc_array_allocate): Rename allocatable_arrayDaniel Carrera1-9/+9
2011-06-21cosmetic. Add sync_ to all the expand_builtin defines which do not match the ...Andrew MacLeod1-1/+1
2011-05-04trans-array.c (gfc_trans_array_constructor_value): Use size_int for bounds of...Richard Guenther1-1/+2
2011-04-20remove useless if-before-free testsJim Meyering1-2/+1