aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
2002-01-15c-common.def (FILE_STMT): New code.Jason Merrill1-0/+1
2002-01-04c-common.c (c_expand_start_cond): Expect the IF_STMT node to be passed in, do...Jeff Law1-5/+49
2002-01-04c-common.c: Fix formatting.Kazu Hirata1-16/+16
2002-01-02c-common.h (genrtl_expr_stmt_value): Declare.Alexandre Oliva1-2/+23
2001-12-21builtin-attrs.def (__builtin_printf_unlocked, [...]): Mark with the __printf_...Kaveh R. Ghazi1-10/+30
2001-12-16c-common.c, c-common.h (back_end_hook): Remove.Neil Booth1-4/+0
2001-12-11c-common.c (combine_strings): Complain if concatenating __FUNCTION__.Neil Booth1-1/+5
2001-12-11c-common.c (type_for_mode): Handle unsigned vectors.Aldy Hernandez1-20/+28
2001-12-05c-common.c (shadow_warning): New function, moved from cp/decl.c.Neil Booth1-0/+14
2001-12-04re PR c/4787 (Different anonymous variables declared but only one allocated w...Joseph Myers1-0/+21
2001-12-04Revert previous patchAlexandre Oliva1-1/+1
2001-12-04stmt.c (expand_expr_stmt): Keep last_expr_value non-NULL iff we're interested...Alexandre Oliva1-1/+1
2001-11-26cppfiles.c (stack_include_file): Don't optimize zero-length files.Neil Booth1-8/+51
2001-11-18Makefile.in (c-parse.o, c-common.o): Update dependencies.Neil Booth1-0/+12
2001-11-18c-common.c (struct disabled_builtin, [...]): New.Joseph Myers1-1/+49
2001-11-15c-common.c: Include c-lex.h.Neil Booth1-2/+10
2001-11-06re PR c/461 (non-lvalue arrays)Joseph Myers1-1/+2
2001-10-31tree.h (tree_index): Add support for V16QI and V8HI.Aldy Hernandez1-0/+4
2001-10-29ChangeLog.2, [...]: Fix spelling errors and typos.Joseph Myers1-4/+4
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-23alias.c (can_address_p): Compnonents are not addressable if the containing ty...Richard Kenner1-5/+1
2001-10-23c-common.c (warn_div_by_zero): New.Neil Booth1-0/+3
2001-10-17Makefile.in (print-rtl.o): Depend on TREE_H.Richard Kenner1-22/+4
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-9/+9
2001-10-09c-common.c: Fix comment typos.Kazu Hirata1-1/+1
2001-10-08langhooks.h: New file.Alexandre Oliva1-4/+1
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi1-5/+5
2001-10-05Makefile.in (OBJS): Added tree-inline.o.Alexandre Oliva1-1/+3
2001-10-02c-common.c (c_format_attribute_table): Make format and format_arg attributes ...Joseph Myers1-5/+14
2001-10-02attribs.c (decl_attributes): Possibly call insert_default_attributes to inser...Joseph Myers1-12/+94
2001-09-28Add support for 3Dnow builtinsBernd Schmidt1-0/+2
2001-09-22c-common.c (format_attribute_table): Remove decl.Richard Kenner1-2/+0
2001-09-22attribs.c: New file, from c-common.c.Richard Kenner1-1145/+15
2001-09-21Whitespace changesRichard Kenner1-23/+65
2001-09-21Table-driven attributes.Joseph Myers1-433/+910
2001-09-15* c-common.c (c_promoting_integer_type_p): Handle ?Imode types.Roman Lechtchinsky1-1/+2
2001-09-12c-common.c (c_tree_code_name): Const-ification.Kaveh R. Ghazi1-1/+1
2001-09-11re PR c/4294 (ICE for bad empty attribute)Joseph Myers1-1/+3
2001-09-07c-common.c (signed_or_unsigned_type): Handle machine mode types which have no...Richard Henderson1-0/+14
2001-08-24c-common.c (c_alignof, [...]): Move here...Jason Merrill1-0/+80
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-03target.h (gcc_target): Add asm_out.named_section, section_type_flags, have_na...Richard Henderson1-22/+23
2001-08-01alias.c: Fix comment formatting.Kazu Hirata1-36/+36
2001-07-13c-common.c (decl_attributes): Take a pointer to the node to which attributes ...Joseph Myers1-14/+22
2001-07-10target.h (struct gcc_target): New fields init_builtins and expand_builtin.Stan Shebs1-1/+1
2001-07-08target.h (struct gcc_target): Add insert_attributes.Joseph Myers1-11/+2
2001-07-08c-common.c (decl_attributes): Only take a single attributes parameter.Joseph Myers1-10/+6
2001-07-01c-common.c (decl_attributes, [...]): Don't call layout_decl for FIELD_DECL.Richard Kenner1-1/+2
2001-06-22re PR c/3259 (({ }) and -Wall)Joseph Myers1-0/+5