re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)
[gcc.git] / gcc / fortran / trans-array.c
2012-02-12 Mikael Morintrans-array.c (gfc_walk_elemental_function_args, [...
2012-02-12 Mikael Morintrans-array.c (gfc_get_proc_ifc_for_expr): New function.
2012-02-05 Paul Thomasre PR fortran/52102 ([OOP] Wrong result with ALLOCATE...
2012-01-29 Tobias Burnusre PR fortran/51972 ([OOP] Wrong code as _copy does...
2012-01-27 Paul Thomasre PR fortran/48705 ([OOP] ALLOCATE with non-trivial...
2012-01-16 Mikael Morinre PR fortran/50981 ([OOP] Wrong-code for scalarizing...
2012-01-16 Paul Thomastrans-array.c (gfc_trans_create_temp_array): In the...
2012-01-13 Paul Thomasre PR fortran/48351 ([OOP] Realloc on assignment fails...
2012-01-09 Mikael Morin[multiple changes]
2012-01-06 Tobias Burnus2012-01-06 Tobias Burnus <burnus@net-b.de>
2012-01-04 Mikael Morinre PR fortran/50981 ([OOP] Wrong-code for scalarizing...
2012-01-04 Mikael Morinre PR fortran/50981 ([OOP] Wrong-code for scalarizing...
2012-01-02 Paul Thomasre PR fortran/51529 ([OOP] gfortran.dg/class_to_type_1...
2011-12-15 Paul Thomastrans-expr.c (gfc_walk_function_expr): Detect elemental...
2011-12-11 Paul Thomasre PR fortran/41539 ([OOP] Calling function which takes...
2011-12-08 Tobias Burnusre PR fortran/51448 (Compiler crash when assigning...
2011-11-25 Mikael Morintrans-array.c (set_loop_bounds): Remove dead conditions.
2011-11-25 Mikael Morinre PR fortran/51250 (Bug with SUM(,dim,mask))
2011-11-16 Tobias Burnusre PR fortran/39427 (F2003: Procedures with same name...
2011-11-04 Mikael Morinre PR fortran/43829 (Scalarization of reductions)
2011-11-04 Mikael Morintrans-array.h (gfc_free_ss, [...]): New prototypes.
2011-11-03 Mikael Morintrans-array.c (gfc_trans_preloop_setup): New pointers...
2011-11-03 Mikael Morintrans-array.c (outermost_loop): New function.
2011-11-03 Mikael Morintrans-array.c (constant_array_constructor_loop_size...
2011-11-03 Mikael Morintrans-array.c (get_rank, [...]): New functions.
2011-11-03 Mikael Morintrans.h (struct gfc_loopinfo): New field parent.
2011-11-03 Mikael Morintrans-array.c (gfc_add_loop_ss_code): Skip non-nestedmo...
2011-11-03 Mikael Morintrans.h (struct gfc_loopinfo): New fields nested and...
2011-11-03 Mikael Morintrans-array.c (gfc_trans_create_temp_array): Loop over...
2011-11-03 Mikael Morintrans-array.c (get_array_ref_dim, [...]): Rename the...
2011-11-03 Mikael Morintrans-array.c (set_vector_loop_bounds): Loop over the...
2011-11-03 Mikael Morintrans-array.c (gfc_trans_array_constructor): Loop over...
2011-11-03 Mikael Morintrans-array.c (gfc_set_loop_bounds_from_array_spec...
2011-11-03 Mikael Morintrans.h (struct gfc_ss): New field parent.
2011-11-03 Mikael Morintrans-array.h (gfc_trans_create_temp_array): Remove...
2011-11-03 Mikael Morintrans-array.c (gfc_trans_create_temp_array): New variab...
2011-11-03 Mikael Morintrans-array.c (gfc_trans_array_constructor, [...])...
2011-11-03 Mikael Morintrans-array.c (gfc_set_vector_loop_bounds): Get loop...
2011-11-03 Mikael Morintrans.h (struct gfc_ss): New field loop.
2011-11-03 Mikael Morintrans.h (struct gfc_ss_info): New field refcount.
2011-11-03 Mikael Morintrans-array.c (gfc_trans_create_temp_array): Move invar...
2011-11-03 Mikael Morintrans-array.c (gfc_conv_loop_setup, [...]): Move speclo...
2011-11-03 Mikael Morintrans-array.c (set_loop_bounds): Separate the beginning...
2011-11-03 Mikael Morintrans.h (struct gfc_ss, [...]): Move field gfc_ss:...
2011-11-03 Mikael Morintrans.h (struct gfc_ss, [...]): Move field gfc_ss:...
2011-11-03 Mikael Morintrans.h (struct gfc_ss, [...]): Move field gfc_ss:...
2011-11-03 Mikael Morintrans.h (struct gfc_ss, [...]): Move member struct...
2011-11-03 Mikael Morintrans.h (struct gfc_ss, [...]): Move member struct...
2011-11-03 Mikael Morintrans.h (struct gfc_ss, [...]): Move field string_lengt...
2011-11-03 Mikael Morintrans.h (struct gfc_ss, [...]): Move field expr from...
2011-11-03 Mikael Morintrans.h (struct gfc_ss_info): New struct.
2011-11-03 Mikael Morintrans.h (struct gfc_ss, [...]): Move shape field from...
2011-11-03 Mikael Morintrans.h (struct gfc_array_info): Move dim and dimen...
2011-11-03 Mikael Morintrans.h (struct gfc_ss_info, [...]): Rename the former...
2011-11-03 Mikael Morintrans-array.c (dim_ok, [...]): Rename the former to...
2011-11-03 Mikael Morintrans-array.c (get_array_ref_dim): Change argument...
2011-11-03 Mikael Morintrans-array.c (gfc_set_vector_loop_bounds, [...]):...
2011-11-03 Mikael Morintrans-array.h (gfc_trans_create_temp_array): Replace...
2011-11-03 Mikael Morintrans-array.c (gfc_trans_array_bound_check): Use ss...
2011-11-03 Mikael Morintrans-array.c (gfc_trans_array_bound_check, [...])...
2011-11-03 Mikael Morintrans-array.c (gfc_trans_constant_array_constructor...
2011-11-03 Mikael Morintrans-array.c (gfc_trans_scalarizing_loops): Stop loop...
2011-11-03 Mikael Morintrans-array.c (gfc_conv_loop_setup): Also skip temporar...
2011-11-03 Mikael Morintrans-array.c (gfc_conv_ss_startstride): Access array...
2011-11-03 Mikael Morintrans-array.c (gfc_trans_preloop_setup): Assertify...
2011-11-03 Mikael Morintrans-array.c (gfc_walk_array_ref): Skip coarray dimens...
2011-11-03 Mikael Morintrans-array.c (get_array_ref_dim): Remove redundant...
2011-11-03 Mikael Morintrans-array.c (gfc_trans_preloop_setup): Move common...
2011-11-03 Mikael Morintrans-array.c (gfc_trans_preloop_setup): Use loop's...
2011-11-03 Mikael Morintrans-array.c (gfc_trans_preloop_setup): Remove redunda...
2011-11-03 Mikael Morintrans-array.c (gfc_trans_preloop_setup): Factor loop...
2011-11-03 Mikael Morintrans-array.c (gfc_trans_preloop_setup): Move code...
2011-11-03 Mikael Morintrans-array.c (gfc_trans_preloop_setup): Move array...
2011-10-18 Mikael Morinre PR fortran/50420 ([Coarray] lcobound doesn't accept...
2011-10-18 Mikael Morintrans-array.h (gfc_walk_array_ref): New prototype.
2011-10-18 Mikael Morinre PR fortran/50420 ([Coarray] lcobound doesn't accept...
2011-10-18 Mikael Morinre PR fortran/50420 ([Coarray] lcobound doesn't accept...
2011-10-18 Mikael Morintrans-array.c (gfc_conv_expr_descriptor): Save some...
2011-10-18 Mikael Morintrans-array.c (gfc_conv_expr_descriptor): Move ndim...
2011-10-11 Michael MeissnerConvert standard builtin functions from being arrays...
2011-10-08 Paul Thomasre PR fortran/47844 (Array stride ignored for pointer...
2011-10-07 Mikael Morintrans-array.c (gfc_conv_expr_descriptor): Remove traili...
2011-10-07 Mikael Morintrans-array.c (gfc_conv_ss_startstride): Merge two...
2011-10-07 Mikael Morintrans-array.c (gfc_conv_section_startstride): Remove...
2011-10-07 Mikael Morintrans-array.c (gfc_conv_section_startstride): Remove...
2011-10-07 Mikael Morintrans-array.c (gfc_walk_variable_expr): Remove scalar...
2011-10-07 Mikael Morintrans.h (gfc_ss_info): Remove codimen field.
2011-10-07 Mikael Morintrans.h (gfc_loopinfo): Remove codimen field.
2011-10-07 Mikael Morintrans.h (gfc_ss): Remove data.temp.codimen field.
2011-10-07 Mikael Morintrans-array.c (gfc_conv_expr_descriptor): Add out-of...
2011-10-07 Mikael Morintrans-array.c (gfc_conv_ss_startstride): Support zero...
2011-10-07 Mikael Morintrans-array.c (gfc_conv_section_startstride): Move...
2011-10-07 Mikael Morintrans-array.c (gfc_conv_section_startstride): Update...
2011-10-07 Mikael Morintrans-array.c (gfc_conv_section_startstride): Factor...
2011-10-07 Mikael Morintrans-array.c (gfc_conv_expr_descriptor): Use codim...
2011-10-07 Mikael Morintrans-array.h (struct gfc_se): New flag want_coarray.
2011-10-07 Mikael Morintrans-array.c (gfc_conv_expr_descriptor): Simplify...
2011-09-08 Mikael Morintrans-array.c (gfc_trans_constant_array_constructor...
2011-09-08 Mikael Morintrans-array.h (gfc_get_scalar_ss): New prototype.
2011-09-08 Mikael Morintrans-array.h (gfc_get_temp_ss): New prototype.
next