OSDN Git Service

update the sample output
[pf3gnuchains/gcc-fork.git] / gcc / stor-layout.c
2001-07-02 kenner * stor-layout.c (layout_decl): Revert change to handli...
2001-06-02 kenner * tree.h (struct record_layout_info_s): New field...
2001-05-02 ghazi * c-lex.c: NULL_PTR -> NULL.
2001-03-23 amylaar * stor-layout.c (layout_type): Give OFFSET_TYPE a...
2001-03-03 amylaar * tm.texi: Change STRUCT_FORCE_BLK to MEMBER_TYPE_FORC...
2001-02-14 jakub * stor-layout.c (is_pending_size, put_pending_size...
2001-02-06 kenner * stor-layout.c (reference_types_internal): New variable.
2000-12-17 kennerWhitespace change
2000-12-16 kenner * stor-layout.c (place_field): Treat overflowing DECL_...
2000-12-04 jason * stor-layout.c (int_mode_for_mode): Handle...
2000-11-19 rth * stor-layout.c (variable_size): Only put SAVE_...
2000-10-25 jakub * stor-layout.c (layout_type): If TYPE_ALIAS_SET was...
2000-10-25 wilsonFixes for C++ structure layout breakage.
2000-10-20 kenner * stor-layout.c (compute_record_mode): Use tree_low_cst.
2000-10-13 mmitchel Remove obstacks.
2000-09-16 kenner * stor-layout.c (place_field): Don't do anything if...
2000-08-29 zacktop level:
2000-08-24 gkm * optabs.c (init_optabs): Initialize fixtab, fixtrunct...
2000-08-18 kenner * stor-layout.c (compute_record_type): Don't use mode...
2000-08-12 geoffk* tree.h (DECL_OFFSET_ALIGN): Make the off_align field of
2000-06-24 cruxVector conversions support
2000-06-14 jakub * tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define.
2000-06-03 kenner * alias.c (struct alias_set_entry): New field has_zero...
2000-05-31 kenner * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.
2000-05-29 rth * stor-layout.c (finalize_record_size): Fix...
2000-05-26 mmitchel * tree.h (struct record_layout_info): Rename to (struct
2000-05-23 rth * stor-layout.c (place_field): Change rli-...
2000-05-10 jason * dwarf2out.c (gen_subprogram_die): Fixup die_p...
2000-05-04 jason * simplify-rtx.c (simplify_ternary_operation...
2000-05-04 ghazi * bb-reorder.c (get_next_bb_note, get_prev_bb_note...
2000-04-25 kenner * stor-layout.c (finalize_record_size): Simplify to...
2000-04-21 kenner * stor-layout.c (layout_decl): Only set DECL_MODE...
2000-04-19 kenner * stor-layout.c (place_field): Set rli->offset_align...
2000-04-14 kenner * stor-layout.c (layout_decl): Properly compare KNOWN_...
2000-04-03 law * stor-layout.c (byte_from_pos): Use TRUNC_DIV_...
2000-03-30 kenner * builtins.c (get_pointer_alignment): Use host_integer...
2000-03-29 kenner * stor-layout.c (bit_from_pos, byte_from_pos): New...
2000-03-27 kenner * c-convert.c (convert): Return if output or input...
2000-03-26 kenner * stor-layout.c (layout_type, set_sizetype): early_typ...
2000-03-25 kenner * Rework fields used to describe positions of bitfield...
2000-03-21 nathangcc
2000-03-19 rth * stor-layout.c (layout_decl): Don't abort...
2000-03-15 mmitchel * stor-layout.c (layout_union): Remove.
2000-03-14 nathan * stor-layout.c (finalize_record_size): Fix typo.
2000-03-13 rearnsha* stor-layout.c (new_record_layout_info): Fix typo...
2000-03-13 mmitchel * tree.h (record_layout_info_s): New structure.
2000-03-07 kenner * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove...
2000-03-04 kenner * machmode.h (mode_for_size, smallest_mode_for_size...
2000-03-02 kenner * c-common.c (c_common_nodes_and_builtins): Make sizet...
2000-03-01 mmitchel * stor-layout.c (layout_decl): Allow front-ends to...
2000-02-29 kenner * Eliminate DECL_FIELD_SIZE.
2000-02-27 kenner * builtins.c (c_strlen): Use size_diffop and return...
2000-02-24 nathan * machmode.h (get_mode_alignment): Declare.
2000-02-20 kenner * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
2000-02-10 kenner * combine.c (make_extraction, force_to_mode): Avoid...
2000-01-17 ghazi * print-rtl.c: PROTO -> PARAMS.
2000-01-13 m.hayes * stor-layout.c (layout_type): Use FORCE_STRUCT_BLK.
2000-01-04 lawUpdate copyrights
2000-01-02 mmitchel * system.h (CEIL): Define.
1999-12-20 mmitchel * Makefile.in (explow.o): Depend on function.h.
1999-12-20 cruxcurrent_function -> cfun
1999-12-18 kenner * alias.c: Minor reformatting.
1999-12-03 geoffk* flags.h (warn_padded, warn_packed): Add global var...
1999-11-12 mmitchel * tree.h (SAVE_EXPR_PERSISTENT_P): New macro.
1999-10-30 wilsonFix mn10200-elf libio build failure, and minor performa...
1999-10-14 law * stor-layout.c (layout_union): Use HOST_WIDE_I...
1999-09-26 mmitchel * function.h (struct function): Add x_dont_save_pendin...
1999-09-20 cruxMake it possible to prototype port-specific functions...
1999-09-10 cruxMove declarations and building code for common tree...
1999-09-05 mmitchel * Makefile.in (stor-layout.o): Depend on ggc.h.
1999-08-27 zack1999-08-27 00:27 -0700 Zack Weinberg <zack@bitmover...
1999-08-15 wilsonFix misuses of MAX_MACHINE_MODE that can result in...
1999-08-09 cruxInclude function.h in most files. Remove most of the...
1999-07-31 cruxBackport of GC branch patches part 1: kill eh status...
1999-03-11 rth * machmode.h (smallest_mode_for_size): Prototype.
1999-01-21 vmakarovThu Jan 21 14:13:31 1999 Vladimir N. Makarov <vmakaro...
1998-12-23 ghaziWarning fixes:
1998-10-13 ghaziWarning fixes:
1998-10-09 rth * expmed.c (store_bit_field): Pun non-integral...
1998-08-20 brolleyThu Aug 20 13:15:11 1998 Dave Brolley <brolley@cygnus...
1998-07-27 brolleyMon Jul 27 17:18:52 1998 Dave Brolley <brolley@cygnus...
1998-05-28 meissnerMake rtx, tree types type correct if the appropriate...
1998-05-18 rth* tree.h (TYPE_SIZE_UNIT): New.
1998-05-18 jason * stor-layout.c (layout_record): Fix off-by-one error...
1998-05-15 jason * tree.h (BINFO_SIZE, TYPE_BINFO_SIZE): New macros.
1998-05-15 bkoz`
1998-05-06 robertlWed May 6 06:35:38 1998 Robert Lipe <robertl@dgii...
1998-04-04 rth* tree.h (sizetype_tab[2], sbitsizetype, ubitsizetype...
1998-04-01 law * fold-const.c optimze_bit_field_compare):...
1998-03-29 law * Makefile.in (c-typeck.o): Delete on expr...
1998-03-20 ghaziMajor cutover to using system.h:
1998-02-11 law * stor-layout.c (layout_type): Do upper - lower...
1998-02-01 law * expr.c (get_inner_reference): Use sbitsizetyp...
1997-12-07 lawMerge from gcc-2.8
1997-11-02 lawUpdate mainline egcs to gcc2 snapshot 971021.
1997-10-16 law * c-decl.c (start_struct): Ensure that structs...
1997-07-28 merrillx
1997-06-27 kenner(layout_record, PCC_BITFIELD_TYPE_MATTERS): Round up...
1997-05-06 mrsreformat a little to match GNU coding standards.
1997-04-13 kenner(layout_record, PCC_BITFIELD_TYPE_MATTERS): Fix sign...
next