| Commit message (Expand) | Author | Age | Files | Lines |
* | * decl.c: Rename all identifiers named `class' to `cl'. | bernie | 2004-07-25 | 3 | -8/+16 |
* | * cp-tree.h (TYPE_SET_PTRMEMFUNC_TYPE): Use GGC_CNEW. | gdr | 2004-07-25 | 8 | -30/+53 |
* | * regmove.c (optimize_reg_copy_1): Don't try to replace call-used | drow | 2004-07-25 | 2 | -0/+8 |
* | * tree-ssa-operands.c (get_stmt_operands, get_expr_operands): | kenner | 2004-07-25 | 2 | -2/+9 |
* | Remove obsolete text in comment. | kenner | 2004-07-25 | 1 | -2/+1 |
* | * c-typeck.c (digest_init): Don't allow arrays of signed or | jsm28 | 2004-07-25 | 4 | -19/+102 |
* | * c-decl.c (start_function): Set DECL_ARTIFICIAL and DECL_IGNORED_P | rth | 2004-07-25 | 13 | -9/+64 |
* | 2004-07-24 Zack Weinberg <zack@codesourcery.com> | zack | 2004-07-25 | 4 | -25/+21 |
* | 2004-07-24 Alexander Kabaev <kan@freebsd.org> | zack | 2004-07-25 | 4 | -13/+38 |
* | * tree.h (staticp): Change return type to bool. | bernie | 2004-07-25 | 2 | -1/+5 |
* | * c-common.c (c_staticp): Last episode of the staticp saga. | bernie | 2004-07-25 | 2 | -3/+7 |
* | * c-common.h (c_staticp): Change return type from int to bool. | bernie | 2004-07-25 | 4 | -9/+15 |
* | * langhooks-def.h (lhd_staticp): Change return type from int to | bernie | 2004-07-25 | 2 | -1/+6 |
* | * system.h (bool, true, false): Don't redefine as preprocessor macros | bernie | 2004-07-25 | 2 | -8/+23 |
* | * expmed.c (init_expmed): A signed modulus by a power of two is | sayle | 2004-07-25 | 2 | -1/+6 |
* | * ggc.h (GGC_NEW, GGC_CNEW, GGC_NEWVEC, GGC_CNEWVEC, GGC_NEWVAR, | bernie | 2004-07-25 | 2 | -0/+13 |
* | Daily bump. | gccadmin | 2004-07-25 | 2 | -2/+2 |
* | * c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter | bernie | 2004-07-25 | 19 | -127/+153 |
* | * internal.h (xnew, xcnew, xnewvec, xcnewvec, xobnew): Remove. | bernie | 2004-07-24 | 6 | -15/+21 |
* | * ansidecl.h (ARG_UNUSED): New Macro. | bernie | 2004-07-24 | 2 | -3/+15 |
* | * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from | bernie | 2004-07-24 | 1 | -0/+31 |
* | 2004-07-24 Bryce McKinlay <mckinlay@redhat.com> | bryce | 2004-07-24 | 3 | -0/+12 |
* | 2004-07-24 Roman Zippel <zippel@linux-m68k.org> | schwab | 2004-07-24 | 5 | -85/+66 |
* | * c-typeck.c (convert_for_assignment): Tightened up pointer converstions | mrs | 2004-07-24 | 3 | -1/+32 |
* | * genmodes.c (make_vector_modes): Mark with ATTRIBUTE_UNUSED. | zack | 2004-07-24 | 2 | -2/+6 |
* | * tree.def (VIEW_CONVERT_EXPR): Change to class 'r'. | kenner | 2004-07-24 | 3 | -1/+5 |
* | * gimplify.c (gimplify_compound_lval): Check for no handled | kenner | 2004-07-24 | 3 | -57/+37 |
* | 2004-07-23 Bryce McKinlay <mckinlay@redhat.com> | bryce | 2004-07-24 | 4 | -21/+20 |
* | PR tree-optimization/16688 | dnovillo | 2004-07-24 | 7 | -37/+119 |
* | Daily bump. | gccadmin | 2004-07-24 | 2 | -2/+2 |
* | 2004-07-23 Benjamin Kosnik <bkoz@redhat.com> | bkoz | 2004-07-24 | 2 | -37/+49 |
* | * boehm.c (set_bit): Improve type safety wrt unsignedness. | mrs | 2004-07-24 | 12 | -55/+77 |
* | 2004-07-23 Thomas Fitzsimmons <fitzsim@redhat.com> | fitzsim | 2004-07-23 | 15 | -150/+173 |
* | PR c++/16277 | rth | 2004-07-23 | 2 | -10/+23 |
* | * expr.c (expand_expr_real_1): Don't handle non-local variables. | rth | 2004-07-23 | 13 | -111/+66 |
* | * Makefile.in (site.exp): Add HOSTCC and HOSTCFLAGS to site.exp. | jakub | 2004-07-23 | 19 | -0/+3181 |
* | 2004-07-23 Bryce McKinlay <mckinlay@redhat.com> | bryce | 2004-07-23 | 6 | -83/+217 |
* | 2004-07-23 Bryce McKinlay <mckinlay@redhat.com> | bryce | 2004-07-23 | 4 | -2/+43 |
* | * print-rtl.c (print_rtx <case 'b'>): Don't attempt to print | zack | 2004-07-23 | 3 | -17/+22 |
* | * c-decl.c (start_function): Form composite type of function types | jsm28 | 2004-07-23 | 4 | -1/+42 |
* | 2004-07-23 Janis Johnson <janis187@us.ibm.com> | janis | 2004-07-23 | 2 | -9/+12 |
* | 2004-07-23 Janis Johnson <janis187@us.ibm.com> | janis | 2004-07-23 | 2 | -17/+84 |
* | 2004-07-23 Janis Johnson <janis187@us.ibm.com> | janis | 2004-07-23 | 2 | -164/+663 |
* | 2004-07-23 Janis Johnson <janis187@us.ibm.com> | janis | 2004-07-23 | 2 | -28/+30 |
* | 2004-07-23 Janis Johnson <janis187@us.ibm.com> | janis | 2004-07-23 | 2 | -1/+3 |
* | 2004-07-23 Janis Johnson <janis187@us.ibm.com> | janis | 2004-07-23 | 3 | -8/+37 |
* | 2004-07-23 Janis Johnson <janis187@us.ibm.com> | janis | 2004-07-23 | 3 | -4/+7 |
* | 2004-07-23 Janis Johnson <janis187@us.ibm.com> | janis | 2004-07-23 | 4 | -62/+120 |
* | 2004-07-23 Mark Wielaard <mark@klomp.org> | bryce | 2004-07-23 | 2 | -4/+54 |
* | * java/lang/System.java (static): Set http.agent system property when | mark | 2004-07-23 | 3 | -33/+66 |