aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/frontend-passes.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-27re PR fortran/81974 (ICE verify_gimple failed type mismatch in binary expres...Thomas Koenig1-5/+16
2017-08-16re PR fortran/81116 (Last character of allocatable-length string reset to bla...Thomas Koenig1-10/+15
2017-06-10re PR fortran/80988 (171_swim fails)Thomas Koenig1-1/+10
2017-06-05re PR fortran/35339 (Improve translation of implied do loop in transfer)Nicolas Koenig1-0/+259
2017-05-29re PR fortran/37131 (inline matmul for small matrix sizes)Thomas Koenig1-2/+94
2017-05-28frontend-passes.c (matmul_lhs_realloc): Correct allocation size for case A1B2.Thomas Koenig1-1/+1
2017-05-24re PR fortran/66094 (Handle transpose(A) in inline matmul)Thomas Koenig1-16/+103
2017-05-08re PR fortran/79930 (Potentially Missed Optimisation for MATMUL / DOT_PRODUCT)Thomas Koenig1-3/+74
2017-05-01re PR fortran/37131 (inline matmul for small matrix sizes)Thomas Koenig1-2/+3
2017-03-22re PR fortran/80142 (Warning: No location in expression ... with -O / -ffront...Thomas Koenig1-1/+1
2017-01-21gfortran.h (gfc_extract_int): Change return type to bool.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-10re PR fortran/78226 (Fill out location information everywhere)Thomas Koenig1-0/+55
2016-11-10omp-low.c (lower_omp_target): Fix up argument to is_reference.Jakub Jelinek1-0/+16
2016-11-05re PR fortran/69495 (unused-label warning does not tell which flag triggered it)Janus Weil1-2/+4
2016-10-26New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec.Fritz Reese1-0/+2
2016-10-10re PR fortran/77915 (Internal error for matmul() in forall with optimization)Thomas Koenig1-0/+5
2016-09-27auto-inc-dec.c (try_merge): Remove break after return.Jakub Jelinek1-1/+0
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek1-1/+2
2016-09-25re PR fortran/77694 (ICE in optimize_binop_array_assignment, at fortran/front...Steven G. Kargl1-0/+3
2016-09-04re PR fortran/71902 (Unneeded temporary on reallocatable character assignment)Thomas Koenig1-2/+17
2016-08-25re PR fortran/77351 (ICE in remove_trim, at frontend-passes.c:1145)Steven G. Kargl1-0/+5
2016-08-15frontend-passes.c (create_var): Set ts.deferred for deferred-length character...Thomas Koenig1-1/+7
2016-07-28[multiple changes]Paul Thomas1-0/+5
2016-07-28[PATCH] Revert Revert r238497 because of PR 71961.Renlin Li1-1/+1
2016-07-22re PR fortran/71795 (Two Bugs in array constructors (optimization))Thomas Koenig1-0/+5
2016-07-19re PR fortran/71902 (Unneeded temporary on reallocatable character assignment)Thomas Koenig1-1/+1
2016-07-09re PR fortran/71783 (ICE on valid code in gimplify_var_or_parm_decl at gimpli...Thomas Koenig1-4/+2
2016-06-13re PR fortran/70673 (ICE with module containing functions with allocatable ch...Paul Thomas1-32/+39
2016-05-20re PR fortran/71204 (ICE with -O0 in expand_expr_real_1, at expr.c:9651)Jakub Jelinek1-1/+3
2016-05-11re PR fortran/70855 (ICE with -fopenmp in gfc_trans_omp_workshare(): Bad stat...Jakub Jelinek1-0/+6
2016-02-28re PR fortran/68147 (Potential incorrect code generation for string self-assi...Thomas Koenig1-2/+1
2016-02-16re PR fortran/69742 (ICE with -O3 and ASSOCIATE containing repeated expression)Thomas Koenig1-2/+2
2016-01-24re PR fortran/66094 (Handle transpose(A) in inline matmul)Thomas Koenig1-0/+1
2016-01-24re PR fortran/66094 (Handle transpose(A) in inline matmul)Thomas Koenig1-10/+106
2016-01-10re PR fortran/69154 (ICE in gfc_trans_where_2, at fortran/trans-stmt.c:5005 o...Thomas Koenig1-0/+14
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-2/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-1/+1
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod1-1/+1
2015-06-05re PR fortran/66385 (ICE: FORALL writing multiple elements of one array)Thomas Koenig1-0/+4
2015-05-23re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-22/+22
2015-05-21re PR fortran/66176 (Handle conjg() in inline matmul)Thomas Koenig1-12/+59
2015-05-12re PR fortran/66111 (ICE with matmul and vector subscripts)Thomas Koenig1-0/+23
2015-05-10re PR fortran/66041 (Matmul ICE)Thomas Koenig1-13/+51
2015-05-06re PR fortran/37131 (inline matmul for small matrix sizes)Thomas Koenig1-29/+1106
2015-02-01Always pass 0 or option number to gfc_warning*.Joseph Myers1-2/+2
2015-01-05re PR fortran/47674 (gfortran.dg/realloc_on_assign_5.f03: Segfault at run tim...Thomas Koenig1-0/+132
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-16re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-2/+2