Age | Commit message (Expand) | Author | Files | Lines |
2004-10-17 | c-common.c (enum rid): Remove RID_PTRBASE, RID_PTREXTENT and RID_PTRVALUE. | Joseph Myers | 1 | -2/+2 |
2004-10-03 | c-aux-info.c, [...]: Follow code formatting conventions. | Joseph Myers | 1 | -5/+5 |
2004-09-10 | c-common.h (struct c_fileinfo): Comment moved here from cp-tree.h. | Zack Weinberg | 1 | -5/+8 |
2004-09-03 | c-common.h (objc_is_id, [...]): New prototypes. | Ziemowit Laski | 1 | -0/+39 |
2004-09-01 | c-common.h (lookup_interface): Remove prototype. | Ziemowit Laski | 1 | -4/+3 |
2004-08-30 | c-common.c (c_sizeof_or_alignof_type): Use gcc_assert. | Nathan Sidwell | 1 | -3/+0 |
2004-08-28 | c-common.h: Update comments about ObjC/ObjC++ entry points. | Ziemowit Laski | 1 | -5/+10 |
2004-08-27 | re PR c++/13684 (local static object variable constructed once but ctors and ... | Jason Merrill | 1 | -0/+5 |
2004-08-26 | c-typeck.c (build_offsetof): Remove. | Richard Henderson | 1 | -0/+2 |
2004-08-26 | tree.c (staticp): Return the static object. | Richard Henderson | 1 | -1/+1 |
2004-08-11 | c-common.h (STATEMENT_LIST_HAS_LABEL): New. | Richard Henderson | 1 | -1/+5 |
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 |