]> gcc.gnu.org Git - gcc.git/history - gcc/stor-layout.c
stor-layout.c (layout_decl): Don't set DECL_USER_ALIGN.
[gcc.git] / gcc / stor-layout.c
2001-08-16 Jason Merrillstor-layout.c (layout_decl): Don't set DECL_USER_ALIGN.
2001-07-25 Lars Brinkhoffstor-layout.c (get_mode_alignment): make it work when...
2001-07-02 Richard Kennerstor-layout.c (layout_decl): Revert change to handling...
2001-06-02 Richard Kennertree.h (struct record_layout_info_s): New field unpadde...
2001-05-02 Kaveh R. Ghazic-lex.c: NULL_PTR -> NULL.
2001-03-23 J"orn Rennecke* stor-layout.c (layout_type): Give OFFSET_TYPE a MODE_...
2001-03-03 J"orn Rennecketm.texi: Change STRUCT_FORCE_BLK to MEMBER_TYPE_FORCES_BLK.
2001-02-14 Jakub Jelinekstor-layout.c (is_pending_size, [...]): New functions.
2001-02-06 Richard Kennerstor-layout.c (reference_types_internal): New variable.
2000-12-17 Richard KennerWhitespace change
2000-12-16 Richard Kennerstor-layout.c (place_field): Treat overflowing DECL_SIZ...
2000-12-04 Jason Merrillstor-layout.c (int_mode_for_mode): Handle MODE_VECTOR_I...
2000-11-19 Richard Henderson* stor-layout.c (variable_size): Only put SAVE_EXPRs...
2000-10-25 Jakub Jelinekstor-layout.c (layout_type): If TYPE_ALIAS_SET was...
2000-10-25 Jim WilsonFixes for C++ structure layout breakage.
2000-10-20 Richard Kennerstor-layout.c (compute_record_mode): Use tree_low_cst.
2000-10-13 Mark MitchellRemove obstacks.
2000-09-16 Richard Kennerstor-layout.c (place_field): Don't do anything if field...
2000-08-29 Zack Weinbergtop level:
2000-08-24 Greg McGaryoptabs.c (init_optabs): Initialize fixtab...
2000-08-18 Richard Kennerstor-layout.c (compute_record_type): Don't use mode...
2000-08-12 Geoff Keatingtree.h (DECL_OFFSET_ALIGN): Make the off_align field...
2000-06-24 Bernd SchmidtVector conversions support
2000-06-14 Jakub Jelinektree.h (TYPE_USER_ALIGN, [...]): Define.
2000-06-03 Richard Kenneralias.c (struct alias_set_entry): New field has_zero_child.
2000-05-31 Richard KennerMakefile.in (c-decl.o): Depend on rtl.h and expr.h.
2000-05-29 Richard Henderson* stor-layout.c (finalize_record_size): Fix typo.
2000-05-26 Mark Mitchelltree.h (struct record_layout_info): Rename to (struct...
2000-05-23 Richard Henderson* stor-layout.c (place_field): Change rli->size to...
2000-05-10 Jason Merrilldwarf2out.c (gen_subprogram_die): Fixup die_parent...
2000-05-04 Jason Merrillsimplify-rtx.c (simplify_ternary_operation): Cast to...
2000-05-04 Kaveh R. Ghazibb-reorder.c (get_next_bb_note, [...]): Prototype.
2000-04-25 Richard Kennerstor-layout.c (finalize_record_size): Simplify to use...
2000-04-21 Richard Kennerstor-layout.c (layout_decl): Only set DECL_MODE if...
2000-04-19 Richard Kenner* stor-layout.c (place_field): Set rli->offset_align...
2000-04-14 Richard Kennerstor-layout.c (layout_decl): Properly compare KNOWN_ALI...
2000-04-03 Geoff Keatingstor-layout.c (byte_from_pos): Use TRUNC_DIV_EXPR rathe...
2000-03-30 Richard Kennerbuiltins.c (get_pointer_alignment): Use host_integerp...
2000-03-29 Richard Kennerstor-layout.c (bit_from_pos, [...]): New functions.
2000-03-27 Richard Kennerc-convert.c (convert): Return if output or input type...
2000-03-26 Richard Kennerstor-layout.c (layout_type, [...]): early_type_list...
2000-03-25 Richard Kenner* Rework fields used to describe positions of bitfields and
2000-03-21 Nathan Sidwelltree.h (COMPLETE_TYPE_P): New macro.
2000-03-19 Richard Henderson* stor-layout.c (layout_decl): Don't abort on any zero...
2000-03-15 Mark Mitchellstor-layout.c (layout_union): Remove.
2000-03-14 Nathan Sidwell* stor-layout.c (finalize_record_size): Fix typo.
2000-03-13 Richard Earnshawstor-layout.c (new_record_layout_info): Fix typo inside...
2000-03-13 Mark Mitchelltree.h (record_layout_info_s): New structure.
2000-03-07 Richard Kennertree.h (INT_CST_LT, [...]): Remove unneeded casts.
2000-03-04 Richard Kennermachmode.h (mode_for_size, [...]): SIZE now signed.
2000-03-02 Richard Kennerc-common.c (c_common_nodes_and_builtins): Make sizetype...
2000-03-01 Mark Mitchellstor-layout.c (layout_decl): Allow front-ends to explic...
2000-02-29 Richard Kenner* Eliminate DECL_FIELD_SIZE.
2000-02-27 Richard Kennerbuiltins.c (c_strlen): Use size_diffop and return ssize...
2000-02-24 Nathan Sidwellmachmode.h (get_mode_alignment): Declare.
2000-02-20 Richard Kennerc-common.c (decl_attributes): Set DECL_SIZE_UNIT.
2000-02-10 Richard Kennercombine.c (make_extraction, [...]): Avoid warning on...
2000-01-17 Kaveh R. Ghaziprint-rtl.c: PROTO -> PARAMS.
2000-01-13 Michael Hayesstor-layout.c (layout_type): Use FORCE_STRUCT_BLK.
2000-01-04 Jeff LawUpdate copyrights
2000-01-02 Mark Mitchellsystem.h (CEIL): Define.
1999-12-20 Mark MitchellMakefile.in (explow.o): Depend on function.h.
1999-12-20 Bernd Schmidtcurrent_function -> cfun
1999-12-18 Richard Kenneralias.c: Minor reformatting.
1999-12-03 Greg McGaryflags.h (warn_padded, [...]): Add global var decls.
1999-11-12 Mark Mitchelltree.h (SAVE_EXPR_PERSISTENT_P): New macro.
1999-10-30 Jim WilsonFix mn10200-elf libio build failure, and minor performa...
1999-10-14 Stephane Carrezstor-layout.c (layout_union): Use HOST_WIDE_INT for...
1999-09-26 Mark Mitchellfunction.h (struct function): Add x_dont_save_pending_s...
1999-09-20 Bernd SchmidtMake it possible to prototype port-specific functions...
1999-09-10 Bernd SchmidtMove declarations and building code for common tree...
1999-09-05 Richard HendersonMakefile.in (stor-layout.o): Depend on ggc.h.
1999-08-27 Zack Weinbergc-typeck.c (c_expand_start_case): Return immediately...
1999-08-15 Jim WilsonFix misuses of MAX_MACHINE_MODE that can result in...
1999-08-09 Bernd SchmidtInclude function.h in most files.
1999-07-31 Bernd SchmidtBackport of GC branch patches part 1: kill eh status...
1999-03-11 Richard Hendersonmachmode.h (smallest_mode_for_size): Prototype.
1999-01-21 Vladimir N. Makarovvarasm.c (output_constant_pool): Use floor_log2 instead...
1998-12-23 Kaveh R. GhaziWarning fixes:
1998-10-13 Kaveh R. GhaziWarning fixes:
1998-10-09 Richard Hendersonexpmed.c (store_bit_field): Pun non-integral str_rtx...
1998-08-20 Dave Brolleystor-layout.c (layout_type): Compute TYPE_SIZE_UNIT...
1998-07-27 Dave Brolleystor-layout.c (layout_type): Handle arrays of bits...
1998-05-28 Michael MeissnerMake rtx, tree types type correct if the appropriate...
1998-05-18 Richard Hendersontree.h (TYPE_SIZE_UNIT): New.
1998-05-18 Richard Earnshawstor-layout.c (layout_record): Fix off-by-one error...
1998-05-15 Jason Merrilltree.h (BINFO_SIZE, [...]): New macros.
1998-05-15 Benjamin Kosnikstor-layout.c (set_sizetype): Set TYPE_NAME on bitsizetype.
1998-05-06 Robert Lipetoplev.h: New file.
1998-04-04 Richard Hendersontree.h (sizetype_tab[2], [...]): Merge all of these...
1998-04-01 Jeffrey A Lawfold-const.c (optimze_bit_field_compare): Initialize...
1998-03-29 Jeffrey A LawMakefile.in (c-typeck.o): Delete on expr.h, insn-codes...
1998-03-20 Kaveh R. GhaziMajor cutover to using system.h:
1998-02-11 Richard Hendersonstor-layout.c (layout_type): Do upper - lower in the...
1998-02-01 J"orn Renneckeexpr.c (get_inner_reference): Use sbitsizetype for...
1997-12-07 Jeff LawMerge from gcc-2.8
1997-11-02 Jeff LawUpdate mainline egcs to gcc2 snapshot 971021.
1997-10-16 Mike Stumpc-decl.c (start_struct): Ensure that structs with forwa...
1997-07-28 Jason Merrillx
1997-06-27 Richard Kenner(layout_record, PCC_BITFIELD_TYPE_MATTERS): Round up...
next
This page took 1.832947 seconds and 108 git commands to generate.