aboutsummaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
AgeCommit message (Expand)AuthorFilesLines
2004-12-09tree.def (SET_TYPE): Remove.Nathan Sidwell1-34/+0
2004-10-20* stor-layout.c: Fix a comment typo.Kazu Hirata1-1/+1
2004-10-19re PR target/17962 (small fp vector uses sse/mmx vectors and is not aligned)Richard Henderson1-0/+4
2004-09-28re PR c++/17642 (internal compiler error: in invert_truthvalue, at fold-const...Mark Mitchell1-24/+27
2004-09-26re PR middle-end/17112 (Copying of packed bitfields is wrong)Roger Sayle1-5/+7
2004-09-15attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers1-8/+9
2004-09-09ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o...Nathan Sidwell1-43/+41
2004-09-05c-common.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-09-03re PR c/7054 (#pragma pack handled incorrectly)Jan Beulich1-1/+3
2004-08-31c-common.c (c_alignof_expr): Use DECL_ALIGN_UNIT and TYPE_ALIGN_UNIT.Richard Kenner1-4/+4
2004-08-27stor-layout.c (sizetype_set): Remove.Nathan Sidwell1-5/+0
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-27/+30
2004-08-24c-decl.c (c_init_decl_processing): Adjust build_common_tree_nodes call.Nathan Sidwell1-66/+41
2004-08-24defaults.h (VECTOR_MODE_SUPPORTED_P): Remove macro.Eric Christopher1-8/+8
2004-08-23tree.h (enum size_type_kind): Remove USIZETYPE, UBITSIZETYPE.Nathan Sidwell1-4/+0
2004-08-20stor-layout.c (initialize_sizetypes): Set SIZETYPE earlier, clear cache on co...Nathan Sidwell1-1/+3
2004-08-19tree.h (TYPE_CACHED_VALUES_P): New.Nathan Sidwell1-1/+6
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-32/+27
2004-08-11stor-layout.c (round_up, round_down): Move ...Richard Henderson1-58/+0
2004-08-10stor-layout.c (round_up): Check for 0/1 before dividing.Richard Henderson1-0/+10
2004-07-25convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN.Roger Sayle1-6/+6
2004-07-22tree-cfg.c (gimplify_val): Move from tree-complex.c.Paolo Bonzini1-4/+47
2004-07-18re PR tree-optimization/16115 (double-destruction problem with argument passi...Jason Merrill1-0/+14
2004-07-09builtins.c (std_gimplify_va_arg_expr): Deny ARGS_GROW_DOWNWARD.Richard Henderson1-4/+32
2004-07-02c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s...Richard Henderson1-57/+0
2004-06-30tree.h (immediate_size_expand): Delete.Richard Henderson1-10/+2
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-5/+0
2004-05-28* stor-layout.c (place_field): Revert erroneous commit.DJ Delorie1-1/+0
2004-05-19Multiple fixes: PRs 14692, 15274 and 15463Zdenek Dvorak1-7/+13
2004-05-14stor-layout.c (update_alignment_for_field): Use targetm.align_anon_bitfield.Paul Brook1-2/+4
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-7/+9
2004-04-19stor-layout.c (layout_decl): Check DECL_PACKED before calling ADJUST_FIELD_AL...Daniel Jacobowitz1-4/+5
2004-04-12c-decl.c (finish_decl): Make a decl_stmt for a variable-sized TYPE_DECL.Richard Kenner1-6/+57
2004-04-01expr.c (get_inner_reference): Use DECL_UNSIGNED, not TREE_UNSIGNED.Richard Kenner1-1/+1
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-18/+13
2004-03-20bb-reorder.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata1-4/+4
2004-03-20alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata1-1/+1
2004-03-18* stor-layout.c (set_sizetype): Use TYPE_ORIG_SIZE_TYPE.Richard Kenner1-1/+1
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-2/+2
2004-03-05stor-layout.c (layout_type, [...]): Make size FUNCTION_BOUNDARY, not POINTER_...Richard Kenner1-3/+6
2004-02-26stor-layout.c (is_pending_size): Remove.Kazu Hirata1-13/+0
2004-02-18cfgloop.h, [...]: Update copyright.Kazu Hirata1-1/+1
2004-02-17loop-iv.c: New file.Zdenek Dvorak1-0/+23
2003-12-30stor-layout.c (layout_decl): Turn bitfields into ordinary fields...Mark Mitchell1-1/+3
2003-12-13c-typeck.c: Fix comment typos.Kazu Hirata1-1/+1
2003-11-06genmodes.c: Change the word "bitsize" to "precision" throughout.Zack Weinberg1-7/+7
2003-10-21stor-layout.c (layout_decl): Do packed field alignment for bit-fields, too.Jason Merrill1-16/+17
2003-10-20re PR c/12553 ([tree-ssa] ICE in gimplify_expr with volatiles)Jason Merrill1-13/+19
2003-10-10genmodes.c, [...]: New files.Zack Weinberg1-14/+1
2003-10-10stor-layout.c (compute_record_mode): Don't force BLKmode if field is zero-len...Richard Kenner1-1/+3