| Commit message (Expand) | Author | Age | Files | Lines |
* | * Makefile.in (stor-layout.o): Depend on ggc.h. | mmitchel | 1999-09-05 | 1 | -0/+11 |
* | 1999-08-27 00:27 -0700 Zack Weinberg <zack@bitmover.com> | zack | 1999-08-27 | 1 | -1/+2 |
* | Fix misuses of MAX_MACHINE_MODE that can result in an infinite loop. | wilson | 1999-08-15 | 1 | -1/+1 |
* | Include function.h in most files. Remove most of the global variables | crux | 1999-08-09 | 1 | -26/+0 |
* | Backport of GC branch patches part 1: kill eh status saving. | crux | 1999-07-31 | 1 | -1/+0 |
* | * machmode.h (smallest_mode_for_size): Prototype. | rth | 1999-03-11 | 1 | -3/+1 |
* | Thu Jan 21 14:13:31 1999 Vladimir N. Makarov <vmakarov@cygnus.com> | vmakarov | 1999-01-21 | 1 | -0/+12 |
* | Warning fixes: | ghazi | 1998-12-23 | 1 | -8/+9 |
* | Warning fixes: | ghazi | 1998-10-13 | 1 | -5/+5 |
* | * expmed.c (store_bit_field): Pun non-integral str_rtx modes. | rth | 1998-10-09 | 1 | -0/+31 |
* | Thu Aug 20 13:15:11 1998 Dave Brolley <brolley@cygnus.com> | brolley | 1998-08-20 | 1 | -2/+6 |
* | Mon Jul 27 17:18:52 1998 Dave Brolley <brolley@cygnus.com> | brolley | 1998-07-27 | 1 | -2/+14 |
* | Make rtx, tree types type correct if the appropriate include files was not in... | meissner | 1998-05-28 | 1 | -1/+1 |
* | * tree.h (TYPE_SIZE_UNIT): New. | rth | 1998-05-18 | 1 | -3/+44 |
* | * stor-layout.c (layout_record): Fix off-by-one error when checking | jason | 1998-05-18 | 1 | -1/+1 |
* | * tree.h (BINFO_SIZE, TYPE_BINFO_SIZE): New macros. | jason | 1998-05-15 | 1 | -0/+5 |
* | ` | bkoz | 1998-05-15 | 1 | -0/+2 |
* | Wed May 6 06:35:38 1998 Robert Lipe <robertl@dgii.com> | robertl | 1998-05-06 | 1 | -0/+1 |
* | * tree.h (sizetype_tab[2], sbitsizetype, ubitsizetype): Merge all | rth | 1998-04-04 | 1 | -10/+23 |
* | * fold-const.c optimze_bit_field_compare): Initialize rnbitpos, | law | 1998-04-01 | 1 | -2/+2 |
* | * Makefile.in (c-typeck.o): Delete on expr.h, insn-codes.h and | law | 1998-03-29 | 1 | -0/+2 |
* | Major cutover to using system.h: | ghazi | 1998-03-20 | 1 | -1/+1 |
* | * stor-layout.c (layout_type): Do upper - lower in the native type, | law | 1998-02-11 | 1 | -1/+4 |
* | * expr.c (get_inner_reference): Use sbitsizetype for type sizes. | law | 1998-02-01 | 1 | -22/+56 |
* | Merge from gcc-2.8 | law | 1997-12-07 | 1 | -1/+1 |
* | Update mainline egcs to gcc2 snapshot 971021. | law | 1997-11-02 | 1 | -14/+12 |
* | * c-decl.c (start_struct): Ensure that structs with forward | law | 1997-10-16 | 1 | -8/+11 |
* | x | merrill | 1997-07-28 | 1 | -4/+16 |
* | (layout_record, PCC_BITFIELD_TYPE_MATTERS): Round up when calculating | kenner | 1997-06-27 | 1 | -1/+2 |
* | 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 |