gfortran.h (gfc_option_t): Remove warn_aliasing,
[gcc.git] / gcc / fortran / frontend-passes.c
2014-11-30 Tobias Burnusgfortran.h (gfc_option_t): Remove warn_aliasing,
2014-11-25 Tobias Burnusgfortran.h (gfc_option_t): Remove flags moved as Var...
2014-09-20 Joost VandeVondeletrans-expr.c (gfc_reset_vptr): Fix comment whitespace.
2014-08-26 Thomas Koenigfrontend_passes (expr_array): Replace by vec template.
2014-08-21 Thomas Koenigre PR fortran/62214 (Problem with spread plus concatena...
2014-08-14 Thomas Koenigre PR fortran/62106 (Adding a scalar variable to an...
2014-06-18 Jakub Jelinekgimplify.c (omp_notice_variable): If n is non-NULL...
2014-06-06 Jakub Jelinekdump-parse-tree.c (show_omp_namelist): Dump reduction...
2014-05-12 Thomas Koenigre PR fortran/60834 ([OOP] ICE with ASSOCIATE construc...
2014-05-11 Jakub Jelinektree.h (OMP_CLAUSE_LINEAR_STMT): Define.
2014-03-27 Thomas Koenigre PR fortran/60522 (WHERE construct causes an ICE...
2014-03-01 Mikael Morinre PR fortran/60341 (ICE compiling Nonmem 6.2.0)
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-05-01 Thomas Koenigfrontend-passes.c (optimize_power): Fix typo in comment.
2013-04-30 Thomas Koenigre PR fortran/57071 (Optimize (-1)**k to 1 - 2 *...
2013-04-28 Thomas Koenigre PR fortran/57071 (Optimize (-1)**k to 1 - 2 *...
2013-04-19 Thomas Koenigre PR fortran/56872 (Incorrect SUM evaluation, involvin...
2013-04-18 Tobias Burnusexpr.c (find_array_element): Don't copy expr.
2013-04-15 Tobias Burnusclass.c (gfc_find_intrinsic_vtab): Removed unused var.
2013-04-10 Janne BlomqvistReplace enum gfc_try with bool type.
2013-04-08 Thomas Koenigre PR fortran/56872 (Incorrect SUM evaluation, involvin...
2013-03-28 Thomas Koenigre PR fortran/55806 (Missed optimization with ANY or...
2013-01-29 Janus Weilre PR fortran/54107 ([F03] Memory hog with abstract...
2013-01-14 Thomas Koenigre PR fortran/55806 (Missed optimization with ANY or...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-12-09 Thomas Koenigre PR fortran/55593 (Bogus error on passing DO LOOP...
2012-11-25 Thomas Koenigre PR fortran/30146 (Redefining do-variable in excecuti...
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-10-04 Tobias Burnusexpr.c (scalarize_intrinsic_call): Plug memory leak.
2012-07-08 Steven Bosschergfortran.h: Do not include coretypes.h here.
2012-06-16 Tobias Burnusre PR fortran/53642 (Front-end optimization: Wrong...
2012-06-07 Thomas Koenigre PR fortran/52861 ((missed optimisation) missed trans...
2012-06-07 Thomas Koenigre PR fortran/52861 ((missed optimisation) missed trans...
2012-05-30 Tobias Burnusdecl.c: Fix comment typos.
2012-05-11 Thomas Koenigre PR libfortran/52537 (slow trim function)
2012-04-29 Thomas Koenigre PR fortran/53148 (Incorrect intrinsic function parsi...
2012-04-07 Thomas Koenigre PR fortran/52893 (Moving functions out of implied...
2012-02-01 Thomas Koenigre PR fortran/51958 (-ffrontend-optimize generates...
2012-01-27 Tobias Burnusre PR fortran/51970 ([OOP] gimplification failed for...
2011-12-11 Thomas Koenigre PR fortran/50690 (ICE with front end optimization...
2011-11-04 Mikael Morinfrontend-passes.c (cfe_register_funcs): Return early...
2011-10-16 Thomas Koenigfrontend-passes.c (current_ns): Make static.
2011-10-10 Thomas Koenigre PR fortran/50564 (Front-end optimization - ICE with...
2011-09-11 Thomas Koenigre PR fortran/50327 (Front-end optimization generates...
2011-09-08 Tobias Burnusre PR fortran/44646 ([F08] Implement DO CONCURRENT)
2011-08-20 Janus Weilre PR fortran/49638 ([OOP] length parameter is ignored...
2011-08-02 Jakub Jelinekbackport: re PR fortran/46752 (OpenMP - Seg fault for...
2011-07-28 Jakub Jelinekre PR fortran/31067 (MINLOC should sometimes be inlined...
2011-06-13 Thomas Koenigfrontend-passes.c (remove_trim): New function.
2011-06-11 Thomas Koenigfrontend-passes.c (optimize_assignment): Follow chains...
2011-06-08 Tobias Burnusre PR fortran/18918 (Eventually support Fortran 2008...
2011-05-22 Thomas Koenigfrontend-passes.c (cfe_register_funcs): Also register...
2011-05-14 Thomas Koenigre PR fortran/22572 (Double occurrence of matmul intrin...
2011-04-26 Thomas Koenigfrontend-passes.c (inserted_block): New variable.
2011-04-21 Thomas Koenigre PR fortran/48405 (Handle expressions in DO loops...
2011-04-19 Janne BlomqvistUse XDELETEVEC instead of free
2011-04-18 Jim Meyeringconvert each use of gfc_free (p) to free (p)
2011-04-10 Mike StumpRemove doubled up words.
2011-04-08 Thomas Koenigre PR fortran/48448 (Implement -f(no-)frontend-optimiza...
2011-04-04 Thomas Koenigfrontend-passes: (optimize_lexical_comparison): New...
2011-04-04 Thomas Koenigre PR fortran/48412 (CP2K miscompiled due to some Fortr...
2011-04-01 Thomas Koenigre PR fortran/48352 (segfault in fortran/frontend-passes.c)
2011-03-29 Thomas Koenigfunction_optimize_1.f90: Add -Warray-temporaries, check...
2011-03-27 Thomas Koenigre PR fortran/47065 (Replace trim(a) by a(1:len_trim...
2011-03-21 Thomas Koenigre PR fortran/22572 (Double occurrence of matmul intrin...
2011-01-13 Tobias Burnusre PR fortran/45848 ([OOP] ICE on invalid code in fortr...
2010-12-31 Thomas Koenigre PR fortran/47065 (Replace trim(a) by a(1:len_trim...
2010-12-29 Thomas Koenigfrontend-passes.c (gfc_code_walker): Handle expressions...
2010-10-30 Thomas Koeniggfortran.h (gfc_option_t): Replace dump_parse_tree...
2010-10-10 Thomas Koenigfrontend-passes.c: Include opts.h.
2010-09-23 Thomas Koenigre PR fortran/45744 (ICE with -O1 in gfc_conv_expr_op...
2010-09-18 Thomas Koenigfrontend-passes.c (gfc_expr_walker): Also handle EXPR_S...
2010-09-18 Thomas Koenigfrontend-passes.c (gfc_expr_walker): Handle constructor...
2010-09-16 Jakub Jelinekgfortran.h (walk_code_fn_t, [...]): New types.
2010-09-08 Jakub Jelinek* frontend-passes.c (optimize_code_node): Walk block...
2010-09-06 Thomas Koenigre PR fortran/36931 (unneeded temporary for array intri...
2010-09-03 Thomas Koenigdump_parse_tree (gfc_run_passes): Call optimize_namespa...
2010-08-23 Mikael Morinre PR fortran/45380 (ICE in gfc_conv_intrinsic_any_all...
2010-08-02 Thomas Koenigre PR fortran/36854 ([meta-bug] fortran front-end optim...
2010-07-25 Thomas Koenigre PR fortran/40628 (Assignment using "= trim(string...