aboutsummaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-04-04stor-layout.c (layout_decl): Avoid syntax error in last change when PCC_BITFI...Andreas Schwab1-5/+7
2003-04-03stor-layout.c (do_type_align): New fn, split out from...Jason Merrill1-102/+105
2003-03-31re PR java/10145 (java and c++ disagree about class layout)Jason Merrill1-1/+2
2003-02-28stor-layout.c (variable_size): Leave a minus 1 outside the SAVE_EXPR.Jason Merrill1-8/+12
2003-01-31tree.h (TYPE_BINFO_SIZE, [...]): Remove.Nathan Sidwell1-9/+1
2003-01-26rtl.c (get_mode_alignment): Moved to...Alexandre Oliva1-0/+23
2003-01-24* stor-layout.c (excess_unit_span): Only define if used.Andreas Schwab1-1/+5
2003-01-16arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned warning.Kaveh R. Ghazi1-1/+1
2002-12-24regmove.c: Fix comment typos.Kazu Hirata1-4/+4
2002-12-23stor-layout.c (update_alignment_for_field): Correct handling of unnamed bitfi...Mark Mitchell1-9/+12
2002-12-23stor-layout.c (update_alignment_for_field): Guard use of ADJUST_FIELD_ALIGN w...Mark Mitchell1-0/+2
2002-12-23stor-layout.c (update_alignment_for_field): Use ADJUST_FIELD_ALIGN when compu...Mark Mitchell1-1/+4
2002-12-19ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-45/+83
2002-11-20stor-layout.c (place_field): Update rli->offset as well as rli->bitpos.Richard Sandiford1-0/+1
2002-10-01stor-layout.c (update_alignment_for_field): New function.Mark Mitchell1-122/+106
2002-09-30store-layout.c (finish_record_layout): Add free_p parameter.Mark Mitchell1-4/+8
2002-09-29builtins.def: Fix comment formatting.Kazu Hirata1-9/+9
2002-09-27LANGUAGES: Follow spelling conventions.Kazu Hirata1-3/+3
2002-09-18stor-layout.c (place_field): Handle alignment of whole structures when MSVC c...Douglas B Rupp1-44/+158
2002-08-08stor-layout.c (place_union_field): For bitfields if PCC_BITFIELD_TYPE_MATTERS...Jakub Jelinek1-0/+6
2002-08-07stor-layout.c (place_union_field): Apply ADJUST_FIELD_ALIGN to type_align whe...Jakub Jelinek1-6/+27
2002-06-15tm.texi (MEMBER_TYPE_FORCES_BLK): Document MODE argument.Aldy Hernandez1-11/+2
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-10/+2
2002-05-09sbitmap.c: Fix formatting.Kazu Hirata1-15/+15
2002-04-13Revert these changes:Mark Mitchell1-5/+0
2002-04-07re PR c++/5571 (crash in initialization of a static variable)Mark Mitchell1-0/+5
2002-04-02stor-layout.c (layout_type, [...]): Give one-element array the same mode as i...Richard Kenner1-2/+7
2002-03-21Makefile.in (fold-const.o, [...]): Update.Neil Booth1-2/+4
2002-03-03attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...Kaveh R. Ghazi1-2/+1
2002-02-05target.h (struct gcc_target): Added ms_bitfield_layout_p.Alexandre Oliva1-0/+68