Age | Commit message (Expand) | Author | Files | Lines |
2004-08-06 | tree.c (handle_dll_attribute): Move here from i383/winnt.c. | Mark Mitchell | 1 | -0/+1 |
2004-08-05 | re PR c/14516 (-fleading-underscore does not work correctly for file static v... | Geoffrey Keating | 1 | -1/+0 |
2004-07-29 | c-common.h (lang_post_pch_load): New variable. | Mark Mitchell | 1 | -0/+4 |
2004-07-25 | c-common.h (c_staticp): Change return type from int to bool. | Bernardo Innocenti | 1 | -1/+1 |
2004-07-20 | c-common.h (check_case_value): Remove prototype. | Steven Bosscher | 1 | -3/+1 |
2004-07-19 | c-tree.h (struct c_expr): Define. | Joseph Myers | 1 | -4/+0 |
2004-07-09 | md.texi (Processor pipeline description): Mention that the old pipeline descr... | Steven Bosscher | 1 | -2/+0 |
2004-06-30 | c-common.h (check_function_format): Remove first parameter. | Joseph Myers | 1 | -1/+1 |
2004-06-26 | c-common.c (c_safe_from_p, [...]): Deleted. | Richard Kenner | 1 | -10/+2 |
2004-06-25 | c-common.h (warn_cast_qual, [...]): Remove explicit declarations. | DJ Delorie | 1 | -215/+0 |
2004-06-24 | c-common.c (expand_unordered_cmp): Delete. | Roger Sayle | 1 | -2/+0 |
2004-06-22 | c-opts.c (c_common_handle_option): Handle -fpch-preprocess. | Geoffrey Keating | 1 | -0/+7 |
2004-06-21 | c-common.def (RETURN_STMT): Remove. | Richard Henderson | 1 | -8/+1 |
2004-06-21 | c-common.c (verify_sequence_points): Export. | Richard Henderson | 1 | -1/+2 |
2004-06-20 | c-common.h (add_decl_stmt): Move to cp-tree.h. | Richard Henderson | 1 | -1/+0 |
2004-06-20 | c-common.def (IF_STMT, [...]): Move to cp-tree.def. | Richard Henderson | 1 | -19/+1 |
2004-06-20 | c-common.h (has_c_linkage): New interface. | Zack Weinberg | 1 | -0/+1 |
2004-06-19 | c-common.c, c-common.h (lang_gimplify_stmt): Remove. | Richard Henderson | 1 | -5/+2 |
2004-06-17 | c-common.c (flag_objc_sjlj_exceptions): New. | Richard Henderson | 1 | -0/+3 |
2004-06-16 | c-common.def (COMPOUND_STMT): Remove. | Richard Henderson | 1 | -7/+1 |
2004-06-16 | c-common.h (c_begin_if_stmt, [...]): Remove decls. | Richard Henderson | 1 | -3/+0 |
2004-06-16 | c-common.def (CASE_LABEL): Remove. | Richard Henderson | 1 | -3/+1 |
2004-06-16 | c-common.def (ASM_STMT): Remove. | Richard Henderson | 1 | -2/+1 |
2004-06-16 | c-common.def (GOTO_STMT, LABEL_STMT): Remove. | Richard Henderson | 1 | -9/+1 |
2004-06-15 | c-common.c (lang_gimplify_stmt): Remove next_p argument. | Richard Henderson | 1 | -101/+29 |
2004-06-01 | c-parse.in (OFFSETOF, [...]): New. | Richard Henderson | 1 | -0/+1 |
2004-05-30 | c-decl.c (c_expand_body_1): Remove and fold back into ... | Andrew Pinski | 1 | -0/+1 |
2004-05-28 | c-common.c (c_estimate_num_insns_1): Kill. | Andrew Pinski | 1 | -1/+0 |
2004-05-18 | Makefile.def, [...]: Remove all mention of libf2c. | Zack Weinberg | 1 | -11/+0 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -83/+16 |
2004-05-05 | re PR target/14899 (wrong code due to change in compatibility rules for vecto... | Paolo Bonzini | 1 | -0/+2 |
2004-04-07 | Index: ChangeLog | Geoffrey Keating | 1 | -1/+1 |
2004-03-23 | PR 12267, 12391, 12560, 13129, 14114, 14113 | Zack Weinberg | 1 | -3/+2 |
2004-02-17 | re PR c++/11326 (C++ IA64 ABI: 3.1.4: sometimes pointer to temporary return v... | Mark Mitchell | 1 | -15/+0 |
2004-02-15 | c-common.h (GET_DIRECTIVE_LINE): Remove unused macro. | Roger Sayle | 1 | -3/+0 |
2004-02-08 | c-common.c (shadow_warning): Delete. | Zack Weinberg | 1 | -4/+0 |
2004-02-04 | Partially revert/redo 2003-10-01 change; fix -fworking-directory. | Per Bothner | 1 | -0/+1 |
2004-01-25 | c-common.h: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-01-21 | alias.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-01-16 | c-common.h: Fix comment formatting. | Kazu Hirata | 1 | -1/+2 |
2004-01-09 | expr.h (expand_expr): Make it a macro, not a function. | Mark Mitchell | 1 | -1/+1 |
2003-12-22 | re PR c++/12862 (Conflicts Between typedefs/enums and Namespace Member Declar... | Mark Mitchell | 1 | -11/+0 |
2003-12-21 | alias.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-12-16 | re PR c++/13275 (Implementation of offsetof macro) | Mark Mitchell | 1 | -3/+4 |
2003-12-15 | re PR c++/10779 (Error cascade for unknown type in function prototype) | Mark Mitchell | 1 | -0/+1 |
2003-09-28 | stmt.c (expand_asm_operands): Take a location_t, instead of individual file a... | Richard Henderson | 1 | -1/+1 |
2003-09-25 | MERGE OF objc-improvements-branch into MAINLINE. | Ziemowit Laski | 1 | -1/+36 |
2003-09-16 | c-common.c (handle_warn_unused_result_attribute): New function. | Jason Merrill | 1 | -0/+6 |
2003-09-15 | invoke.texi (Warning Options): Describe -Wold-style-definition. | Andreas Jaeger | 1 | -0/+4 |
2003-09-09 | langhooks-def.h (lhd_register_builtin_type): New function. | Mark Mitchell | 1 | -0/+1 |