Age | Commit message (Expand) | Author | Files | Lines |
2011-11-04 | trans-expr.c (gfc_conv_procedure_call): Handle temporaries for arguments to e... | Mikael Morin | 3 | -67/+67 |
2011-11-04 | trans-array.h (gfc_free_ss, [...]): New prototypes. | Mikael Morin | 3 | -14/+19 |
2011-11-03 | trans.h (gfc_inline_intrinsic_function_p): Move prototype... | Mikael Morin | 4 | -3/+21 |
2011-11-03 | trans-array.c (gfc_trans_preloop_setup): New pointers to outer dimension's ss... | Mikael Morin | 2 | -7/+32 |
2011-11-03 | trans-array.c (outermost_loop): New function. | Mikael Morin | 2 | -25/+47 |
2011-11-03 | trans-array.c (constant_array_constructor_loop_size): Handle multiple loops. | Mikael Morin | 2 | -18/+29 |
2011-11-03 | trans-array.c (get_rank, [...]): New functions. | Mikael Morin | 2 | -7/+46 |
2011-11-03 | trans.h (struct gfc_loopinfo): New field parent. | Mikael Morin | 3 | -0/+36 |
2011-11-03 | trans-array.c (gfc_add_loop_ss_code): Skip non-nestedmost ss. | Mikael Morin | 2 | -3/+39 |
2011-11-03 | trans.h (struct gfc_loopinfo): New fields nested and next. | Mikael Morin | 3 | -0/+25 |
2011-11-03 | trans-array.c (gfc_trans_create_temp_array): Loop over the parents. | Mikael Morin | 2 | -32/+43 |
2011-11-03 | trans-array.c (get_array_ref_dim, [...]): Rename the former to the latter and... | Mikael Morin | 2 | -14/+57 |
2011-11-03 | trans.h (struct gfc_ss): New field nested_ss. | Mikael Morin | 3 | -1/+12 |
2011-11-03 | trans-array.c (set_vector_loop_bounds): Loop over the parents. | Mikael Morin | 2 | -5/+13 |
2011-11-03 | trans-array.c (gfc_trans_array_constructor): Loop over the parents. | Mikael Morin | 2 | -10/+20 |
2011-11-03 | trans-array.c (gfc_set_loop_bounds_from_array_spec): Loop over the parents. | Mikael Morin | 2 | -30/+48 |
2011-11-03 | trans.h (struct gfc_ss): New field parent. | Mikael Morin | 4 | -2/+23 |
2011-11-03 | trans-array.h (gfc_trans_create_temp_array): Remove loop argument. | Mikael Morin | 6 | -25/+33 |
2011-11-03 | trans-array.c (gfc_trans_create_temp_array): New variable total_dim. | Mikael Morin | 2 | -4/+11 |
2011-11-03 | trans-array.c (gfc_trans_array_constructor, [...]): Rename the former to the ... | Mikael Morin | 2 | -2/+11 |
2011-11-03 | trans-array.c (gfc_set_vector_loop_bounds): Get loop from ss. | Mikael Morin | 2 | -2/+10 |
2011-11-03 | trans.h (struct gfc_ss): New field loop. | Mikael Morin | 3 | -0/+32 |
2011-11-03 | trans.h (struct gfc_ss_info): New field refcount. | Mikael Morin | 3 | -0/+17 |
2011-11-03 | trans-array.c (gfc_trans_create_temp_array): Move invariant condition out of ... | Mikael Morin | 2 | -27/+35 |
2011-11-03 | trans-array.c (gfc_conv_loop_setup, [...]): Move specloop arrays clearing fro... | Mikael Morin | 2 | -4/+10 |
2011-11-03 | trans-array.c (set_loop_bounds): Separate the beginning of gfc_conv_loop_setu... | Mikael Morin | 2 | -12/+58 |
2011-11-03 | re PR fortran/50933 (Wrongly regards BIND(C) types as incompatible) | Tobias Burnus | 4 | -2/+67 |
2011-11-03 | re PR fortran/50960 ([OOP] vtables not marked as constant) | Tobias Burnus | 4 | -0/+37 |
2011-11-03 | trans.h (struct gfc_ss, [...]): Move field gfc_ss::where into gfc_ss_info. | Mikael Morin | 4 | -7/+16 |
2011-11-03 | trans.h (struct gfc_ss, [...]): Move field gfc_ss::useflags into gfc_ss_info. | Mikael Morin | 5 | -12/+25 |
2011-11-03 | trans.h (struct gfc_ss, [...]): Move field gfc_ss::data::info into gfc_ss_inf... | Mikael Morin | 7 | -76/+108 |
2011-11-03 | trans.h (struct gfc_ss, [...]): Move member struct gfc_ss::data::temp into gf... | Mikael Morin | 3 | -10/+18 |
2011-11-03 | trans.h (struct gfc_ss, [...]): Move member struct gfc_ss::data::scalar into ... | Mikael Morin | 5 | -13/+27 |
2011-11-03 | trans.h (struct gfc_ss, [...]): Move field string_length from the former stru... | Mikael Morin | 5 | -26/+47 |
2011-11-03 | trans.h (struct gfc_ss, [...]): Move field expr from the former struct to the... | Mikael Morin | 7 | -102/+167 |
2011-11-03 | trans.h (struct gfc_ss_info): New struct. | Mikael Morin | 7 | -53/+141 |
2011-11-03 | trans.h (struct gfc_ss, [...]): Move shape field from the former struct to th... | Mikael Morin | 5 | -29/+48 |
2011-11-03 | trans.h (struct gfc_array_info): Move dim and dimen fields... | Mikael Morin | 6 | -89/+99 |
2011-11-03 | trans.h (struct gfc_ss_info, [...]): Rename the former to the latter. | Mikael Morin | 6 | -34/+54 |
2011-11-03 | trans-array.c (dim_ok, [...]): Rename the former to the latter. | Mikael Morin | 2 | -5/+14 |
2011-11-03 | trans-array.c (get_array_ref_dim): Change argument type and name. | Mikael Morin | 2 | -3/+12 |
2011-11-03 | trans-array.c (gfc_set_vector_loop_bounds, [...]): Rename the former to the l... | Mikael Morin | 2 | -2/+12 |
2011-11-03 | trans-array.h (gfc_trans_create_temp_array): Replace info argument with ss ar... | Mikael Morin | 6 | -10/+26 |
2011-11-03 | trans-array.c (gfc_trans_array_bound_check): Use ss argument to get name. | Mikael Morin | 2 | -22/+7 |
2011-11-03 | trans-array.c (gfc_trans_array_bound_check, [...]): Rename the former to the ... | Mikael Morin | 2 | -15/+29 |
2011-11-03 | trans-array.c (gfc_trans_constant_array_constructor, [...]): Rename the forme... | Mikael Morin | 2 | -7/+11 |
2011-11-03 | trans-array.c (gfc_trans_scalarizing_loops): Stop loop before end marker, not... | Mikael Morin | 2 | -1/+6 |
2011-11-03 | trans-array.c (gfc_conv_loop_setup): Also skip temporary arrays. | Mikael Morin | 2 | -1/+10 |
2011-11-03 | trans-array.c (gfc_conv_ss_startstride): Access array bounds along array dime... | Mikael Morin | 2 | -3/+10 |
2011-11-03 | trans-array.c (gfc_trans_preloop_setup): Assertify one condition. | Mikael Morin | 2 | -2/+5 |