| Commit message (Expand) | Author | Age | Files | Lines |
* | reformat a little to match GNU coding standards. | mrs | 1997-05-06 | 1 | -3/+3 |
* | (layout_record, PCC_BITFIELD_TYPE_MATTERS): Fix sign bug in last change. | kenner | 1997-04-13 | 1 | -1/+1 |
* | (layout_record, PCC_BITFIELD_TYPE_MATTERS): Only add padding if a bit | kenner | 1997-03-17 | 1 | -9/+5 |
* | * stor-layout.c (layout_record): Correct test for whether | dje | 1997-01-21 | 1 | -1/+1 |
* | x | merrill | 1996-11-09 | 1 | -1/+1 |
* | (layout_record): Treat constant size as variable if it overflows. | kenner | 1996-11-07 | 1 | -0/+1 |
* | (layout_record): Use HOST_WIDE_INT for size. | kenner | 1996-10-30 | 1 | -1/+1 |
* | (GET_MODE_ALIGNMENT): Delete definition; duplicate. | kenner | 1996-10-24 | 1 | -4/+0 |
* | (layout_decl): Don't turn off DECL_BIT_FIELD if DECL's alignment is | kenner | 1996-10-04 | 1 | -1/+2 |
* | (layout_record): Correct overflow test for 0 sized fields. | dje | 1996-08-05 | 1 | -1/+1 |
* | install EH code | mrs | 1996-07-23 | 1 | -0/+1 |
* | formatting tweaks | mrs | 1996-07-03 | 1 | -1/+1 |
* | (layout_decl): Test DECL_PACKED and TYPE_PACKED instead of | kenner | 1996-06-03 | 1 | -5/+3 |
* | (layout_decl): Turn off DECL_BIT_FIELD for BLKmode that's properly | kenner | 1996-04-26 | 1 | -0/+8 |
* | (layout_record): Use ADJUST_FIELD_ALIGN to modify alignment of fields | kenner | 1996-04-21 | 1 | -0/+3 |
* | (layout_decl): Don't make a bitfield an integral mode if the mode of | kenner | 1996-03-31 | 1 | -2/+3 |
* | * stor-layout.c (layout_type): Use same code to layout CHAR_TYPE | bothner | 1996-02-06 | 1 | -7/+1 |
* | (layout_record): When PCC_BITFIELD_TYPE_MATTERS, compute bitpos using | kenner | 1995-12-16 | 1 | -1/+1 |
* | (layout_type, case ARRAY_TYPE): Strip MAX_EXPR from upper bound when | kenner | 1995-10-03 | 1 | -4/+22 |
* | (put_pending_sizes): New function. | kenner | 1995-09-25 | 1 | -0/+10 |
* | Fix spelling errors. | kenner | 1995-08-28 | 1 | -1/+1 |
* | Update FSF address. | kenner | 1995-06-15 | 1 | -1/+2 |
* | (variable_size): Do nothing if SIZE is constant. | kenner | 1995-06-11 | 1 | -2/+3 |
* | Fix typos in comments. | kenner | 1995-05-16 | 1 | -1/+1 |
* | (layout_type, case ARRAY_TYPE): Compute length using MAX of length and | kenner | 1995-05-12 | 1 | -1/+10 |
* | Add -fpack-struct. | meissner | 1995-03-31 | 1 | -1/+9 |
* | (layout_decl): Allow DECL_BIT_FIELD for any type. | kenner | 1994-12-18 | 1 | -7/+0 |
* | (layout_type): Use ptr_mode instead of equivalent call to | kenner | 1994-11-22 | 1 | -4/+2 |
* | (variable_size): Return SIZE if it contains a PLACEHOLDER_EXPR. | kenner | 1994-10-20 | 1 | -2/+2 |
* | * stor-layout.c (set_alignment): New global. | bothner | 1994-09-01 | 1 | -0/+29 |
* | Allow any integral type for bitfields (such as booleans). | bothner | 1994-05-18 | 1 | -3/+2 |
* | (layout_type): Use POINTER_SIZE, instead of width of Pmode, when | kenner | 1994-05-11 | 1 | -8/+9 |
* | * stor-layout.c (layout_type, case BOOLEAN_TYPE): | bothner | 1994-03-18 | 1 | -1/+4 |
* | (layout_type, case INTEGER_TYPE): Properly test for nonnegative lower | kenner | 1994-03-17 | 1 | -1/+2 |
* | (layout_record): If the place where we were going to put a field | kenner | 1994-03-16 | 1 | -6/+13 |
* | (variable_size): If global_bindings_p < 0, don't even make the | kenner | 1994-02-28 | 1 | -4/+4 |
* | * cp-class.c (finish_struct): Move special C++ only code that | mrs | 1993-09-22 | 1 | -26/+0 |
* | (layout_record): Turn off PCC_BITFIELD_TYPE_MATTERS | rms | 1993-09-14 | 1 | -3/+2 |
* | (layout_type): Put size-related nodes in same obstack as type. | kenner | 1993-08-05 | 1 | -12/+5 |
* | Add prototypes for layout_record and layout_union. | kenner | 1993-06-28 | 1 | -9/+38 |
* | (layout_union): Handle QUAL_UNION_TYPE. | kenner | 1993-04-13 | 1 | -11/+30 |
* | (layout_record): After copying the offsets of a field that is an | kenner | 1993-04-11 | 1 | -1/+13 |
* | (variable_size): When evaluating sizes of variable types, do so just | kenner | 1993-03-27 | 1 | -2/+4 |
* | (variable_size): Better error for div by 0 in size. | rms | 1993-03-12 | 1 | -1/+5 |
* | (make_signed_type): Consistently use | wilson | 1993-01-18 | 1 | -13/+17 |
* | (variable_size): Change back to NULL_PTR. | rms | 1993-01-13 | 1 | -1/+2 |
* | * stor-layout.c (variable_size): Call expand_expr with a NULL_RTX, | brendan | 1993-01-12 | 1 | -1/+1 |
* | (layout_record): Avoid overflow in const_size by adding into var_size instead. | rms | 1992-12-31 | 1 | -1/+4 |
* | (layout_type): Caller must give size of FILE_TYPE. | rms | 1992-09-09 | 1 | -0/+52 |
* | (layout_record): Take account of | rms | 1992-08-01 | 1 | -1/+17 |