aboutsummaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-01-22predict.c: Fix formatting.Kazu Hirata1-2/+2
2001-12-29stor-layout.c (layout_decl): Don't misalign field of variable size for packed...Richard Kenner1-1/+9
2001-12-11tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): New.Steve Ellcey1-1/+11
2001-12-08stor-layout.c (place_union_field): Apply ADJUST_FIELD_ALIGN to unions.David Edelsohn1-0/+4
2001-12-03gcse.c (delete_null_pointer_checks_1): Do not use delelete_list; call purge_d...Jan Hubicka1-0/+12
2001-11-28stor-layout.c (put_pending_size): Look for SAVE_EXPR if not at top level; onl...Richard Kenner1-1/+9
2001-11-27Makefile.in (c-lang.o): Depends on langhooks-def.h.Richard Kenner1-3/+3
2001-10-24stor-layout.c (place_union_field): If any field was aligned with attribute al...Jakub Jelinek1-1/+5
2001-10-23alias.c (can_address_p): Compnonents are not addressable if the containing ty...Richard Kenner1-17/+0
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-11/+11
2001-10-01decl.c (grokdeclarator): Copy array typedef handling from C frontend.Jason Merrill1-20/+0
2001-09-20stor-layout.c (layout_type, [...]): Kludge to disable array-too-large test fo...Richard Kenner1-2/+9
2001-09-07typeck.c (java_array_type_length, [...]): Represent empty arrays by NULL index.Matt Kraai1-0/+1
2001-09-05stor-layout.c (layout_type): Complain if an array's size can not be represent...Jeffrey A Law1-0/+13
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-17sbitmap.c: Fix comment formatting.Kazu Hirata1-5/+5