OSDN Git Service

[pf3gnuchains/gcc-fork.git] / gcc / stor-layout.c
1998-10-13 ghaziWarning fixes:
1998-10-09 rth * expmed.c (store_bit_field): Pun non-integral...
1998-08-20 brolleyThu Aug 20 13:15:11 1998 Dave Brolley <brolley@cygnus...
1998-07-27 brolleyMon Jul 27 17:18:52 1998 Dave Brolley <brolley@cygnus...
1998-05-28 meissnerMake rtx, tree types type correct if the appropriate...
1998-05-18 rth* tree.h (TYPE_SIZE_UNIT): New.
1998-05-18 jason * stor-layout.c (layout_record): Fix off-by-one error...
1998-05-15 jason * tree.h (BINFO_SIZE, TYPE_BINFO_SIZE): New macros.
1998-05-15 bkoz`
1998-05-06 robertlWed May 6 06:35:38 1998 Robert Lipe <robertl@dgii...
1998-04-04 rth* tree.h (sizetype_tab[2], sbitsizetype, ubitsizetype...
1998-04-01 law * fold-const.c optimze_bit_field_compare):...
1998-03-29 law * Makefile.in (c-typeck.o): Delete on expr...
1998-03-20 ghaziMajor cutover to using system.h:
1998-02-11 law * stor-layout.c (layout_type): Do upper - lower...
1998-02-01 law * expr.c (get_inner_reference): Use sbitsizetyp...
1997-12-07 lawMerge from gcc-2.8
1997-11-02 lawUpdate mainline egcs to gcc2 snapshot 971021.
1997-10-16 law * c-decl.c (start_struct): Ensure that structs...
1997-07-28 merrillx
1997-06-27 kenner(layout_record, PCC_BITFIELD_TYPE_MATTERS): Round up...
1997-05-06 mrsreformat a little to match GNU coding standards.
1997-04-13 kenner(layout_record, PCC_BITFIELD_TYPE_MATTERS): Fix sign...
1997-03-17 kenner(layout_record, PCC_BITFIELD_TYPE_MATTERS): Only add...
1997-01-21 dje * stor-layout.c (layout_record): Correct test for...
1996-11-09 merrillx
1996-11-07 kenner(layout_record): Treat constant size as variable if...
1996-10-30 kenner(layout_record): Use HOST_WIDE_INT for size.
1996-10-24 kenner(GET_MODE_ALIGNMENT): Delete definition; duplicate.
1996-10-04 kenner(layout_decl): Don't turn off DECL_BIT_FIELD if DECL...
1996-08-05 dje(layout_record): Correct overflow test for 0 sized...
1996-07-23 mrsinstall EH code
1996-07-03 mrsformatting tweaks
1996-06-03 kenner(layout_decl): Test DECL_PACKED and TYPE_PACKED instead of
1996-04-26 kenner(layout_decl): Turn off DECL_BIT_FIELD for BLKmode...
1996-04-21 kenner(layout_record): Use ADJUST_FIELD_ALIGN to modify align...
1996-03-31 kenner(layout_decl): Don't make a bitfield an integral mode...
1996-02-06 bothner* stor-layout.c (layout_type): Use same code to layout...
1995-12-16 kenner(layout_record): When PCC_BITFIELD_TYPE_MATTERS, comput...
1995-10-03 kenner(layout_type, case ARRAY_TYPE): Strip MAX_EXPR from...
1995-09-25 kenner(put_pending_sizes): New function.
1995-08-28 kennerFix spelling errors.
1995-06-15 kennerUpdate FSF address.
1995-06-11 kenner(variable_size): Do nothing if SIZE is constant.
1995-05-16 kennerFix typos in comments.
1995-05-12 kenner(layout_type, case ARRAY_TYPE): Compute length using...
1995-03-31 meissnerAdd -fpack-struct.
1994-12-18 kenner(layout_decl): Allow DECL_BIT_FIELD for any type.
1994-11-22 kenner(layout_type): Use ptr_mode instead of equivalent call to
1994-10-20 kenner(variable_size): Return SIZE if it contains a PLACEHOLD...
1994-09-01 bothner* stor-layout.c (set_alignment): New global.
1994-05-18 bothnerAllow any integral type for bitfields (such as booleans).
1994-05-11 kenner(layout_type): Use POINTER_SIZE, instead of width of...
1994-03-18 bothner * stor-layout.c (layout_type, case BOOLEAN_TYPE):
1994-03-17 kenner(layout_type, case INTEGER_TYPE): Properly test for...
1994-03-16 kenner(layout_record): If the place where we were going to...
1994-02-28 kenner(variable_size): If global_bindings_p < 0, don't even...
1993-09-22 mrs * cp-class.c (finish_struct): Move special...
1993-09-14 rms(layout_record): Turn off PCC_BITFIELD_TYPE_MATTERS
1993-08-05 kenner(layout_type): Put size-related nodes in same obstack...
1993-06-28 kennerAdd prototypes for layout_record and layout_union.
1993-04-13 kenner(layout_union): Handle QUAL_UNION_TYPE.
1993-04-11 kenner(layout_record): After copying the offsets of a field...
1993-03-27 kenner(variable_size): When evaluating sizes of variable...
1993-03-12 rms(variable_size): Better error for div by 0 in size.
1993-01-18 wilson(make_signed_type): Consistently use
1993-01-13 rms(variable_size): Change back to NULL_PTR.
1993-01-12 brendan * stor-layout.c (variable_size): Call expand_expr...
1992-12-31 rms(layout_record): Avoid overflow in const_size by adding...
1992-09-09 rms(layout_type): Caller must give size of FILE_TYPE.
1992-08-01 rms(layout_record): Take account of
1992-07-15 rms(layout_record): Handle NULL dsize.
1992-07-06 mycroftentered into RCS
1992-06-30 rms*** empty log message ***
1992-06-20 kenner*** empty log message ***
1992-04-13 wood*** empty log message ***
1992-04-12 wood*** empty log message ***
1992-03-31 kenner*** empty log message ***
1992-03-29 rms*** empty log message ***
1992-03-12 rms*** empty log message ***
1992-03-04 tiemann*** empty log message ***
1992-02-19 wilsonInitial revision