Age | Commit message (Expand) | Author | Files | Lines |
2004-05-15 | c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_ho... | Steven Bosscher | 1 | -10/+8 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 2 | -12/+23 |
2004-04-05 | gcc.c (combine_flag): New global variable, for new driver option. | Caroline Tice | 1 | -5/+5 |
2004-04-05 | c-decl.c (build_compound_literal): Use TYPE_READONLY. | Richard Kenner | 1 | -3/+3 |
2004-03-31 | builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. | Richard Kenner | 1 | -5/+5 |
2004-03-28 | re PR c/14734 (Error recovery problem with undeclared array bounds) | Zack Weinberg | 1 | -0/+2 |
2004-03-25 | cfgrtl.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -3/+3 |
2004-03-24 | objc-act.c (objc_comptypes): Treat comparisons between 'Class' and '<class> *... | Ziemowit Laski | 1 | -0/+5 |
2004-03-23 | PR 12267, 12391, 12560, 13129, 14114, 14113 | Zack Weinberg | 3 | -43/+34 |
2004-03-06 | objc-act.c (synth_module_prologue): Const-qualify objc_selector type if using... | Ziemowit Laski | 1 | -88/+69 |
2004-02-20 | move-if-change: Remove. | Matt Kraai | 1 | -2/+2 |
2004-02-10 | objc-act.c (get_super_receiver): Move '#ifdef OBJCPLUS' boundaries outside bu... | Ziemowit Laski | 1 | -1/+2 |
2004-02-06 | [gcc/ChangeLog] | Ziemowit Laski | 1 | -0/+12 |
2004-02-06 | Makefile.in (srcextra): Add a level of indirection to ... | Kelley Cook | 1 | -2/+0 |
2004-02-03 | re PR c/11658 (Wrong error message) | Paolo Bonzini | 3 | -7/+9 |
2004-01-21 | re PR other/12730 (manual page install broken with old Pod::man) | Kelley Cook | 1 | -0/+4 |
2004-01-18 | objc-act.c (build_objc_method_call): Use target hooks instead of macros to de... | Ziemowit Laski | 1 | -8/+5 |
2004-01-15 | re PR bootstrap/12744 (A GCC release tarball can no longer be built without b... | Kelley Cook | 1 | -20/+14 |
2003-12-13 | ggc-zone.c: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2003-11-20 | Makefile.in (extraclean): Delete. | Joseph Myers | 1 | -2/+1 |
2003-11-20 | Makefile.in (lang_checks): Add. | Joseph Myers | 1 | -0/+2 |
2003-11-16 | Makefile.in, [...]: Create TAGS.sub files in each directory and TAGS files th... | Jason Merrill | 1 | -1/+2 |
2003-11-02 | cvsignore: Remove c-parse.* and tradcif.c | Kelley Cook | 1 | -2/+0 |
2003-10-23 | Makefile.in (runtime-info.h): Remove -Wp. | Rainer Orth | 1 | -5/+5 |
2003-10-20 | Makefile.in (install-info): Simplify. | Mark Mitchell | 1 | -3/+1 |
2003-10-16 | * objc/Make-lang.in (objc-parse.o): Honor $(parsedir) for objc-parse.c. | R. Kelley Cook | 1 | -0/+2 |
2003-10-15 | c-parse.in (methoddef, [...]): Call objc_add_method() instead of add_method(). | Ziemowit Laski | 2 | -7/+6 |
2003-10-06 | re PR bootstrap/12512 (Pattern rule for %.dvi breaks make dvi in objc) | Mark Mitchell | 1 | -5/+0 |
2003-10-03 | objc-act.c (lookup_category): Mark as 'inline'. | Ziemowit Laski | 1 | -2/+2 |
2003-10-03 | objc-act.c (add_method_to_hash_list, [...]): New functions. | Alexander Malmberg | 1 | -73/+131 |
2003-09-30 | Convert to ISO C90 prototypes. | Kelley Cook | 1 | -3/+2 |
2003-09-29 | objc-act.c (encode_type): Encode INTEGER_TYPEs and REAL_TYPEs based on the bi... | Zack Weinberg | 1 | -42/+22 |
2003-09-26 | objc-act.c (tm_p.h): Tweak order. | Loren J. Rittle | 1 | -4/+4 |
2003-09-26 | * objc/objc-act.c (tm_p.h): Tweak order. | Loren J. Rittle | 1 | -1/+1 |
2003-09-26 | i386.h (ix86_return_in_memory): Revert my last patch. | Loren J. Rittle | 1 | -0/+1 |
2003-09-25 | * objc/objc-act.c (gen_declaration_1): Fix printf format. | Ulrich Weigand | 1 | -1/+2 |
2003-09-25 | MERGE OF objc-improvements-branch into MAINLINE. | Ziemowit Laski | 5 | -1214/+2110 |
2003-09-21 | Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change. | Richard Henderson | 1 | -5/+7 |
2003-09-21 | tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const. | Richard Henderson | 1 | -7/+5 |
2003-09-20 | c-format.c (gcc_diag_char_table): Add %J. | Richard Henderson | 1 | -12/+7 |
2003-09-14 | objc-act.c: Convert to ISO C90 prototypes. | Andreas Jaeger | 2 | -714/+462 |
2003-09-04 | cgraph.c (cgraph_mark_reachable_node): Split out from ... | Richard Henderson | 1 | -2/+3 |
2003-09-03 | targhooks.c: New file. | DJ Delorie | 1 | -1/+1 |
2003-09-03 | Makefile.in (c-objc-common.o): Kill gt-c-objc-common.h dependency. | Jan Hubicka | 1 | -2/+2 |
2003-08-29 | tree-optimize.c: New file. | Richard Henderson | 1 | -0/+3 |
2003-08-20 | Makefile.in (STAGESTUFF): Move cc1obj$(exeext) from here ... | Matt Kraai | 1 | -1/+1 |
2003-08-19 | PR c++/10538, PR c/5582 | Andrew Pinski | 1 | -0/+2 |
2003-08-04 | c-common.c (flag_noniso_default_format_attributes): Delete. | Roger Sayle | 1 | -2/+0 |
2003-07-31 | * objc/Make-lang.in (objc.stage1, objc.stage2, objc.stage3) | Matt Kraai | 1 | -6/+0 |
2003-07-25 | objc-act.c (objc_check_decl): Don't use xxx_with_decl. | Gabriel Dos Reis | 1 | -3/+6 |