summaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
Commit message (Expand)AuthorAgeFilesLines
* c-common.c (decl_attributes): Set DECL_SIZE_UNIT.Richard Kenner2000-02-191-26/+66
* combine.c (make_extraction, [...]): Avoid warning on mixed-signedness conditi...Richard Kenner2000-02-101-40/+42
* print-rtl.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-171-2/+2
* stor-layout.c (layout_type): Use FORCE_STRUCT_BLK.Michael Hayes2000-01-131-0/+7
* Update copyrightsJeff Law2000-01-041-1/+1
* system.h (CEIL): Define.Mark Mitchell2000-01-021-2/+0
* Makefile.in (explow.o): Depend on function.h.Mark Mitchell1999-12-201-1/+1
* current_function -> cfunBernd Schmidt1999-12-201-2/+2
* alias.c: Minor reformatting.Richard Kenner1999-12-181-40/+45
* flags.h (warn_padded, [...]): Add global var decls.Greg McGary1999-12-031-22/+96
* tree.h (SAVE_EXPR_PERSISTENT_P): New macro.Mark Mitchell1999-11-121-0/+11
* Fix mn10200-elf libio build failure, and minor performance regression.Jim Wilson1999-10-291-2/+6
* stor-layout.c (layout_union): Use HOST_WIDE_INT for const_size...Stephane Carrez1999-10-141-10/+15
* function.h (struct function): Add x_dont_save_pending_sizes_p.Mark Mitchell1999-09-261-0/+4
* Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1999-09-201-0/+1
* Move declarations and building code for common tree nodes to tree.[ch]Bernd Schmidt1999-09-101-19/+5
* Makefile.in (stor-layout.o): Depend on ggc.h.Richard Henderson1999-09-051-0/+11
* c-typeck.c (c_expand_start_case): Return immediately if exp is an ERROR_MARK.Zack Weinberg1999-08-271-1/+2
* Fix misuses of MAX_MACHINE_MODE that can result in an infinite loop.Jim Wilson1999-08-151-1/+1
* Include function.h in most files.Bernd Schmidt1999-08-091-26/+0
* Backport of GC branch patches part 1: kill eh status saving.Bernd Schmidt1999-07-311-1/+0
* machmode.h (smallest_mode_for_size): Prototype.Richard Henderson1999-03-111-3/+1
* varasm.c (output_constant_pool): Use floor_log2 instead of exact_log2 for ASM...Vladimir N. Makarov1999-01-211-0/+12
* Warning fixes:Kaveh R. Ghazi1998-12-231-8/+9
* Warning fixes:Kaveh R. Ghazi1998-10-131-5/+5
* expmed.c (store_bit_field): Pun non-integral str_rtx modes.Richard Henderson1998-10-091-0/+31
* stor-layout.c (layout_type): Compute TYPE_SIZE_UNIT correctly for arrays of b...Dave Brolley1998-08-201-2/+6
* stor-layout.c (layout_type): Handle arrays of bits, for Chill.Dave Brolley1998-07-271-2/+14
* Make rtx, tree types type correct if the appropriate include files was not in...Michael Meissner1998-05-281-1/+1
* tree.h (TYPE_SIZE_UNIT): New.Richard Henderson1998-05-181-3/+44
* stor-layout.c (layout_record): Fix off-by-one error when checking length of t...Richard Earnshaw1998-05-181-1/+1
* tree.h (BINFO_SIZE, [...]): New macros.Jason Merrill1998-05-151-0/+5
* stor-layout.c (set_sizetype): Set TYPE_NAME on bitsizetype.Benjamin Kosnik1998-05-151-0/+2
* toplev.h: New file.Robert Lipe1998-05-061-0/+1
* tree.h (sizetype_tab[2], [...]): Merge all of these into a single struct, wit...Richard Henderson1998-04-041-10/+23
* fold-const.c (optimze_bit_field_compare): Initialize rnbitpos, rnbitsize, rnm...Jeffrey A Law1998-04-011-2/+2
* Makefile.in (c-typeck.o): Delete on expr.h, insn-codes.h and $(RTL_H).Jeffrey A Law1998-03-291-0/+2
* Major cutover to using system.h:Kaveh R. Ghazi1998-03-201-1/+1
* stor-layout.c (layout_type): Do upper - lower in the native type, so as to pr...Richard Henderson1998-02-101-1/+4
* expr.c (get_inner_reference): Use sbitsizetype for type sizes.J"orn Rennecke1998-02-011-22/+56
* Merge from gcc-2.8Jeff Law1997-12-061-1/+1
* Update mainline egcs to gcc2 snapshot 971021.Jeff Law1997-11-021-14/+12
* c-decl.c (start_struct): Ensure that structs with forward declarations are in...Mike Stump1997-10-161-8/+11
* xJason Merrill1997-07-281-4/+16
* (layout_record, PCC_BITFIELD_TYPE_MATTERS): Round up when calculatingRichard Kenner1997-06-271-1/+2
* reformat a little to match GNU coding standards.Mike Stump1997-05-061-3/+3
* (layout_record, PCC_BITFIELD_TYPE_MATTERS): Fix sign bug in last change.Richard Kenner1997-04-131-1/+1
* (layout_record...Richard Kenner1997-03-171-9/+5
* stor-layout.c (layout_record): Correct test for whether field spans its unit ...Doug Evans1997-01-211-1/+1
* xJason Merrill1996-11-091-1/+1