aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
2002-03-15c-common.c (statement_code_p): Handle CLEANUP_STMT.Mark Mitchell1-0/+1
2002-03-13c-common.c (c_tree_code_type, [...]): Delete.Kaveh R. Ghazi1-50/+0
2002-03-07defaults.h (MODE_HAS_NANS, [...]): New.Richard Sandiford1-62/+90
2002-02-27c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg1-24/+3
2002-02-22attr-alwaysinline.c: New.Aldy Hernandez1-4/+3
2002-02-21re PR c++/4401 (Array subscript evaluation sometimes wrong for 64-bit archit...Jakub Jelinek1-0/+101
2002-02-19i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez1-0/+7
2002-02-09Contribute sh64-elf.Alexandre Oliva1-0/+2
2002-02-08c-common.c (c_expand_expr): Revert 2002-02-06 patch.Jakub Jelinek1-22/+12
2002-02-06re PR c/5420 (bad code generated with gcc3.1/ia64)Jakub Jelinek1-2/+4
2002-02-06re PR c/5482 (cyclone-0.2, ICE in emit_move_insn, at expr.c:2746)Jakub Jelinek1-12/+22
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