Age | Commit message (Expand) | Author | Files | Lines |
2017-05-24 | re PR fortran/66094 (Handle transpose(A) in inline matmul) | Thomas Koenig | 1 | -16/+103 |
2017-05-08 | re PR fortran/79930 (Potentially Missed Optimisation for MATMUL / DOT_PRODUCT) | Thomas Koenig | 1 | -3/+74 |
2017-05-01 | re PR fortran/37131 (inline matmul for small matrix sizes) | Thomas Koenig | 1 | -2/+3 |
2017-03-22 | re PR fortran/80142 (Warning: No location in expression ... with -O / -ffront... | Thomas Koenig | 1 | -1/+1 |
2017-01-21 | gfortran.h (gfc_extract_int): Change return type to bool. | Jakub Jelinek | 1 | -1/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-10 | re PR fortran/78226 (Fill out location information everywhere) | Thomas Koenig | 1 | -0/+55 |
2016-11-10 | omp-low.c (lower_omp_target): Fix up argument to is_reference. | Jakub Jelinek | 1 | -0/+16 |
2016-11-05 | re PR fortran/69495 (unused-label warning does not tell which flag triggered it) | Janus Weil | 1 | -2/+4 |
2016-10-26 | New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec. | Fritz Reese | 1 | -0/+2 |
2016-10-10 | re PR fortran/77915 (Internal error for matmul() in forall with optimization) | Thomas Koenig | 1 | -0/+5 |
2016-09-27 | auto-inc-dec.c (try_merge): Remove break after return. | Jakub Jelinek | 1 | -1/+0 |
2016-09-26 | Implement -Wimplicit-fallthrough. | Marek Polacek | 1 | -1/+2 |
2016-09-25 | re PR fortran/77694 (ICE in optimize_binop_array_assignment, at fortran/front... | Steven G. Kargl | 1 | -0/+3 |
2016-09-04 | re PR fortran/71902 (Unneeded temporary on reallocatable character assignment) | Thomas Koenig | 1 | -2/+17 |
2016-08-25 | re PR fortran/77351 (ICE in remove_trim, at frontend-passes.c:1145) | Steven G. Kargl | 1 | -0/+5 |
2016-08-15 | frontend-passes.c (create_var): Set ts.deferred for deferred-length character... | Thomas Koenig | 1 | -1/+7 |
2016-07-28 | [multiple changes] | Paul Thomas | 1 | -0/+5 |
2016-07-28 | [PATCH] Revert Revert r238497 because of PR 71961. | Renlin Li | 1 | -1/+1 |
2016-07-22 | re PR fortran/71795 (Two Bugs in array constructors (optimization)) | Thomas Koenig | 1 | -0/+5 |
2016-07-19 | re PR fortran/71902 (Unneeded temporary on reallocatable character assignment) | Thomas Koenig | 1 | -1/+1 |
2016-07-09 | re PR fortran/71783 (ICE on valid code in gimplify_var_or_parm_decl at gimpli... | Thomas Koenig | 1 | -4/+2 |
2016-06-13 | re PR fortran/70673 (ICE with module containing functions with allocatable ch... | Paul Thomas | 1 | -32/+39 |
2016-05-20 | re PR fortran/71204 (ICE with -O0 in expand_expr_real_1, at expr.c:9651) | Jakub Jelinek | 1 | -1/+3 |
2016-05-11 | re PR fortran/70855 (ICE with -fopenmp in gfc_trans_omp_workshare(): Bad stat... | Jakub Jelinek | 1 | -0/+6 |
2016-02-28 | re PR fortran/68147 (Potential incorrect code generation for string self-assi... | Thomas Koenig | 1 | -2/+1 |
2016-02-16 | re PR fortran/69742 (ICE with -O3 and ASSOCIATE containing repeated expression) | Thomas Koenig | 1 | -2/+2 |
2016-01-24 | re PR fortran/66094 (Handle transpose(A) in inline matmul) | Thomas Koenig | 1 | -0/+1 |
2016-01-24 | re PR fortran/66094 (Handle transpose(A) in inline matmul) | Thomas Koenig | 1 | -10/+106 |
2016-01-10 | re PR fortran/69154 (ICE in gfc_trans_where_2, at fortran/trans-stmt.c:5005 o... | Thomas Koenig | 1 | -0/+14 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-11 | decl.c: Remove unused header files. | Andrew MacLeod | 1 | -2/+0 |
2015-10-29 | decl.c: Reorder #include's and remove duplicates. | Andrew MacLeod | 1 | -1/+1 |
2015-07-09 | flags.h: Don't include flag-types.h or options.h. | Andrew MacLeod | 1 | -1/+1 |
2015-06-05 | re PR fortran/66385 (ICE: FORALL writing multiple elements of one array) | Thomas Koenig | 1 | -0/+4 |
2015-05-23 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -22/+22 |
2015-05-21 | re PR fortran/66176 (Handle conjg() in inline matmul) | Thomas Koenig | 1 | -12/+59 |
2015-05-12 | re PR fortran/66111 (ICE with matmul and vector subscripts) | Thomas Koenig | 1 | -0/+23 |
2015-05-10 | re PR fortran/66041 (Matmul ICE) | Thomas Koenig | 1 | -13/+51 |
2015-05-06 | re PR fortran/37131 (inline matmul for small matrix sizes) | Thomas Koenig | 1 | -29/+1106 |
2015-02-01 | Always pass 0 or option number to gfc_warning*. | Joseph Myers | 1 | -2/+2 |
2015-01-05 | re PR fortran/47674 (gfortran.dg/realloc_on_assign_5.f03: Segfault at run tim... | Thomas Koenig | 1 | -0/+132 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-16 | re PR fortran/54687 (Use gcc option machinery for gfortran) | Tobias Burnus | 1 | -2/+2 |
2014-12-16 | 2014-12-15 Tobias Burnus <burnus@net-b.de> | Tobias Burnus | 1 | -2/+2 |
2014-12-03 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -3/+4 |
2014-11-30 | gfortran.h (gfc_option_t): Remove warn_aliasing, | Tobias Burnus | 1 | -4/+4 |
2014-11-25 | gfortran.h (gfc_option_t): Remove flags moved as Var to .opt. | Tobias Burnus | 1 | -20/+22 |
2014-09-20 | trans-expr.c (gfc_reset_vptr): Fix comment whitespace. | Joost VandeVondele | 1 | -3/+3 |
2014-08-26 | frontend_passes (expr_array): Replace by vec template. | Thomas Koenig | 1 | -48/+35 |