Age | Commit message (Expand) | Author | Files | Lines |
2007-02-04 | * decl.c (grokdeclarator): Use OPT_Wreturn_type instead of 0. | Gabriel Dos Reis | 2 | -2/+7 |
2007-02-04 | v850.c, [...]: Follow spelling conventions. | Kazu Hirata | 4 | -14/+17 |
2007-02-04 | class.c, [...]: Follow spelling conventions. | Kazu Hirata | 18 | -42/+47 |
2007-02-04 | bitops.md, [...]: Follow spelling conventions. | Kazu Hirata | 25 | -118/+132 |
2007-02-04 | c-opts.c (c_common_post_options): If C++0x mode is enabled, don't warn about ... | Douglas Gregor | 2 | -0/+10 |
2007-02-04 | parser.c (cp_lexer_get_preprocessor_token): Attach the C++0x keyword warning ... | Douglas Gregor | 2 | -1/+7 |
2007-02-04 | h8300.c, [...]: Follow spelling conventions. | Kazu Hirata | 4 | -14/+19 |
2007-02-04 | * decl.c (grokdeclarator): Update documentation. | Gabriel Dos Reis | 2 | -2/+6 |
2007-02-04 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2007-02-04 | re PR middle-end/30667 (ICE in immed_double_const, at emit-rtl.c:468) | Uros Bizjak | 4 | -1/+24 |
2007-02-03 | re PR gcov-profile/30650 (ICE with -fprofile-use) | Jan Hubicka | 3 | -8/+26 |
2007-02-03 | lower-subreg.c (simple_move_operand): New static function, broken out of simp... | Ian Lance Taylor | 2 | -22/+60 |
2007-02-03 | pa.md (addvdi3, [...]): New ftrapv insns and expanders. | John David Anglin | 2 | -12/+223 |
2007-02-03 | re PR middle-end/30174 (FAIL: g++.old-deja/g++.abi/cxa_vec.C execution test) | John David Anglin | 2 | -1/+7 |
2007-02-03 | emit-rtl.c (dconstpi): Delete. | Kaveh R. Ghazi | 4 | -12/+20 |
2007-02-03 | re PR driver/30246 (-ggdb3 does not cause -dD to be passed to cc1 for preproc... | Tom Tromey | 2 | -1/+8 |
2007-02-03 | * misc.c, utils2.c: Fix comment typos. | Kazu Hirata | 3 | -2/+6 |
2007-02-03 | c-decl.c, [...]: Fix comment typos. | Kazu Hirata | 27 | -28/+41 |
2007-02-03 | * trans-array.c: Fix a comment typo. | Kazu Hirata | 2 | -1/+5 |
2007-02-03 | simplify-rtx.c (simplify_relational_operation_1): Implement some canonicaliza... | Roger Sayle | 2 | -19/+65 |
2007-02-03 | * java-tree.h, javaop.def, jcf-parse.c: Fix comment typos. | Kazu Hirata | 4 | -3/+7 |
2007-02-03 | builtins.c (fold_builtin_cabs): Fold cabs(x+xi) into fabs(x)*sqrt(2). | Kaveh R. Ghazi | 5 | -15/+182 |
2007-02-03 | re PR fortran/30514 ([4.1 only] zero-sized array wrongly rejected: integer ::... | Paul Thomas | 7 | -8/+106 |
2007-02-03 | darwin9.h (DARWIN_LINKER_GENERATES_ISLANDS): Add. | Mike Stump | 3 | -2/+20 |
2007-02-03 | xtensa.c (smalloffset_mem_p): Use BASE_REG_P. | Bob Wilson | 4 | -115/+154 |
2007-02-03 | re PR fortran/30683 ([4.2 only] internal compiler error: Segmentation fault) | Steven G. Kargl | 4 | -1/+68 |
2007-02-03 | * config/ia64/ia64.c (ia64_print_operand): Fix compare strings. | Steve Ellcey | 2 | -0/+16 |
2007-02-03 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2007-02-02 | trans.c (gfc_build_array_ref): Use STRIP_TYPE_NOPS to eliminate NON_LVALUE_EX... | Roger Sayle | 2 | -0/+8 |
2007-02-02 | * expmed.c (expand_divmod): Add comment. | Ian Lance Taylor | 2 | -0/+7 |
2007-02-02 | Move ChangeLog entry for testsuite/gcc.dg/20050922-1.c from | Andreas Krebbel | 2 | -1/+4 |
2007-02-02 | emit-rtl.c (renumber_insns): Remove. | Kazu Hirata | 5 | -38/+7 |
2007-02-02 | revert: i386.c (ix86_function_arg_regno_p): Put back the code before the foll... | Hui-May Chang | 2 | -17/+55 |
2007-02-02 | fold-const.c (negate_expr_p, [...]): Handle COMPLEX_EXPR. | Kaveh R. Ghazi | 4 | -0/+68 |
2007-02-02 | re PR target/29682 (ICE: in change_pattern, at haifa-sched.c:4066 with -O3 -m... | Maxim Kuvyrkov | 5 | -2/+80 |
2007-02-02 | expr.c (expand_byte_code): Call cache_this_class_ref() and cache_cpool_data_r... | Andrew Haley | 6 | -50/+126 |
2007-02-02 | pointer-set.c (insert_aux): Only return insertion slot. | Paolo Bonzini | 3 | -25/+177 |
2007-02-02 | class.c (is_compiled_class): Move check to avoid reloading current class. | David Daney | 2 | -9/+14 |
2007-02-02 | re PR fortran/30284 ([4.1 only] ICE in gfc_add_modify with internal reads) | Paul Thomas | 7 | -12/+147 |
2007-02-02 | re PR c++/30536 (ICE with __thread and register) | Jakub Jelinek | 4 | -9/+25 |
2007-02-02 | re PR middle-end/30473 (Internal Compiler Error with a sprintf with few argum... | Jakub Jelinek | 5 | -1/+55 |
2007-02-02 | re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp... | Maxim Kuvyrkov | 19 | -571/+1369 |
2007-02-02 | * lower-subreg.c (resolve_clobber): Handle a subreg of a concatn. | Ian Lance Taylor | 2 | -3/+8 |
2007-02-02 | trans-array.c (gfc_conv_expr_descriptor): We don't need to use a temporary ar... | Roger Sayle | 2 | -9/+39 |
2007-02-02 | dependency.c (gfc_check_dependency): Implement dependency checking for array ... | Roger Sayle | 4 | -3/+34 |
2007-02-02 | trans-stmt.c (compute_overall_iter_number): Document function arguments. | Roger Sayle | 2 | -28/+32 |
2007-02-02 | pa.md (tp_load): Correct mfctl instruction syntax. | Guy Martin | 2 | -1/+5 |
2007-02-02 | rs6000.c (rs6000_stack_info): Correct altivec_padding_size calculation on AIX. | Geoffrey Keating | 2 | -2/+9 |
2007-02-02 | darwin.h (MD_UNWIND_SUPPORT): Don't define for 64-bit. | Geoffrey Keating | 2 | -0/+7 |
2007-02-02 | Daily bump. | GCC Administrator | 1 | -1/+1 |