| Commit message (Expand) | Author | Age | Files | Lines |
* | re PR c/15360 (c99: extern w/initializer; extern w/internal linkage) | Joseph Myers | 2004-07-25 | 4 | -2/+44 |
* | * config.gcc (i[34567]86-*-solaris2*, sparc64-*-solaris2*) | Daniel Jacobowitz | 2004-07-25 | 14 | -3/+517 |
* | pragma-align-2.c: New test. | Daniel Jacobowitz | 2004-07-25 | 4 | -2/+112 |
* | c-common.c: Rename all identifiers named `class' to `cl'. | Bernardo Innocenti | 2004-07-25 | 12 | -229/+249 |
* | * decl.c: Rename all identifiers named `class' to `cl'. | Bernardo Innocenti | 2004-07-25 | 2 | -2/+6 |
* | decl.c: Rename all identifiers named `class' to `cl'. | Bernardo Innocenti | 2004-07-25 | 3 | -8/+16 |
* | cp-tree.h (TYPE_SET_PTRMEMFUNC_TYPE): Use GGC_CNEW. | Gabriel Dos Reis | 2004-07-25 | 8 | -30/+53 |
* | regmove.c (optimize_reg_copy_1): Don't try to replace call-used hard registers. | Daniel Jacobowitz | 2004-07-25 | 2 | -0/+8 |
* | tree-ssa-operands.c (get_stmt_operands, [...]): Handle ARRAY_RANGE_REF like A... | Richard Kenner | 2004-07-25 | 2 | -2/+9 |
* | Remove obsolete text in comment. | Richard Kenner | 2004-07-25 | 1 | -2/+1 |
* | c-typeck.c (digest_init): Don't allow arrays of signed or unsigned variants o... | Joseph Myers | 2004-07-25 | 4 | -19/+102 |
* | c-decl.c (start_function): Set DECL_ARTIFICIAL and DECL_IGNORED_P on the RESU... | Richard Henderson | 2004-07-25 | 13 | -9/+64 |
* | [multiple changes] | Zack Weinberg | 2004-07-25 | 4 | -25/+21 |
* | Zack Weinberg <zack@codesourcery.com | Zack Weinberg | 2004-07-25 | 4 | -13/+38 |
* | * tree.h (staticp): Change return type to bool. | Bernardo Innocenti | 2004-07-25 | 2 | -1/+5 |
* | * c-common.c (c_staticp): Last episode of the staticp saga. | Bernardo Innocenti | 2004-07-25 | 2 | -3/+7 |
* | c-common.h (c_staticp): Change return type from int to bool. | Bernardo Innocenti | 2004-07-25 | 4 | -9/+15 |
* | langhooks-def.h (lhd_staticp): Change return type from int to bool in prototy... | Bernardo Innocenti | 2004-07-25 | 2 | -1/+6 |
* | system.h (bool, [...]): Don't redefine as preprocessor macros in C++. | Bernardo Innocenti | 2004-07-25 | 2 | -8/+23 |
* | expmed.c (init_expmed): A signed modulus by a power of two is considered chea... | Roger Sayle | 2004-07-25 | 2 | -1/+6 |
* | ggc.h (GGC_NEW, [...]): New macros. | Bernardo Innocenti | 2004-07-25 | 2 | -0/+13 |
* | Daily bump. | GCC Administrator | 2004-07-25 | 1 | -1/+1 |
* | c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter lists. | Bernardo Innocenti | 2004-07-25 | 19 | -127/+153 |
* | m68k.c (output_scc_di): Fix coding style. | Roman Zippel | 2004-07-24 | 5 | -85/+66 |
* | c-typeck.c (convert_for_assignment): Tightened up pointer converstions that d... | Mike Stump | 2004-07-24 | 3 | -1/+32 |
* | * genmodes.c (make_vector_modes): Mark with ATTRIBUTE_UNUSED. | Zack Weinberg | 2004-07-24 | 2 | -2/+6 |
* | tree.def (VIEW_CONVERT_EXPR): Change to class 'r'. | Richard Kenner | 2004-07-23 | 3 | -1/+5 |
* | gimplify.c (gimplify_compound_lval): Check for no handled operations, rather ... | Richard Kenner | 2004-07-23 | 3 | -57/+37 |
* | re PR tree-optimization/16688 (ICE in group_aliases, at tree-ssa-alias.c:1234) | Diego Novillo | 2004-07-23 | 7 | -37/+119 |
* | Daily bump. | GCC Administrator | 2004-07-24 | 1 | -1/+1 |
* | boehm.c (set_bit): Improve type safety wrt unsignedness. | Mike Stump | 2004-07-24 | 12 | -55/+77 |
* | Makefile.am: Rename jar binary to fastjar. | Thomas Fitzsimmons | 2004-07-23 | 3 | -36/+42 |
* | re PR c++/16277 (Wrong code with conditionals in initializers) | Richard Henderson | 2004-07-23 | 2 | -10/+23 |
* | expr.c (expand_expr_real_1): Don't handle non-local variables. | Richard Henderson | 2004-07-23 | 13 | -111/+66 |
* | Makefile.in (site.exp): Add HOSTCC and HOSTCFLAGS to site.exp. | Jakub Jelinek | 2004-07-24 | 19 | -0/+3181 |
* | print-rtl.c (print_rtx <case 'b'>): Don't attempt to print bitmap contents if... | Zack Weinberg | 2004-07-23 | 3 | -17/+22 |
* | c-decl.c (start_function): Form composite type of function types rather than ... | Joseph Myers | 2004-07-23 | 4 | -1/+42 |
* | altivec.h (vec_lvewx, [...]): Remove the const qualifier for the second argum... | Janis Johnson | 2004-07-23 | 2 | -9/+12 |
* | altivec.h (vec_stvewx, [...]): Use specific pointer types. | Janis Johnson | 2004-07-23 | 2 | -17/+84 |
* | altivec.h (vec_vadduwm): (vec_vadduwm... | Janis Johnson | 2004-07-23 | 2 | -164/+663 |
* | altivec.h (vec_vcmpgtsh): Fix C++ function name. | Janis Johnson | 2004-07-23 | 2 | -28/+30 |
* | 8-02a.c: Fix typo. | Janis Johnson | 2004-07-23 | 2 | -1/+3 |
* | varargs-4.c: Remove a Darwin-specific check. | Janis Johnson | 2004-07-23 | 3 | -8/+37 |
* | debug-1.c: Use int, not long, in union with vector. | Janis Johnson | 2004-07-23 | 3 | -4/+7 |
* | ops.c: Remove checks using pointers to long. | Janis Johnson | 2004-07-23 | 4 | -62/+120 |
* | machmode.def: Remove vector modes. | Paolo Bonzini | 2004-07-23 | 8 | -34/+59 |
* | cp: * search.c (lookup_conversion_operator): Avoid two loops. | Nathan Sidwell | 2004-07-23 | 7 | -83/+434 |
* | intl.c (gcc_init_libintl): Use PACKAGE for the text domain. | Matthias Klose | 2004-07-23 | 5 | -2/+19 |
* | dwarf2out.c (output_call_frame_info): Set SYMBOL_FLAG_LOCAL on generated SYMB... | Mark Mitchell | 2004-07-23 | 8 | -541/+379 |
* | Daily bump. | GCC Administrator | 2004-07-23 | 1 | -1/+1 |