aboutsummaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
AgeCommit message (Expand)Author
2001-02-06 * stor-layout.c (reference_types_internal): New variable.kenner
2000-12-17Whitespace changekenner
2000-12-16 * stor-layout.c (place_field): Treat overflowing DECL_SIZE_UNITkenner
2000-12-04 * stor-layout.c (int_mode_for_mode): Handle MODE_VECTOR_INT,jason
2000-11-19 * stor-layout.c (variable_size): Only put SAVE_EXPRs on pending_sizes.rth
2000-10-25 * stor-layout.c (layout_type): If TYPE_ALIAS_SET was already set on thejakub
2000-10-25Fixes for C++ structure layout breakage.wilson
2000-10-20 * stor-layout.c (compute_record_mode): Use tree_low_cst.kenner
2000-10-13 Remove obstacks.mmitchel
2000-09-16 * stor-layout.c (place_field): Don't do anything if field orkenner
2000-08-29top level:zack
2000-08-24 * optabs.c (init_optabs): Initialize fixtab, fixtrunctab, floattab,gkm
2000-08-18 * stor-layout.c (compute_record_type): Don't use mode of singlekenner
2000-08-12* tree.h (DECL_OFFSET_ALIGN): Make the off_align field ofgeoffk
2000-06-24Vector conversions supportcrux
2000-06-14 * tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define.jakub
2000-06-03 * alias.c (struct alias_set_entry): New field has_zero_child.kenner
2000-05-31 * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.kenner
2000-05-29 * stor-layout.c (finalize_record_size): Fix typo.rth
2000-05-26 * tree.h (struct record_layout_info): Rename to (structmmitchel
2000-05-23 * stor-layout.c (place_field): Change rli->size to rli->offset.rth
2000-05-10 * dwarf2out.c (gen_subprogram_die): Fixup die_parent for thejason
2000-05-04 * simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.jason
2000-05-04 * bb-reorder.c (get_next_bb_note, get_prev_bb_note): Prototype.ghazi
2000-04-25 * stor-layout.c (finalize_record_size): Simplify to use existingkenner
2000-04-21 * stor-layout.c (layout_decl): Only set DECL_MODE if not already set.kenner
2000-04-19 * stor-layout.c (place_field): Set rli->offset_align properly.kenner
2000-04-14 * stor-layout.c (layout_decl): Properly compare KNOWN_ALIGN tokenner
2000-04-03 * stor-layout.c (byte_from_pos): Use TRUNC_DIV_EXPR rather thanlaw
2000-03-30 * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.kenner
2000-03-29 * stor-layout.c (bit_from_pos, byte_from_pos): New functions.kenner
2000-03-27 * c-convert.c (convert): Return if output or input type is ERROR_MARK.kenner
2000-03-26 * stor-layout.c (layout_type, set_sizetype): early_type_list iskenner
2000-03-25 * Rework fields used to describe positions of bitfields andkenner
2000-03-21gccnathan
2000-03-19 * stor-layout.c (layout_decl): Don't abort on any zero sized decl.rth
2000-03-15 * stor-layout.c (layout_union): Remove.mmitchel
2000-03-14 * stor-layout.c (finalize_record_size): Fix typo.nathan
2000-03-13* stor-layout.c (new_record_layout_info): Fix typo inside ifdefrearnsha
2000-03-13 * tree.h (record_layout_info_s): New structure.mmitchel
2000-03-07 * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.kenner
2000-03-04 * machmode.h (mode_for_size, smallest_mode_for_size): SIZE now signed.kenner
2000-03-02 * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlinkkenner
2000-03-01 * stor-layout.c (layout_decl): Allow front-ends to explicitly setmmitchel
2000-02-29 * Eliminate DECL_FIELD_SIZE.kenner
2000-02-27 * builtins.c (c_strlen): Use size_diffop and return ssizetype value.kenner
2000-02-24 * machmode.h (get_mode_alignment): Declare.nathan
2000-02-20 * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.kenner
2000-02-10 * combine.c (make_extraction, force_to_mode): Avoid warning onkenner
2000-01-17 * print-rtl.c: PROTO -> PARAMS.ghazi