Age | Commit message (Expand) | Author | Files | Lines |
1998-04-16 | tree.c (build_expr_wfl): Use NULL_TREE if the file name is NULL. | Alexandre Petit-Bianco | 1 | -3/+14 |
1998-04-08 | tree.def (EXPR_WITH_FILE_LOCATION): New tree node definition. | Alexandre Petit-Bianco | 1 | -1/+23 |
1998-04-04 | * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 | Jeff Law | 1 | -28/+24 |
1998-04-01 | fold-const.c (optimze_bit_field_compare): Initialize rnbitpos, rnbitsize, rnm... | Jeffrey A Law | 1 | -1/+1 |
1998-03-20 | Major cutover to using system.h: | Kaveh R. Ghazi | 1 | -18/+6 |
1998-02-28 | Fix warious warnings: | Kaveh R. Ghazi | 1 | -0/+6 |
1998-02-22 | tree.c (contains_placeholder_p): Ensure function always returns a value. | Bruno Haible | 1 | -0/+1 |
1998-02-18 | tree.h (merge_machine_{type,decl}_attributes): Declare. | Brendan Kehoe | 1 | -0/+30 |
1998-02-15 | tree.c (first_rtl_op): New fn. | Jason Merrill | 1 | -13/+84 |
1998-02-13 | varasm.c (output_constant_pool): Bring back 'done' label inside an appropriat... | Jeffrey A Law | 1 | -2/+1 |
1998-01-27 | c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>. | Kaveh R. Ghazi | 1 | -5/+14 |
1998-01-17 | varasm.c (immed_double_const): Add casts to HOST_WIDE_INT where necessary. | David S. Miller | 1 | -1/+1 |
1997-12-24 | tree.c (restore_tree_status): Do not dereference a null pointer. | Jeffrey A Law | 1 | -6/+9 |
1997-12-18 | tree.c (build_range_type): Allow creation of ranges with no maximum. | Richard Henderson | 1 | -6/+12 |
1997-12-11 | tree.c, tree.h: Change tree_code_type, tree_code_length, and tree_code_name f... | John F. Carr | 1 | -30/+5 |
1997-12-06 | Merge from gcc-2.8 | Jeff Law | 1 | -3/+7 |
1997-11-13 | patch from paul eggert to fix -0.0/0.0 confusion that breaks glibc | Paul Eggert | 1 | -1/+1 |
1997-11-02 | Update mainline egcs to gcc2 snapshot 971021. | Jeff Law | 1 | -33/+104 |
1997-10-18 | tree.c (restore_tree_status): Also free up temporary storage when we finish a... | Jason Merrill | 1 | -8/+86 |
1997-10-14 | * tree.c (expr_tree_cons, build_expr_list, expralloc): New fns. | Jason Merrill | 1 | -0/+38 |
1997-08-28 | version.c: Bump for latest snapshot. | Jeffrey A Law | 1 | -0/+8 |
1997-08-02 | (int_fits_type_p): Negative ints never fit unsigned types, and | Richard Kenner | 1 | -2/+8 |
1997-08-02 | (contains_this_placeholder_p): Delete. | Richard Kenner | 1 | -40/+14 |
1997-07-22 | tree.c (array_type_nelts): Make sure the domain of TYPE is set before we try ... | Brendan Kehoe | 1 | -3/+10 |
1997-07-20 | (contains_placeholder_p): Call contains_this_placeholder_p. | Richard Kenner | 1 | -23/+56 |
1997-06-12 | tree.c (unsave_expr_now): Avoid recursing into the parts of the tree that are... | Mike Stump | 1 | -1/+15 |
1997-06-09 | (change_main_variant): Remove unused function. | Richard Kenner | 1 | -37/+0 |
1997-05-06 | reformat a little to match GNU coding standards. | Mike Stump | 1 | -2/+2 |
1997-04-17 | x | Jason Merrill | 1 | -6/+29 |
1997-03-17 | (build_{index,range}_type): Ensure expressions for min and max value | Richard Kenner | 1 | -3/+12 |
1997-01-29 | (copy_node): Clear TREE_ASM_WRITTEN. | Richard Kenner | 1 | -0/+1 |
1997-01-18 | (get_unwidened): Don't crash if FIELD_DECL not layed out. | Richard Kenner | 1 | -1/+3 |
1997-01-04 | (staticp, case COMPONENT_REF, BIT_FIELD_REF): Not static if bitfield. | Richard Kenner | 1 | -1/+6 |
1997-01-04 | (integer_pow2): Mask value to width of type. | Richard Kenner | 1 | -1/+57 |
1996-12-09 | x | Jason Merrill | 1 | -0/+39 |
1996-11-07 | (integer_{zero,one,all_ones,pow2}p, real_{zero,one,two}p): Return 0 if | Richard Kenner | 1 | -2/+8 |
1996-10-31 | (decl_function_context): Handle QUAL_UNION_TYPE. | Jim Wilson | 1 | -1/+2 |
1996-09-29 | (build_complex): Add new argument, TYPE. | Richard Kenner | 1 | -5/+6 |
1996-09-29 | (contains_placeholder): Return 1 for PLACEHOLDER_EXPR. | Richard Kenner | 1 | -0/+2 |
1996-09-24 | (copy_node): Fix error in last change. | Richard Kenner | 1 | -9/+5 |
1996-09-23 | (copy_node): Abort if don't know size of node. | Richard Kenner | 1 | -0/+2 |
1996-09-23 | (build1): Clean up initialization of OBSTACK. | Richard Kenner | 1 | -2/+1 |
1996-07-23 | install EH code | Mike Stump | 1 | -0/+1 |
1996-07-03 | formatting tweaks | Mike Stump | 1 | -19/+23 |
1996-05-31 | tree.def (OFFSET_REF): Remove. | Mike Stump | 1 | -9/+0 |
1996-05-18 | (unsave_expr_now): Avoid use of NULL_RTX since no rtl.h. | Richard Kenner | 1 | -3/+3 |
1996-05-17 | expr.c (expand_expr, [...]): Make TARGET_EXPRs redoable for UNSAVE_EXPR. | Mike Stump | 1 | -3/+5 |
1996-05-17 | expr.c (expand_expr, [...]): Move from the C++ frontend to the backend where ... | Mike Stump | 1 | -0/+85 |
1996-05-06 | expr.c (expand_increment): Add third parameter to know when to ignore the res... | Mike Stump | 1 | -4/+4 |
1996-05-05 | (build_real_from_int_cst): Remove spurious test for | Richard Kenner | 1 | -1/+1 |