| Commit message (Expand) | Author | Age | Files | Lines |
* | ./ | ian | 2005-04-09 | 1 | -78/+0 |
* | * c-objc-common.h, c-pretty-print.c, cgraphunit.c, except.c, | kazu | 2005-02-21 | 1 | -1/+1 |
* | PR 18785 | zack | 2005-02-20 | 1 | -39/+26 |
* | * c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable. | nathan | 2004-09-07 | 1 | -2/+1 |
* | * tree.h (build_int_cst): New, sign extended constant. | nathan | 2004-08-25 | 1 | -3/+4 |
* | .: | nathan | 2004-08-15 | 1 | -2/+3 |
* | 2004-07-28 Eric Christopher <echristo@redhat.com> | echristo | 2004-07-28 | 1 | -18/+17 |
* | 2004-07-01 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-07-01 | 1 | -0/+1 |
* | 2004-07-01 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-07-01 | 1 | -0/+63 |
* | PR c/1027 | jsm28 | 2004-07-01 | 1 | -1/+3 |
* | 2004-06-26 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> | kenner | 2004-06-26 | 1 | -5/+7 |
* | * c-common.def (RETURN_STMT): Remove. | rth | 2004-06-21 | 1 | -17/+0 |
* | * c-common.def (IF_STMT, CLEANUP_STMT): Move to cp-tree.def. | rth | 2004-06-20 | 1 | -70/+6 |
* | * c-common.def (COMPOUND_STMT): Remove. | rth | 2004-06-17 | 1 | -21/+0 |
* | * c-common.def (CASE_LABEL): Remove. | rth | 2004-06-16 | 1 | -27/+0 |
* | * c-common.def (ASM_STMT): Remove. | rth | 2004-06-16 | 1 | -31/+0 |
* | * c-common.def (GOTO_STMT, LABEL_STMT): Remove. | rth | 2004-06-16 | 1 | -20/+11 |
* | * c-common.c (lang_gimplify_stmt): Remove next_p argument. | rth | 2004-06-16 | 1 | -23/+18 |
* | * c-pretty-print.c (pp_c_left_bracket): Make a function. | gdr | 2004-05-31 | 1 | -18/+35 |
* | Merge tree-ssa-20020619-branch into mainline. | dnovillo | 2004-05-13 | 1 | -39/+110 |
* | * builtins.c, c-aux-info.c, c-common.c, c-cppbuiltin.c, c-decl.c: | kenner | 2004-04-01 | 1 | -4/+4 |
* | * c-common.c, cfgcleanup.c, cgraphunit.c, c-pretty-print.c, | kazu | 2004-03-20 | 1 | -1/+1 |
* | * c-pretty-print.c (pp_c_semicolon): Fix formatting. | gdr | 2004-03-15 | 1 | -3/+17 |
* | * alloc-pool.c: Fix comment typos. | kazu | 2004-01-31 | 1 | -1/+1 |
* | * alias.c, basic-block.h, c-common.c, c-common.h, | kazu | 2004-01-21 | 1 | -1/+1 |
* | * i386.md (load_tp_di): Fix pasto. | hubicka | 2004-01-16 | 1 | -11/+11 |
* | * alias.c: Fix comment formatting. | kazu | 2003-12-21 | 1 | -3/+3 |
* | * ChangeLog.7: Fix comment typos. | kazu | 2003-11-21 | 1 | -2/+2 |
* | * c-pretty-print.c (pp_c_postfix_expression) | jason | 2003-10-08 | 1 | -1/+1 |
* | * c-pretty-print.c: Fix comment typos. | kazu | 2003-10-05 | 1 | -2/+2 |
* | * c-pretty-print.c: Fix comment formatting. | kazu | 2003-10-05 | 1 | -2/+2 |
* | * tree.def (FFS_EXPR, CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR, | sayle | 2003-09-18 | 1 | -4/+1 |
* | * c-pretty-print.h (pp_type_specifier_seq): Fix thinko. | gdr | 2003-09-18 | 1 | -55/+153 |
* | PR c++/11357 | gdr | 2003-09-17 | 1 | -1/+6 |
* | * c-pretty-print.h (pp_c_left_brace): Declare. | gdr | 2003-09-07 | 1 | -12/+14 |
* | * pretty-print.h (pp_maybe_newline_and_indent): New macro. | gdr | 2003-08-25 | 1 | -624/+746 |
* | * builtin-attrs.def: Fix comment formatting. | kazu | 2003-08-22 | 1 | -1/+1 |
* | * builtins.c: Fix comment typos. | kazu | 2003-08-19 | 1 | -4/+4 |
* | * pretty-print.c (pp_base_indent): Rename from pp_indent. | gdr | 2003-08-10 | 1 | -204/+707 |
* | * pretty-print.h (pp_set_line_maximum_length): Make macro. | gdr | 2003-08-05 | 1 | -21/+21 |
* | * pretty-print.h: Adjust macro definitions. | gdr | 2003-08-03 | 1 | -3/+1 |
* | Remove pedwarn_with_decl, warning_with_decl and error_with_decl | gdr | 2003-07-25 | 1 | -15/+18 |
* | *** empty log message *** | gdr | 2003-07-14 | 1 | -2/+53 |
* | * c-common.c (enum c_language_kind, flag_objc): Remove. | neil | 2003-06-30 | 1 | -4/+4 |
* | * c-lex.c: Convert to ISO C90. | aj | 2003-06-22 | 1 | -200/+111 |
* | gcc: | ghazi | 2003-05-21 | 1 | -5/+2 |
* | * tree.c (tree_size): For all 'c' and 'x' nodes, look directly | zack | 2003-04-07 | 1 | -24/+0 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -0/+2 |
* | gcc/ | rth | 2002-10-16 | 1 | -1/+2 |
* | * basic-block.h: Fix comment formatting. | kazu | 2002-09-08 | 1 | -2/+2 |