aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2007-02-03emit-rtl.c (dconstpi): Delete.Kaveh R. Ghazi4-12/+20
2007-02-03re PR driver/30246 (-ggdb3 does not cause -dD to be passed to cc1 for preproc...Tom Tromey2-1/+8
2007-02-03* misc.c, utils2.c: Fix comment typos.Kazu Hirata3-2/+6
2007-02-03c-decl.c, [...]: Fix comment typos.Kazu Hirata27-28/+41
2007-02-03* trans-array.c: Fix a comment typo.Kazu Hirata2-1/+5
2007-02-03simplify-rtx.c (simplify_relational_operation_1): Implement some canonicaliza...Roger Sayle2-19/+65
2007-02-03* java-tree.h, javaop.def, jcf-parse.c: Fix comment typos.Kazu Hirata4-3/+7
2007-02-03builtins.c (fold_builtin_cabs): Fold cabs(x+xi) into fabs(x)*sqrt(2).Kaveh R. Ghazi5-15/+182
2007-02-03re PR fortran/30514 ([4.1 only] zero-sized array wrongly rejected: integer ::...Paul Thomas7-8/+106
2007-02-03darwin9.h (DARWIN_LINKER_GENERATES_ISLANDS): Add.Mike Stump3-2/+20
2007-02-03xtensa.c (smalloffset_mem_p): Use BASE_REG_P.Bob Wilson4-115/+154
2007-02-03re PR fortran/30683 ([4.2 only] internal compiler error: Segmentation fault)Steven G. Kargl4-1/+68
2007-02-03* config/ia64/ia64.c (ia64_print_operand): Fix compare strings.Steve Ellcey2-0/+16
2007-02-03Daily bump.GCC Administrator1-1/+1
2007-02-02trans.c (gfc_build_array_ref): Use STRIP_TYPE_NOPS to eliminate NON_LVALUE_EX...Roger Sayle2-0/+8
2007-02-02* expmed.c (expand_divmod): Add comment.Ian Lance Taylor2-0/+7
2007-02-02Move ChangeLog entry for testsuite/gcc.dg/20050922-1.c fromAndreas Krebbel2-1/+4
2007-02-02emit-rtl.c (renumber_insns): Remove.Kazu Hirata5-38/+7
2007-02-02revert: i386.c (ix86_function_arg_regno_p): Put back the code before the foll...Hui-May Chang2-17/+55
2007-02-02fold-const.c (negate_expr_p, [...]): Handle COMPLEX_EXPR.Kaveh R. Ghazi4-0/+68
2007-02-02re PR target/29682 (ICE: in change_pattern, at haifa-sched.c:4066 with -O3 -m...Maxim Kuvyrkov5-2/+80
2007-02-02expr.c (expand_byte_code): Call cache_this_class_ref() and cache_cpool_data_r...Andrew Haley6-50/+126
2007-02-02pointer-set.c (insert_aux): Only return insertion slot.Paolo Bonzini3-25/+177
2007-02-02class.c (is_compiled_class): Move check to avoid reloading current class.David Daney2-9/+14
2007-02-02re PR fortran/30284 ([4.1 only] ICE in gfc_add_modify with internal reads)Paul Thomas7-12/+147
2007-02-02re PR c++/30536 (ICE with __thread and register)Jakub Jelinek4-9/+25
2007-02-02re PR middle-end/30473 (Internal Compiler Error with a sprintf with few argum...Jakub Jelinek5-1/+55
2007-02-02re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Maxim Kuvyrkov19-571/+1369
2007-02-02* lower-subreg.c (resolve_clobber): Handle a subreg of a concatn.Ian Lance Taylor2-3/+8
2007-02-02trans-array.c (gfc_conv_expr_descriptor): We don't need to use a temporary ar...Roger Sayle2-9/+39
2007-02-02dependency.c (gfc_check_dependency): Implement dependency checking for array ...Roger Sayle4-3/+34
2007-02-02trans-stmt.c (compute_overall_iter_number): Document function arguments.Roger Sayle2-28/+32
2007-02-02pa.md (tp_load): Correct mfctl instruction syntax.Guy Martin2-1/+5
2007-02-02rs6000.c (rs6000_stack_info): Correct altivec_padding_size calculation on AIX.Geoffrey Keating2-2/+9
2007-02-02darwin.h (MD_UNWIND_SUPPORT): Don't define for 64-bit.Geoffrey Keating2-0/+7
2007-02-02Daily bump.GCC Administrator1-1/+1
2007-02-012007-2-01 Seongbae Park <seongbae.park@gmail.com>Seongbae Park2-0/+7
2007-02-01alias.c (init_alias_analysis): Correct whitespace.Roger Sayle18-64/+97
2007-02-01lower-subreg.c (simplify_gen_subreg_concatn): If we ask for the high part of ...Ian Lance Taylor2-1/+23
2007-02-01toplev.c (lang_dependent_init): Call init_set_costs.Zdenek Dvorak3-7/+10
2007-02-01re PR java/30641 (gcj corrupted double-linked list (glibc detected))Andrew Haley2-0/+7
2007-02-01re PR middle-end/30656 (ICE with -ftrapv)Richard Guenther2-1/+7
2007-01-31c-tree.texi (Expression trees): Improve markup.Ralf Wildenhues3-17/+26
2007-02-01invoke.texi: Replace "bugfix" with "bug fix" throughout.Ben Elliston4-15/+21
2007-02-01lower-subreg.c: New file.Ian Lance Taylor18-33/+1358
2007-02-01Daily bump.GCC Administrator1-1/+1
2007-02-01* g++.dg/eh/simd-4.C (main): Also catch SIGSEGV.Geoffrey Keating2-0/+6
2007-01-31* config/sh/sh.h (HAVE_SECONDARY_RELOADS): Remove.Kazu Hirata2-2/+4
2007-01-31re PR target/19087 (Overflowed address in dwarf debug line information)Anatoly Sokolov2-0/+7
2007-01-31re PR middle-end/29335 (transcendental functions with constant arguments shou...Kaveh R. Ghazi5-13/+31