| Commit message (Expand) | Author | Age | Files | Lines |
* | machmode.h (smallest_mode_for_size): Prototype. | Richard Henderson | 1999-03-11 | 1 | -3/+1 |
* | varasm.c (output_constant_pool): Use floor_log2 instead of exact_log2 for ASM... | Vladimir N. Makarov | 1999-01-21 | 1 | -0/+12 |
* | Warning fixes: | Kaveh R. Ghazi | 1998-12-23 | 1 | -8/+9 |
* | Warning fixes: | Kaveh R. Ghazi | 1998-10-13 | 1 | -5/+5 |
* | expmed.c (store_bit_field): Pun non-integral str_rtx modes. | Richard Henderson | 1998-10-09 | 1 | -0/+31 |
* | stor-layout.c (layout_type): Compute TYPE_SIZE_UNIT correctly for arrays of b... | Dave Brolley | 1998-08-20 | 1 | -2/+6 |
* | stor-layout.c (layout_type): Handle arrays of bits, for Chill. | Dave Brolley | 1998-07-27 | 1 | -2/+14 |
* | Make rtx, tree types type correct if the appropriate include files was not in... | Michael Meissner | 1998-05-28 | 1 | -1/+1 |
* | tree.h (TYPE_SIZE_UNIT): New. | Richard Henderson | 1998-05-18 | 1 | -3/+44 |
* | stor-layout.c (layout_record): Fix off-by-one error when checking length of t... | Richard Earnshaw | 1998-05-18 | 1 | -1/+1 |
* | tree.h (BINFO_SIZE, [...]): New macros. | Jason Merrill | 1998-05-15 | 1 | -0/+5 |
* | stor-layout.c (set_sizetype): Set TYPE_NAME on bitsizetype. | Benjamin Kosnik | 1998-05-15 | 1 | -0/+2 |
* | toplev.h: New file. | Robert Lipe | 1998-05-06 | 1 | -0/+1 |
* | tree.h (sizetype_tab[2], [...]): Merge all of these into a single struct, wit... | Richard Henderson | 1998-04-04 | 1 | -10/+23 |
* | fold-const.c (optimze_bit_field_compare): Initialize rnbitpos, rnbitsize, rnm... | Jeffrey A Law | 1998-04-01 | 1 | -2/+2 |
* | Makefile.in (c-typeck.o): Delete on expr.h, insn-codes.h and $(RTL_H). | Jeffrey A Law | 1998-03-29 | 1 | -0/+2 |
* | Major cutover to using system.h: | Kaveh R. Ghazi | 1998-03-20 | 1 | -1/+1 |
* | stor-layout.c (layout_type): Do upper - lower in the native type, so as to pr... | Richard Henderson | 1998-02-10 | 1 | -1/+4 |
* | expr.c (get_inner_reference): Use sbitsizetype for type sizes. | J"orn Rennecke | 1998-02-01 | 1 | -22/+56 |
* | Merge from gcc-2.8 | Jeff Law | 1997-12-06 | 1 | -1/+1 |
* | Update mainline egcs to gcc2 snapshot 971021. | Jeff Law | 1997-11-02 | 1 | -14/+12 |
* | c-decl.c (start_struct): Ensure that structs with forward declarations are in... | Mike Stump | 1997-10-16 | 1 | -8/+11 |
* | x | Jason Merrill | 1997-07-28 | 1 | -4/+16 |
* | (layout_record, PCC_BITFIELD_TYPE_MATTERS): Round up when calculating | Richard Kenner | 1997-06-27 | 1 | -1/+2 |
* | reformat a little to match GNU coding standards. | Mike Stump | 1997-05-06 | 1 | -3/+3 |
* | (layout_record, PCC_BITFIELD_TYPE_MATTERS): Fix sign bug in last change. | Richard Kenner | 1997-04-13 | 1 | -1/+1 |
* | (layout_record... | Richard Kenner | 1997-03-17 | 1 | -9/+5 |
* | stor-layout.c (layout_record): Correct test for whether field spans its unit ... | Doug Evans | 1997-01-21 | 1 | -1/+1 |
* | x | Jason Merrill | 1996-11-09 | 1 | -1/+1 |
* | (layout_record): Treat constant size as variable if it overflows. | Richard Kenner | 1996-11-07 | 1 | -0/+1 |
* | (layout_record): Use HOST_WIDE_INT for size. | Richard Kenner | 1996-10-30 | 1 | -1/+1 |
* | (GET_MODE_ALIGNMENT): Delete definition; duplicate. | Richard Kenner | 1996-10-24 | 1 | -4/+0 |
* | (layout_decl): Don't turn off DECL_BIT_FIELD if DECL's alignment is | Richard Kenner | 1996-10-04 | 1 | -1/+2 |
* | (layout_record): Correct overflow test for 0 sized fields. | Doug Evans | 1996-08-05 | 1 | -1/+1 |
* | install EH code | Mike Stump | 1996-07-23 | 1 | -0/+1 |
* | formatting tweaks | Mike Stump | 1996-07-03 | 1 | -1/+1 |
* | (layout_decl): Test DECL_PACKED and TYPE_PACKED instead of | Richard Kenner | 1996-06-03 | 1 | -5/+3 |
* | (layout_decl): Turn off DECL_BIT_FIELD for BLKmode that's properly | Richard Kenner | 1996-04-26 | 1 | -0/+8 |
* | (layout_record): Use ADJUST_FIELD_ALIGN to modify alignment of fields | Richard Kenner | 1996-04-20 | 1 | -0/+3 |
* | (layout_decl): Don't make a bitfield an integral mode if the mode of | Richard Kenner | 1996-03-31 | 1 | -2/+3 |
* | stor-layout.c (layout_type): Use same code to layout CHAR_TYPE as for INTEGER... | Per Bothner | 1996-02-06 | 1 | -7/+1 |
* | (layout_record): When PCC_BITFIELD_TYPE_MATTERS, compute bitpos using | Richard Kenner | 1995-12-16 | 1 | -1/+1 |
* | (layout_type... | Richard Kenner | 1995-10-03 | 1 | -4/+22 |
* | (put_pending_sizes): New function. | Richard Kenner | 1995-09-25 | 1 | -0/+10 |
* | Fix spelling errors. | Richard Kenner | 1995-08-28 | 1 | -1/+1 |
* | Update FSF address. | Richard Kenner | 1995-06-15 | 1 | -1/+2 |
* | (variable_size): Do nothing if SIZE is constant. | Richard Kenner | 1995-06-11 | 1 | -2/+3 |
* | Fix typos in comments. | Richard Kenner | 1995-05-16 | 1 | -1/+1 |
* | (layout_type... | Richard Kenner | 1995-05-12 | 1 | -1/+10 |
* | Add -fpack-struct. | Michael Meissner | 1995-03-31 | 1 | -1/+9 |