aboutsummaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
AgeCommit message (Expand)AuthorFilesLines
1994-05-11(layout_type): Use POINTER_SIZE, instead of width of Pmode, whenRichard Kenner1-8/+9
1994-03-17stor-layout.c (layout_type, [...]): Set TREE_UNSIGNED unless TYPE_MIN_VALUE i...Per Bothner1-1/+4
1994-03-17(layout_type, case INTEGER_TYPE): Properly test for nonnegative lowerRichard Kenner1-1/+2
1994-03-16(layout_record): If the place where we were going to put a fieldRichard Kenner1-6/+13
1994-02-28(variable_size): If global_bindings_p < 0, don't even make theRichard Kenner1-4/+4
1993-09-22cp-class.c (finish_struct): Move special C++ only code that handles anonymous...Mike Stump1-26/+0
1993-09-14(layout_record): Turn off PCC_BITFIELD_TYPE_MATTERSRichard Stallman1-3/+2
1993-08-05(layout_type): Put size-related nodes in same obstack as type.Richard Kenner1-12/+5
1993-06-27Add prototypes for layout_record and layout_union.Richard Kenner1-9/+38
1993-04-13(layout_union): Handle QUAL_UNION_TYPE.Richard Kenner1-11/+30
1993-04-11(layout_record): After copying the offsets of a field that is an anonymous un...Richard Kenner1-1/+13
1993-03-27(variable_size): When evaluating sizes of variable types, do so justRichard Kenner1-2/+4
1993-03-12(variable_size): Better error for div by 0 in size.Richard Stallman1-1/+5
1993-01-18(make_signed_type): Consistently use HOST_BITS_PER_WIDE_INT.Jim Wilson1-13/+17
1993-01-13(variable_size): Change back to NULL_PTR.Richard Stallman1-1/+2
1993-01-12stor-layout.c (variable_size): Call expand_expr with a NULL_RTX, not a NULL_PTR.Brendan Kehoe1-1/+1
1992-12-31(layout_record): Avoid overflow in const_size by adding into var_size instead.Richard Stallman1-1/+4
1992-09-09(layout_type): Caller must give size of FILE_TYPE.Richard Stallman1-0/+52
1992-08-01(layout_record): Take account ofRichard Stallman1-1/+17
1992-07-15(layout_record): Handle NULL dsize.Richard Stallman1-1/+6
1992-07-06entered into RCSCharles Hannum1-14/+20
1992-06-30*** empty log message ***Richard Stallman1-1/+10
1992-06-20*** empty log message ***Richard Kenner1-9/+22
1992-04-13*** empty log message ***Tom Wood1-1/+1
1992-04-12*** empty log message ***Tom Wood1-4/+4
1992-03-31*** empty log message ***Richard Kenner1-1/+2
1992-03-29*** empty log message ***Richard Stallman1-3/+8
1992-03-12*** empty log message ***Richard Stallman1-19/+19
1992-03-04*** empty log message ***Michael Tiemann1-0/+5
1992-02-18Initial revisionJim Wilson1-0/+1013