aboutsummaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-08-16stor-layout.c (layout_decl): Don't set DECL_USER_ALIGN.Jason Merrill1-2/+2
2001-07-24stor-layout.c (get_mode_alignment): make it work when BITS_PER_UNIT is not a ...Lars Brinkhoff1-1/+2
2001-07-02stor-layout.c (layout_decl): Revert change to handling of alignment in packed...Richard Kenner1-1/+1
2001-06-02tree.h (struct record_layout_info_s): New field unpadded_align.Richard Kenner1-8/+30
2001-05-02c-lex.c: NULL_PTR -> NULL.Kaveh R. Ghazi1-1/+1
2001-03-23* stor-layout.c (layout_type): Give OFFSET_TYPE a MODE_INT type.J"orn Rennecke1-1/+3
2001-03-03tm.texi: Change STRUCT_FORCE_BLK to MEMBER_TYPE_FORCES_BLK.J"orn Rennecke1-3/+6
2001-02-14stor-layout.c (is_pending_size, [...]): New functions.Jakub Jelinek1-2/+26
2001-02-06stor-layout.c (reference_types_internal): New variable.Richard Kenner1-6/+26
2000-12-17Whitespace changeRichard Kenner1-3/+4
2000-12-16stor-layout.c (place_field): Treat overflowing DECL_SIZE_UNIT as if size were...Richard Kenner1-1/+2
2000-12-04stor-layout.c (int_mode_for_mode): Handle MODE_VECTOR_INT, MODE_VECTOR_FLOAT.Jason Merrill1-0/+2
2000-11-19* stor-layout.c (variable_size): Only put SAVE_EXPRs on pending_sizes.Richard Henderson1-1/+1
2000-10-25stor-layout.c (layout_type): If TYPE_ALIAS_SET was already set on the incompl...Jakub Jelinek1-0/+8
2000-10-24Fixes for C++ structure layout breakage.Jim Wilson1-8/+5
2000-10-20stor-layout.c (compute_record_mode): Use tree_low_cst.Richard Kenner1-30/+9
2000-10-13Remove obstacks.Mark Mitchell1-15/+0
2000-09-16stor-layout.c (place_field): Don't do anything if field or its type are ERROR...Richard Kenner1-0/+3
2000-08-29top level:Zack Weinberg1-1/+1
2000-08-24optabs.c (init_optabs): Initialize fixtab...Greg McGary1-1/+1
2000-08-18stor-layout.c (compute_record_type): Don't use mode of single field as mode o...Richard Kenner1-2/+5
2000-08-12tree.h (DECL_OFFSET_ALIGN): Make the off_align field of the tree structure an...Geoff Keating1-2/+2
2000-06-24Vector conversions supportBernd Schmidt1-0/+11
2000-06-14tree.h (TYPE_USER_ALIGN, [...]): Define.Jakub Jelinek1-8/+45
2000-06-02alias.c (struct alias_set_entry): New field has_zero_child.Richard Kenner1-3/+0