summaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
Commit message (Expand)AuthorAgeFilesLines
* import of gcc-2.8Jeff Law1997-12-061-1/+1
* import gcc2 971021 snapshotJeff Law1997-11-021-22/+23
* xJason Merrill1997-07-281-4/+16
* (layout_record, PCC_BITFIELD_TYPE_MATTERS): Round up when calculatingRichard Kenner1997-06-271-1/+2
* reformat a little to match GNU coding standards.Mike Stump1997-05-061-3/+3
* (layout_record, PCC_BITFIELD_TYPE_MATTERS): Fix sign bug in last change.Richard Kenner1997-04-131-1/+1
* (layout_record...Richard Kenner1997-03-171-9/+5
* stor-layout.c (layout_record): Correct test for whether field spans its unit ...Doug Evans1997-01-211-1/+1
* xJason Merrill1996-11-091-1/+1
* (layout_record): Treat constant size as variable if it overflows.Richard Kenner1996-11-071-0/+1
* (layout_record): Use HOST_WIDE_INT for size.Richard Kenner1996-10-301-1/+1
* (GET_MODE_ALIGNMENT): Delete definition; duplicate.Richard Kenner1996-10-241-4/+0
* (layout_decl): Don't turn off DECL_BIT_FIELD if DECL's alignment isRichard Kenner1996-10-041-1/+2
* (layout_record): Correct overflow test for 0 sized fields.Doug Evans1996-08-051-1/+1
* install EH codeMike Stump1996-07-231-0/+1
* formatting tweaksMike Stump1996-07-031-1/+1
* (layout_decl): Test DECL_PACKED and TYPE_PACKED instead ofRichard Kenner1996-06-031-5/+3
* (layout_decl): Turn off DECL_BIT_FIELD for BLKmode that's properlyRichard Kenner1996-04-261-0/+8
* (layout_record): Use ADJUST_FIELD_ALIGN to modify alignment of fieldsRichard Kenner1996-04-201-0/+3
* (layout_decl): Don't make a bitfield an integral mode if the mode ofRichard Kenner1996-03-311-2/+3
* stor-layout.c (layout_type): Use same code to layout CHAR_TYPE as for INTEGER...Per Bothner1996-02-061-7/+1
* (layout_record): When PCC_BITFIELD_TYPE_MATTERS, compute bitpos usingRichard Kenner1995-12-161-1/+1
* (layout_type...Richard Kenner1995-10-031-4/+22
* (put_pending_sizes): New function.Richard Kenner1995-09-251-0/+10
* Fix spelling errors.Richard Kenner1995-08-281-1/+1
* Update FSF address.Richard Kenner1995-06-151-1/+2
* (variable_size): Do nothing if SIZE is constant.Richard Kenner1995-06-111-2/+3
* Fix typos in comments.Richard Kenner1995-05-161-1/+1
* (layout_type...Richard Kenner1995-05-121-1/+10
* Add -fpack-struct.Michael Meissner1995-03-311-1/+9
* (layout_decl): Allow DECL_BIT_FIELD for any type.Richard Kenner1994-12-181-7/+0
* (layout_type): Use ptr_mode instead of equivalent call toRichard Kenner1994-11-221-4/+2
* (variable_size): Return SIZE if it contains a PLACEHOLDER_EXPR.Richard Kenner1994-10-201-2/+2
* stor-layout.c (set_alignment): New global.Per Bothner1994-08-311-0/+29
* Allow any integral type for bitfields (such as booleans).Per Bothner1994-05-181-3/+2
* (layout_type): Use POINTER_SIZE, instead of width of Pmode, whenRichard Kenner1994-05-111-8/+9
* stor-layout.c (layout_type, [...]): Set TREE_UNSIGNED unless TYPE_MIN_VALUE i...Per Bothner1994-03-171-1/+4
* (layout_type, case INTEGER_TYPE): Properly test for nonnegative lowerRichard Kenner1994-03-171-1/+2
* (layout_record): If the place where we were going to put a fieldRichard Kenner1994-03-161-6/+13
* (variable_size): If global_bindings_p < 0, don't even make theRichard Kenner1994-02-281-4/+4
* cp-class.c (finish_struct): Move special C++ only code that handles anonymous...Mike Stump1993-09-221-26/+0
* (layout_record): Turn off PCC_BITFIELD_TYPE_MATTERSRichard Stallman1993-09-141-3/+2
* (layout_type): Put size-related nodes in same obstack as type.Richard Kenner1993-08-051-12/+5
* Add prototypes for layout_record and layout_union.Richard Kenner1993-06-271-9/+38
* (layout_union): Handle QUAL_UNION_TYPE.Richard Kenner1993-04-131-11/+30
* (layout_record): After copying the offsets of a field that is an anonymous un...Richard Kenner1993-04-111-1/+13
* (variable_size): When evaluating sizes of variable types, do so justRichard Kenner1993-03-271-2/+4
* (variable_size): Better error for div by 0 in size.Richard Stallman1993-03-121-1/+5
* (make_signed_type): Consistently use HOST_BITS_PER_WIDE_INT.Jim Wilson1993-01-181-13/+17
* (variable_size): Change back to NULL_PTR.Richard Stallman1993-01-131-1/+2