Age | Commit message (Expand) | Author | Files | Lines |
2001-12-05 | c-common.c (shadow_warning): New function, moved from cp/decl.c. | Neil Booth | 1 | -0/+14 |
2001-12-04 | re PR c/4787 (Different anonymous variables declared but only one allocated w... | Joseph Myers | 1 | -0/+21 |
2001-12-04 | Revert previous patch | Alexandre Oliva | 1 | -1/+1 |
2001-12-04 | stmt.c (expand_expr_stmt): Keep last_expr_value non-NULL iff we're interested... | Alexandre Oliva | 1 | -1/+1 |
2001-11-26 | cppfiles.c (stack_include_file): Don't optimize zero-length files. | Neil Booth | 1 | -8/+51 |
2001-11-18 | Makefile.in (c-parse.o, c-common.o): Update dependencies. | Neil Booth | 1 | -0/+12 |
2001-11-18 | c-common.c (struct disabled_builtin, [...]): New. | Joseph Myers | 1 | -1/+49 |
2001-11-15 | c-common.c: Include c-lex.h. | Neil Booth | 1 | -2/+10 |
2001-11-06 | re PR c/461 (non-lvalue arrays) | Joseph Myers | 1 | -1/+2 |
2001-10-31 | tree.h (tree_index): Add support for V16QI and V8HI. | Aldy Hernandez | 1 | -0/+4 |
2001-10-29 | ChangeLog.2, [...]: Fix spelling errors and typos. | Joseph Myers | 1 | -4/+4 |
2001-10-28 | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-10-28 | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-10-23 | alias.c (can_address_p): Compnonents are not addressable if the containing ty... | Richard Kenner | 1 | -5/+1 |
2001-10-23 | c-common.c (warn_div_by_zero): New. | Neil Booth | 1 | -0/+3 |
2001-10-17 | Makefile.in (print-rtl.o): Depend on TREE_H. | Richard Kenner | 1 | -22/+4 |
2001-10-11 | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 1 | -9/+9 |
2001-10-09 | c-common.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2001-10-08 | langhooks.h: New file. | Alexandre Oliva | 1 | -4/+1 |
2001-10-07 | builtins.c (expand_builtin_setjmp_receiver): Const-ify. | Kaveh R. Ghazi | 1 | -5/+5 |
2001-10-05 | Makefile.in (OBJS): Added tree-inline.o. | Alexandre Oliva | 1 | -1/+3 |
2001-10-02 | c-common.c (c_format_attribute_table): Make format and format_arg attributes ... | Joseph Myers | 1 | -5/+14 |
2001-10-02 | attribs.c (decl_attributes): Possibly call insert_default_attributes to inser... | Joseph Myers | 1 | -12/+94 |
2001-09-28 | Add support for 3Dnow builtins | Bernd Schmidt | 1 | -0/+2 |
2001-09-22 | c-common.c (format_attribute_table): Remove decl. | Richard Kenner | 1 | -2/+0 |
2001-09-22 | attribs.c: New file, from c-common.c. | Richard Kenner | 1 | -1145/+15 |
2001-09-21 | Whitespace changes | Richard Kenner | 1 | -23/+65 |
2001-09-21 | Table-driven attributes. | Joseph Myers | 1 | -433/+910 |
2001-09-15 | * c-common.c (c_promoting_integer_type_p): Handle ?Imode types. | Roman Lechtchinsky | 1 | -1/+2 |
2001-09-12 | c-common.c (c_tree_code_name): Const-ification. | Kaveh R. Ghazi | 1 | -1/+1 |
2001-09-11 | re PR c/4294 (ICE for bad empty attribute) | Joseph Myers | 1 | -1/+3 |
2001-09-07 | c-common.c (signed_or_unsigned_type): Handle machine mode types which have no... | Richard Henderson | 1 | -0/+14 |
2001-08-24 | c-common.c (c_alignof, [...]): Move here... | Jason Merrill | 1 | -0/+80 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -12/+12 |
2001-08-03 | target.h (gcc_target): Add asm_out.named_section, section_type_flags, have_na... | Richard Henderson | 1 | -22/+23 |
2001-08-01 | alias.c: Fix comment formatting. | Kazu Hirata | 1 | -36/+36 |
2001-07-13 | c-common.c (decl_attributes): Take a pointer to the node to which attributes ... | Joseph Myers | 1 | -14/+22 |
2001-07-10 | target.h (struct gcc_target): New fields init_builtins and expand_builtin. | Stan Shebs | 1 | -1/+1 |
2001-07-08 | target.h (struct gcc_target): Add insert_attributes. | Joseph Myers | 1 | -11/+2 |
2001-07-08 | c-common.c (decl_attributes): Only take a single attributes parameter. | Joseph Myers | 1 | -10/+6 |
2001-07-01 | c-common.c (decl_attributes, [...]): Don't call layout_decl for FIELD_DECL. | Richard Kenner | 1 | -1/+2 |
2001-06-22 | re PR c/3259 (({ }) and -Wall) | Joseph Myers | 1 | -0/+5 |
2001-06-05 | c-common.h (flag_dump_translation_unit): Remove. | Nathan Sidwell | 1 | -5/+0 |
2001-05-25 | builtins.def: Encode additional information, such as names and types, here. | Mark Mitchell | 1 | -571/+169 |
2001-05-21 | fix comment | Jason Merrill | 1 | -1/+1 |
2001-05-11 | c-common.c (finish_label_expr): New function, lifted from from cp/semantics.c. | Neil Booth | 1 | -0/+33 |
2001-05-10 | c-common.c (combine_strings): Widen strings in a host-endian-independent way. | DJ Delorie | 1 | -5/+12 |
2001-05-01 | bitmap.c: Change NULL_PTR to NULL or "(rtx*)0". | Kaveh R. Ghazi | 1 | -45/+45 |
2001-04-30 | c-common.c (c_promoting_integer_type_p): New function, from the corpse of old... | Richard Henderson | 1 | -2/+32 |
2001-04-24 | Lazy __FUNCTION__ generation. | Nathan Sidwell | 1 | -23/+173 |