Age | Commit message (Expand) | Author | Files | Lines |
1997-07-28 | x | Jason Merrill | 1 | -4/+16 |
1997-06-27 | (layout_record, PCC_BITFIELD_TYPE_MATTERS): Round up when calculating | Richard Kenner | 1 | -1/+2 |
1997-05-06 | reformat a little to match GNU coding standards. | Mike Stump | 1 | -3/+3 |
1997-04-13 | (layout_record, PCC_BITFIELD_TYPE_MATTERS): Fix sign bug in last change. | Richard Kenner | 1 | -1/+1 |
1997-03-17 | (layout_record... | Richard Kenner | 1 | -9/+5 |
1997-01-21 | stor-layout.c (layout_record): Correct test for whether field spans its unit ... | Doug Evans | 1 | -1/+1 |
1996-11-09 | x | Jason Merrill | 1 | -1/+1 |
1996-11-07 | (layout_record): Treat constant size as variable if it overflows. | Richard Kenner | 1 | -0/+1 |
1996-10-30 | (layout_record): Use HOST_WIDE_INT for size. | Richard Kenner | 1 | -1/+1 |
1996-10-24 | (GET_MODE_ALIGNMENT): Delete definition; duplicate. | Richard Kenner | 1 | -4/+0 |
1996-10-04 | (layout_decl): Don't turn off DECL_BIT_FIELD if DECL's alignment is | Richard Kenner | 1 | -1/+2 |
1996-08-05 | (layout_record): Correct overflow test for 0 sized fields. | Doug Evans | 1 | -1/+1 |
1996-07-23 | install EH code | Mike Stump | 1 | -0/+1 |
1996-07-03 | formatting tweaks | Mike Stump | 1 | -1/+1 |
1996-06-03 | (layout_decl): Test DECL_PACKED and TYPE_PACKED instead of | Richard Kenner | 1 | -5/+3 |
1996-04-26 | (layout_decl): Turn off DECL_BIT_FIELD for BLKmode that's properly | Richard Kenner | 1 | -0/+8 |
1996-04-20 | (layout_record): Use ADJUST_FIELD_ALIGN to modify alignment of fields | Richard Kenner | 1 | -0/+3 |
1996-03-31 | (layout_decl): Don't make a bitfield an integral mode if the mode of | Richard Kenner | 1 | -2/+3 |
1996-02-06 | stor-layout.c (layout_type): Use same code to layout CHAR_TYPE as for INTEGER... | Per Bothner | 1 | -7/+1 |
1995-12-16 | (layout_record): When PCC_BITFIELD_TYPE_MATTERS, compute bitpos using | Richard Kenner | 1 | -1/+1 |
1995-10-03 | (layout_type... | Richard Kenner | 1 | -4/+22 |
1995-09-25 | (put_pending_sizes): New function. | Richard Kenner | 1 | -0/+10 |
1995-08-28 | Fix spelling errors. | Richard Kenner | 1 | -1/+1 |
1995-06-15 | Update FSF address. | Richard Kenner | 1 | -1/+2 |
1995-06-11 | (variable_size): Do nothing if SIZE is constant. | Richard Kenner | 1 | -2/+3 |
1995-05-16 | Fix typos in comments. | Richard Kenner | 1 | -1/+1 |
1995-05-12 | (layout_type... | Richard Kenner | 1 | -1/+10 |
1995-03-31 | Add -fpack-struct. | Michael Meissner | 1 | -1/+9 |
1994-12-18 | (layout_decl): Allow DECL_BIT_FIELD for any type. | Richard Kenner | 1 | -7/+0 |
1994-11-22 | (layout_type): Use ptr_mode instead of equivalent call to | Richard Kenner | 1 | -4/+2 |
1994-10-20 | (variable_size): Return SIZE if it contains a PLACEHOLDER_EXPR. | Richard Kenner | 1 | -2/+2 |
1994-08-31 | stor-layout.c (set_alignment): New global. | Per Bothner | 1 | -0/+29 |
1994-05-18 | Allow any integral type for bitfields (such as booleans). | Per Bothner | 1 | -3/+2 |
1994-05-11 | (layout_type): Use POINTER_SIZE, instead of width of Pmode, when | Richard Kenner | 1 | -8/+9 |
1994-03-17 | stor-layout.c (layout_type, [...]): Set TREE_UNSIGNED unless TYPE_MIN_VALUE i... | Per Bothner | 1 | -1/+4 |
1994-03-17 | (layout_type, case INTEGER_TYPE): Properly test for nonnegative lower | Richard Kenner | 1 | -1/+2 |
1994-03-16 | (layout_record): If the place where we were going to put a field | Richard Kenner | 1 | -6/+13 |
1994-02-28 | (variable_size): If global_bindings_p < 0, don't even make the | Richard Kenner | 1 | -4/+4 |
1993-09-22 | cp-class.c (finish_struct): Move special C++ only code that handles anonymous... | Mike Stump | 1 | -26/+0 |
1993-09-14 | (layout_record): Turn off PCC_BITFIELD_TYPE_MATTERS | Richard Stallman | 1 | -3/+2 |
1993-08-05 | (layout_type): Put size-related nodes in same obstack as type. | Richard Kenner | 1 | -12/+5 |
1993-06-27 | Add prototypes for layout_record and layout_union. | Richard Kenner | 1 | -9/+38 |
1993-04-13 | (layout_union): Handle QUAL_UNION_TYPE. | Richard Kenner | 1 | -11/+30 |
1993-04-11 | (layout_record): After copying the offsets of a field that is an anonymous un... | Richard Kenner | 1 | -1/+13 |
1993-03-27 | (variable_size): When evaluating sizes of variable types, do so just | Richard Kenner | 1 | -2/+4 |
1993-03-12 | (variable_size): Better error for div by 0 in size. | Richard Stallman | 1 | -1/+5 |
1993-01-18 | (make_signed_type): Consistently use HOST_BITS_PER_WIDE_INT. | Jim Wilson | 1 | -13/+17 |
1993-01-13 | (variable_size): Change back to NULL_PTR. | Richard Stallman | 1 | -1/+2 |
1993-01-12 | stor-layout.c (variable_size): Call expand_expr with a NULL_RTX, not a NULL_PTR. | Brendan Kehoe | 1 | -1/+1 |
1992-12-31 | (layout_record): Avoid overflow in const_size by adding into var_size instead. | Richard Stallman | 1 | -1/+4 |