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