aboutsummaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson1-10/+8
2003-09-03targhooks.c: New file.DJ Delorie1-0/+1
2003-08-20stor-layout.c (do_type_align): Only copy DECL_USER_ALIGN from TYPE_USER_ALIGN...Jason Merrill1-1/+2
2003-07-29re PR c++/11667 (wider-than-int enums never compare equal to 0)Mark Mitchell1-28/+56
2003-07-25Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC.Gabriel Dos Reis1-6/+10
2003-07-24tree.h (boolean_type_node): Move from C/C++/Java frontends.Jason Merrill1-1/+2
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-2/+1
2003-07-13stor-layout.c (compute_record_mode): Remove very obsolete test that forces BL...Richard Kenner1-15/+0
2003-07-06sbitmap.c: Convert prototypes to ISO C90.Andreas Jaeger1-119/+61
2003-07-05tree.h (contains_placeholder_p): Now returns bool.Richard Kenner1-1/+1
2003-06-29alloc-pool.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-06-01tm.texi (Storage Layout): Remove ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.Andreas Jaeger1-38/+0
2003-05-04stor-layout.c (compute_record_mode): Relax restriction on fields crossing wor...Richard Kenner1-2/+4
2003-05-03stor-layout.c (place_field): When adjusting offset_align, use desired_align, ...Richard Kenner1-1/+1
2003-04-30* stor-layout.c (mode_for_size_tree): Use BLKmode if SIZE overflows.Richard Kenner1-0/+1
2003-04-29stor-layout.c (mode_for_size_tree): Use tree_low_cst.Richard Kenner1-34/+38
2003-04-21* stor-layout.c (layout_decl): Don't set DECL_SIZE_UNIT if already set.Richard Kenner1-1/+1
2003-04-16tree.c (skip_simple_arithmetics_at, [...]): New functions.Olivier Hainque1-4/+1
2003-04-14stor-layout.c (layout_type, [...]): Add missing code to handle "superflat arr...Richard Kenner1-0/+9
2003-04-11re PR c/10201 ([IA64] ICE in int_mode_for_mode, at stor-layout.c)Richard Henderson1-0/+12