Age | Commit message (Expand) | Author | Files | Lines |
2006-02-09 | re PR fortran/26038 (ICE on allocation of assumed length CHARACTER dummy.) | Paul Thomas | 1 | -0/+4 |
2006-02-06 | trans-stmt.c (gfc_evaluate_where_mask): Allow the NMASK argument to be NULL t... | Roger Sayle | 1 | -27/+51 |
2006-02-06 | backport: trans-decl.c (create_function_arglist): Handle dummy functions. | Jakub Jelinek | 1 | -1/+1 |
2006-02-05 | dependency.c (gfc_check_dependency): Remove unused vars and nvars arguments. | Roger Sayle | 1 | -10/+181 |
2006-02-05 | trans-stmt.c (gfc_evaluate_where_mask): Use LOGICAL*1 for WHERE masks instead... | Roger Sayle | 1 | -4/+8 |
2006-01-19 | gfortranspec.c: Update copyright years. | Tobias Schlüter | 1 | -1/+2 |
2006-01-16 | trans-stmt.c (gfc_trans_if_1): Use fold_buildN and build_int_cst. | Richard Guenther | 1 | -28/+38 |
2006-01-16 | trans-expr.c (gfc_conv_function_call): Use fold_build2. | Richard Guenther | 1 | -1/+2 |
2006-01-09 | trans-stmt.c (gfc_trans_pointer_assign_need_temp): Use fold_convert to avoid ... | Andrew Pinski | 1 | -1/+2 |
2006-01-07 | re PR fortran/22146 (ICE when calling ELEMENTAL subroutines) | Paul Thomas | 1 | -17/+79 |
2005-12-16 | trans.h (tree): Remove declaration of gfc_build_function_call. | Richard Guenther | 1 | -11/+11 |
2005-12-16 | trans.h (gfc_build_indirect_ref): Remove declaration. | Richard Guenther | 1 | -3/+3 |
2005-12-16 | (gfc_conv_descriptor_data_addr): Use build_fold_addr_expr where appropriate. | Richard Guenther | 1 | -3/+3 |
2005-10-25 | re PR fortran/22290 (Optimize Assigned GOTO to cause error with -O1 or higher) | Feng Wang | 1 | -0/+3 |
2005-09-21 | re PR fortran/19929 (Deallocation of an allocated derived type component caus... | Erik Edelmann | 1 | -1/+1 |
2005-08-14 | trans-stmt.c (gfc_trans_arithmetic_if): Optimized in case of equal labels. | Canqun Yang | 1 | -10/+31 |
2005-07-31 | trans-stmt.c (gfc_trans_goto): Jump to the known label instead of the assigne... | Steven Bosscher | 1 | -4/+6 |
2005-07-20 | Make CONSTRUCTOR use VEC to store initializers. | Giovanni Bajo | 1 | -2/+2 |
2005-07-11 | trans-stmt.c (gfc_trans_forall_loop): Clear maskindex before the outermost loop. | Jakub Jelinek | 1 | -118/+16 |
2005-06-26 | trans-stmt.c (gfc_trans_forall_1): Prefer to use smaller logical type than bo... | Jakub Jelinek | 1 | -3/+9 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-13 | re PR fortran/22038 (Forall with mask broken) | Tobias Schlüter | 1 | -2/+3 |
2005-06-13 | trans-expr.c (gfc_conv_function_call): Return int instead of void. | Jakub Jelinek | 1 | -4/+3 |
2005-06-11 | re PR fortran/17792 ([4.0 only] deallocate does not return stat) | Steven G. Kargl | 1 | -11/+65 |
2005-05-26 | data.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-05-17 | re PR fortran/15080 (Forall bounds not calculated correctly (forall_3.f90)) | Jakub Jelinek | 1 | -90/+160 |
2005-05-15 | [multiple changes] | Feng Wang | 1 | -1/+1 |
2005-05-13 | trans-stmt.c (gfc_trans_forall_1): Fix comment typo. | Paul Brook | 1 | -1/+1 |
2005-04-01 | decl.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-03-23 | convert.c (convert): Replace fold (buildN (...)) with fold_buildN. | Steven Bosscher | 1 | -58/+58 |
2005-03-15 | trans-stmt.c (gfc_trans_label_assign): Don't set DECL_ARTIFICIAL flag to zero... | Feng Wang | 1 | -2/+0 |
2005-03-15 | re PR fortran/18827 (ICE on assign to common variable) | Feng Wang | 1 | -2/+21 |
2005-02-13 | trans-stmt.c (generate_loop_for_temp_to_lhs, [...]): Remove if whose conditio... | Tobias Schlüter | 1 | -8/+4 |
2005-01-27 | trans-decl.c (gfc_build_label_decl): Set DECL_ARTIFICAL and TREE_USED for all... | Steven Bosscher | 1 | -2/+1 |
2005-01-23 | data.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2005-01-18 | arith.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-03 | arith.c: Add system.h; remove string.h | Steven G. Kargl | 1 | -2/+0 |
2004-12-12 | re PR fortran/16222 (non-integral DO loop variables are unsupported.) | Steven G. Kargl | 1 | -10/+24 |
2004-11-08 | arith.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -3/+3 |
2004-10-07 | * trans-stmt.c: Fix a comment typo. | Kazu Hirata | 1 | -1/+1 |
2004-10-06 | trans-stmt.c (gfc_trans_simple_do): New function. | Paul Brook | 1 | -28/+124 |
2004-10-04 | trans-const.c (gfc_build_cstring_const): New function. | Tobias Schlüter | 1 | -3/+2 |
2004-09-16 | array.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -15/+15 |
2004-09-14 | data.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -3/+3 |
2004-09-08 | array.c: Don't include assert.h. | Paul Brook | 1 | -22/+15 |
2004-08-30 | Make-lang.in (fortran/f95-lang.o): Update dependencies. | Richard Henderson | 1 | -0/+6 |
2004-08-25 | trans.h (build2_v, build3_v): New macros. | Tobias Schlüter | 1 | -98/+99 |
2004-08-25 | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 1 | -5/+5 |
2004-08-17 | re PR fortran/13082 (Function entries and entries with alternate returns not ... | Paul Brook | 1 | -0/+8 |
2004-08-15 | tree.h (build_int_cst): New. | Nathan Sidwell | 1 | -8/+6 |