| Commit message (Expand) | Author | Age | Files | Lines |
* | c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_ho... | Steven Bosscher | 2004-05-15 | 1 | -9/+9 |
* | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 2004-05-13 | 1 | -9/+7 |
* | PR 12267, 12391, 12560, 13129, 14114, 14113 | Zack Weinberg | 2004-03-23 | 1 | -81/+23 |
* | target-supports.exp (check-iconv-available): New function. | Eric Christopher | 2004-02-27 | 1 | -10/+27 |
* | dbxout.c: Move declaration of dbxout_type_decl outside #ifdef DBX_DEBUGGING_I... | Zack Weinberg | 2004-02-12 | 1 | -1/+1 |
* | c-parse.in (maybe_type_qual): Delete. | Zack Weinberg | 2004-02-12 | 1 | -45/+67 |
* | README.Portability: Change "ISO C89" to "ISO C90". | Joseph Myers | 2004-02-08 | 1 | -2/+2 |
* | c-common.c (shadow_warning): Delete. | Zack Weinberg | 2004-02-08 | 1 | -7/+0 |
* | re PR c/11658 (Wrong error message) | Paolo Bonzini | 2004-02-03 | 1 | -11/+11 |
* | c-parse.in (extension): Use itype. | Richard Henderson | 2004-01-26 | 1 | -9/+8 |
* | function.c (allocate_struct_function): Do not initialize expr, emit and varasm. | Jan Hubicka | 2004-01-22 | 1 | -3/+2 |
* | c-parse.in (stmts_and_decls): Make label at end of compound statement a hard ... | Joseph Myers | 2004-01-14 | 1 | -3/+3 |
* | re PR c++/13275 (Implementation of offsetof macro) | Mark Mitchell | 2003-12-16 | 1 | -0/+1 |
* | re PR c++/10779 (Error cascade for unknown type in function prototype) | Mark Mitchell | 2003-12-15 | 1 | -22/+1 |
* | c-parse.in (c_in_iteration_stmt, [...]): Move from here... | Eric Christopher | 2003-12-03 | 1 | -3/+0 |
* | re PR c/10333 (typeof (bitfield) is accepted but doesn't work) | Joseph Myers | 2003-11-29 | 1 | -1/+5 |
* | re PR c/13014 (if shortcut misses required diagnostics) | Eric Christopher | 2003-11-24 | 1 | -20/+43 |
* | re PR c/11943 (Accepts invalid declaration "int x[2, 3];" in C99 mode) | Joseph Myers | 2003-10-24 | 1 | -3/+3 |
* | c-parse.in (methoddef, [...]): Call objc_add_method() instead of add_method(). | Ziemowit Laski | 2003-10-15 | 1 | -2/+6 |
* | /tmp/cvs001644 | Kelley Cook | 2003-10-02 | 1 | -1/+4 |
* | cp-parse.in (objc_try_stmt): Do not specify a %type. | Ziemowit Laski | 2003-09-25 | 1 | -1/+1 |
* | MERGE OF objc-improvements-branch into MAINLINE. | Ziemowit Laski | 2003-09-25 | 1 | -160/+142 |
* | Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change. | Richard Henderson | 2003-09-21 | 1 | -5/+5 |
* | tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const. | Richard Henderson | 2003-09-21 | 1 | -5/+5 |
* | invoke.texi (Warning Options): Describe -Wold-style-definition. | Andreas Jaeger | 2003-09-15 | 1 | -0/+7 |
* | Makefile.in (c-objc-common.o): Kill gt-c-objc-common.h dependency. | Jan Hubicka | 2003-09-03 | 1 | -5/+5 |
* | c-decl.c (gettags, [...]): Delete. | Zack Weinberg | 2003-08-01 | 1 | -1/+1 |
* | c-decl.c (last_function_parm_vars, [...]): New static variables. | Zack Weinberg | 2003-07-29 | 1 | -11/+1 |
* | c-parse.in (lineno_stmt_decl_or_labels_ending_decl): Also warn when warn_decl... | Hans-Peter Nilsson | 2003-07-28 | 1 | -2/+5 |
* | tree.h (boolean_type_node): Move from C/C++/Java frontends. | Jason Merrill | 2003-07-24 | 1 | -10/+10 |
* | * c-decl.c (named_labels, shadowed_labels, label_level_chain) | Zack Weinberg | 2003-07-19 | 1 | -5/+1 |
* | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 2003-07-19 | 1 | -7/+5 |
* | c-decl.c (pushdecl_function_level): Make static, return nothing. | Zack Weinberg | 2003-07-18 | 1 | -2/+2 |
* | c-decl.c: Fix typos in several comments. | Zack Weinberg | 2003-07-17 | 1 | -3/+3 |
* | Index: ChangeLog | Geoffrey Keating | 2003-07-11 | 1 | -13/+18 |
* | rtl.h (emit_line_note): Take a location_t. | Nathan Sidwell | 2003-07-07 | 1 | -2/+2 |
* | basic-block.h: Convert prototypes to ISO C90. | Andreas Jaeger | 2003-07-06 | 1 | -18/+14 |
* | Makfile.in: Remove traces of mbchar. | Neil Booth | 2003-07-06 | 1 | -4/+0 |
* | cpplib.h (CPP_AT_NAME, [...]): New token types. | Zack Weinberg | 2003-07-05 | 1 | -119/+19 |
* | c-tree.h (define_label): Replace filename and lineno arguments with a locatio... | Nathan Sidwell | 2003-07-01 | 1 | -1/+1 |
* | c-common.c (enum c_language_kind, flag_objc): Remove. | Neil Booth | 2003-06-30 | 1 | -1/+1 |
* | * c-parse.in (yylexstring): Use a location_t. | Nathan Sidwell | 2003-06-28 | 1 | -6/+5 |
* | c-parse.in (%union): Replace filename & lineno with location. | Nathan Sidwell | 2003-06-28 | 1 | -39/+27 |
* | c-tree.h (grokfield): Remove unused filename and line parameters. | Nathan Sidwell | 2003-06-27 | 1 | -22/+26 |
* | c-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier. | Nathan Sidwell | 2003-05-21 | 1 | -28/+30 |
* | c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED. | Nathan Sidwell | 2003-05-21 | 1 | -6/+0 |
* | re PR c/10675 (Compile time increases quadratically with struct size) | Richard Henderson | 2003-05-11 | 1 | -14/+26 |
* | c-parse.in (if_stmt_locus): New object. | Gabriel Dos Reis | 2003-05-09 | 1 | -7/+7 |
* | input.h (lineno): Rename to ... | Nathan Sidwell | 2003-05-01 | 1 | -7/+8 |
* | * c-parse.in: Remove '%expect 32' directive in objc mode | Gabriel Dos Reis | 2003-01-28 | 1 | -3/+0 |