aboutsummaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
AgeCommit message (Expand)AuthorFilesLines
2000-03-01stor-layout.c (layout_decl): Allow front-ends to explicitly set the DECL_SIZE...Mark Mitchell1-21/+18
2000-02-28* Eliminate DECL_FIELD_SIZE.Richard Kenner1-4/+11
2000-02-27builtins.c (c_strlen): Use size_diffop and return ssizetype value.Richard Kenner1-62/+113
2000-02-24machmode.h (get_mode_alignment): Declare.Nathan Sidwell1-0/+17
2000-02-19c-common.c (decl_attributes): Set DECL_SIZE_UNIT.Richard Kenner1-26/+66
2000-02-10combine.c (make_extraction, [...]): Avoid warning on mixed-signedness conditi...Richard Kenner1-40/+42
2000-01-17print-rtl.c: PROTO -> PARAMS.Kaveh R. Ghazi1-2/+2
2000-01-13stor-layout.c (layout_type): Use FORCE_STRUCT_BLK.Michael Hayes1-0/+7
2000-01-04Update copyrightsJeff Law1-1/+1
2000-01-02system.h (CEIL): Define.Mark Mitchell1-2/+0
1999-12-20Makefile.in (explow.o): Depend on function.h.Mark Mitchell1-1/+1
1999-12-20current_function -> cfunBernd Schmidt1-2/+2
1999-12-18alias.c: Minor reformatting.Richard Kenner1-40/+45
1999-12-03flags.h (warn_padded, [...]): Add global var decls.Greg McGary1-22/+96
1999-11-12tree.h (SAVE_EXPR_PERSISTENT_P): New macro.Mark Mitchell1-0/+11
1999-10-29Fix mn10200-elf libio build failure, and minor performance regression.Jim Wilson1-2/+6
1999-10-14stor-layout.c (layout_union): Use HOST_WIDE_INT for const_size...Stephane Carrez1-10/+15
1999-09-26function.h (struct function): Add x_dont_save_pending_sizes_p.Mark Mitchell1-0/+4
1999-09-20Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1-0/+1
1999-09-10Move declarations and building code for common tree nodes to tree.[ch]Bernd Schmidt1-19/+5
1999-09-05Makefile.in (stor-layout.o): Depend on ggc.h.Richard Henderson1-0/+11
1999-08-27c-typeck.c (c_expand_start_case): Return immediately if exp is an ERROR_MARK.Zack Weinberg1-1/+2
1999-08-15Fix misuses of MAX_MACHINE_MODE that can result in an infinite loop.Jim Wilson1-1/+1
1999-08-09Include function.h in most files.Bernd Schmidt1-26/+0
1999-07-31Backport of GC branch patches part 1: kill eh status saving.Bernd Schmidt1-1/+0
1999-03-11machmode.h (smallest_mode_for_size): Prototype.Richard Henderson1-3/+1
1999-01-21varasm.c (output_constant_pool): Use floor_log2 instead of exact_log2 for ASM...Vladimir N. Makarov1-0/+12
1998-12-23Warning fixes:Kaveh R. Ghazi1-8/+9
1998-10-13Warning fixes:Kaveh R. Ghazi1-5/+5
1998-10-09expmed.c (store_bit_field): Pun non-integral str_rtx modes.Richard Henderson1-0/+31
1998-08-20stor-layout.c (layout_type): Compute TYPE_SIZE_UNIT correctly for arrays of b...Dave Brolley1-2/+6
1998-07-27stor-layout.c (layout_type): Handle arrays of bits, for Chill.Dave Brolley1-2/+14
1998-05-28Make rtx, tree types type correct if the appropriate include files was not in...Michael Meissner1-1/+1
1998-05-18tree.h (TYPE_SIZE_UNIT): New.Richard Henderson1-3/+44
1998-05-18stor-layout.c (layout_record): Fix off-by-one error when checking length of t...Richard Earnshaw1-1/+1
1998-05-15tree.h (BINFO_SIZE, [...]): New macros.Jason Merrill1-0/+5
1998-05-15stor-layout.c (set_sizetype): Set TYPE_NAME on bitsizetype.Benjamin Kosnik1-0/+2
1998-05-06toplev.h: New file.Robert Lipe1-0/+1
1998-04-04tree.h (sizetype_tab[2], [...]): Merge all of these into a single struct, wit...Richard Henderson1-10/+23
1998-04-01fold-const.c (optimze_bit_field_compare): Initialize rnbitpos, rnbitsize, rnm...Jeffrey A Law1-2/+2
1998-03-29Makefile.in (c-typeck.o): Delete on expr.h, insn-codes.h and $(RTL_H).Jeffrey A Law1-0/+2
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-1/+1
1998-02-10stor-layout.c (layout_type): Do upper - lower in the native type, so as to pr...Richard Henderson1-1/+4
1998-02-01expr.c (get_inner_reference): Use sbitsizetype for type sizes.J"orn Rennecke1-22/+56
1997-12-06Merge from gcc-2.8Jeff Law1-1/+1
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-14/+12
1997-10-16c-decl.c (start_struct): Ensure that structs with forward declarations are in...Mike Stump1-8/+11
1997-07-28xJason Merrill1-4/+16
1997-06-27(layout_record, PCC_BITFIELD_TYPE_MATTERS): Round up when calculatingRichard Kenner1-1/+2
1997-05-06reformat a little to match GNU coding standards.Mike Stump1-3/+3