Age | Commit message (Expand) | Author | Files | Lines |
2004-06-26 | c-common.c (c_safe_from_p, [...]): Deleted. | Richard Kenner | 1 | -3/+3 |
2004-06-24 | c-decl.c (c_in_iteration_stmt, [...]): Remove. | Richard Henderson | 1 | -172/+163 |
2004-06-21 | c-common.def (RETURN_STMT): Remove. | Richard Henderson | 1 | -2/+2 |
2004-06-21 | c-common.c (verify_sequence_points): Export. | Richard Henderson | 1 | -2/+2 |
2004-06-21 | objc-act.h (get_object_reference): Rename to get_protocol_reference. | David Ayers | 1 | -2/+2 |
2004-06-20 | c-common.h (add_decl_stmt): Move to cp-tree.h. | Richard Henderson | 1 | -3/+3 |
2004-06-17 | c-common.c (flag_objc_sjlj_exceptions): New. | Richard Henderson | 1 | -83/+61 |
2004-06-17 | * c-parse.in: Unify Objective-C token names. | David Ayers | 1 | -33/+34 |
2004-06-16 | c-common.h (c_begin_if_stmt, [...]): Remove decls. | Richard Henderson | 1 | -1/+1 |
2004-06-16 | c-parse.in (if_stmt_locus): Remove. | Richard Henderson | 1 | -45/+17 |
2004-06-16 | c-common.def (GOTO_STMT, LABEL_STMT): Remove. | Richard Henderson | 1 | -3/+3 |
2004-06-15 | c-common.c (lang_gimplify_stmt): Remove next_p argument. | Richard Henderson | 1 | -120/+57 |
2004-06-15 | c-pragma.h (c_lex_string_translate): Change type to int. | Alexandre Oliva | 1 | -2/+2 |
2004-06-13 | c-typeck.c (comptypes, [...]): Remove flags parameter. | Joseph Myers | 1 | -1/+1 |
2004-06-07 | re PR c/14765 (ice-on-invalid-code, ICE while compiling ({}) expression) | Joseph Myers | 1 | -0/+1 |
2004-06-01 | c-parse.in (OFFSETOF, [...]): New. | Richard Henderson | 1 | -20/+34 |
2004-05-15 | c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_ho... | Steven Bosscher | 1 | -9/+9 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -9/+7 |
2004-03-23 | PR 12267, 12391, 12560, 13129, 14114, 14113 | Zack Weinberg | 1 | -81/+23 |
2004-02-27 | target-supports.exp (check-iconv-available): New function. | Eric Christopher | 1 | -10/+27 |
2004-02-12 | dbxout.c: Move declaration of dbxout_type_decl outside #ifdef DBX_DEBUGGING_I... | Zack Weinberg | 1 | -1/+1 |
2004-02-12 | c-parse.in (maybe_type_qual): Delete. | Zack Weinberg | 1 | -45/+67 |
2004-02-08 | README.Portability: Change "ISO C89" to "ISO C90". | Joseph Myers | 1 | -2/+2 |
2004-02-08 | c-common.c (shadow_warning): Delete. | Zack Weinberg | 1 | -7/+0 |
2004-02-03 | re PR c/11658 (Wrong error message) | Paolo Bonzini | 1 | -11/+11 |
2004-01-26 | c-parse.in (extension): Use itype. | Richard Henderson | 1 | -9/+8 |
2004-01-22 | function.c (allocate_struct_function): Do not initialize expr, emit and varasm. | Jan Hubicka | 1 | -3/+2 |
2004-01-14 | c-parse.in (stmts_and_decls): Make label at end of compound statement a hard ... | Joseph Myers | 1 | -3/+3 |
2003-12-16 | re PR c++/13275 (Implementation of offsetof macro) | Mark Mitchell | 1 | -0/+1 |
2003-12-15 | re PR c++/10779 (Error cascade for unknown type in function prototype) | Mark Mitchell | 1 | -22/+1 |
2003-12-03 | c-parse.in (c_in_iteration_stmt, [...]): Move from here... | Eric Christopher | 1 | -3/+0 |
2003-11-29 | re PR c/10333 (typeof (bitfield) is accepted but doesn't work) | Joseph Myers | 1 | -1/+5 |
2003-11-24 | re PR c/13014 (if shortcut misses required diagnostics) | Eric Christopher | 1 | -20/+43 |
2003-10-24 | re PR c/11943 (Accepts invalid declaration "int x[2, 3];" in C99 mode) | Joseph Myers | 1 | -3/+3 |
2003-10-15 | c-parse.in (methoddef, [...]): Call objc_add_method() instead of add_method(). | Ziemowit Laski | 1 | -2/+6 |
2003-10-02 | /tmp/cvs001644 | Kelley Cook | 1 | -1/+4 |
2003-09-25 | cp-parse.in (objc_try_stmt): Do not specify a %type. | Ziemowit Laski | 1 | -1/+1 |
2003-09-25 | MERGE OF objc-improvements-branch into MAINLINE. | Ziemowit Laski | 1 | -160/+142 |
2003-09-21 | Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change. | Richard Henderson | 1 | -5/+5 |
2003-09-21 | tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const. | Richard Henderson | 1 | -5/+5 |
2003-09-15 | invoke.texi (Warning Options): Describe -Wold-style-definition. | Andreas Jaeger | 1 | -0/+7 |
2003-09-03 | Makefile.in (c-objc-common.o): Kill gt-c-objc-common.h dependency. | Jan Hubicka | 1 | -5/+5 |
2003-08-01 | c-decl.c (gettags, [...]): Delete. | Zack Weinberg | 1 | -1/+1 |
2003-07-29 | c-decl.c (last_function_parm_vars, [...]): New static variables. | Zack Weinberg | 1 | -11/+1 |
2003-07-28 | c-parse.in (lineno_stmt_decl_or_labels_ending_decl): Also warn when warn_decl... | Hans-Peter Nilsson | 1 | -2/+5 |
2003-07-24 | tree.h (boolean_type_node): Move from C/C++/Java frontends. | Jason Merrill | 1 | -10/+10 |
2003-07-19 | * c-decl.c (named_labels, shadowed_labels, label_level_chain) | Zack Weinberg | 1 | -5/+1 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -7/+5 |
2003-07-18 | c-decl.c (pushdecl_function_level): Make static, return nothing. | Zack Weinberg | 1 | -2/+2 |
2003-07-17 | c-decl.c: Fix typos in several comments. | Zack Weinberg | 1 | -3/+3 |