aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2005-09-27passes.c (init_optimization_passes): Replace copy propagation passes immediat...Jeff Law4-13/+80
2005-09-27* libgcc2.c (__popcount_tab): Remove redundant prototype.Nick Clifton2-5/+4
2005-09-27re PR c++/13764 (c++ front-end creates extra blocks)Jason Merrill7-8/+52
2005-09-27Add missing part of committed patch from 21stDaniel Berlin1-3/+6
2005-09-27Correct ChangeLog formatting.David Edelsohn1-3/+3
2005-09-26* doc/invoke.texi: Clarify documentation of -fno-enforce-eh-specs.Jason Merrill2-4/+11
2005-09-26Fix problems with copyrights for files that end up in libgcc.a.James E Wilson5-41/+94
2005-09-27Daily bump.GCC Administrator1-1/+1
2005-09-26[multiple changes]Janne Blomqvist2-6/+51
2005-09-26re PR fortran/23677 (-fno-automatic does not accept legal save statements)Jakub Jelinek7-2/+81
2005-09-26tree-ssa-dom.c (tree_ssa_dominator_optimize): Be more selective about when to...Jeff Law2-1/+10
2005-09-26re PR target/22576 (ICE with simple factorial program compiled with -ffast-ma...Uros Bizjak5-0/+96
2005-09-26re PR target/23847 (Darwin -mpowerpc64 complex ABI breakage)Fariborz Jahanian2-1/+26
2005-09-26re PR tree-optimization/23942 (loop problem / testcase takes very long time t...Sebastian Pop3-82/+122
2005-09-26re PR middle-end/23831 (ICE in immed_double_const with vectorized multipication)Uros Bizjak2-0/+13
2005-09-26re PR middle-end/23831 (ICE in immed_double_const with vectorized multipication)Uros Bizjak2-1/+9
2005-09-26Check for valid use of subreg.Fariborz Jahanian2-1/+5
2005-09-26re PR target/24055 ("could not split insn" with -O1 -ffast-math)Uros Bizjak2-0/+31
2005-09-26re PR target/24055 ("could not split insn" with -O1 -ffast-math)Uros Bizjak2-11/+37
2005-09-26rtlanal.c (reg_used_between_p): Don't check for CLOBBERs in CALL_INSN_FUNCTIO...J"orn Rennecke2-3/+6
2005-09-26re PR middle-end/15855 (g++ crash with -O2 and -O3 on input file)Richard Guenther2-102/+123
2005-09-26re PR middle-end/15855 (g++ crash with -O2 and -O3 on input file)Richard Guenther2-10/+59
2005-09-26re PR middle-end/23960 (ICE in compare_values in VRP)Kazu Hirata4-1/+23
2005-09-26Daily bump.GCC Administrator1-1/+1
2005-09-25re PR target/23828 (local calling convention not used when using --combine)Dan Nicolaescu2-1/+8
2005-09-25alpha.c (tls_symbolic_operand_1): Trust SYMBOL_REF_TLS_MODEL to be correct.Richard Henderson2-13/+7
2005-09-24ipa-type-escape.c (discover_unique_type): Remove dead code at end of function.Richard Henderson2-48/+53
2005-09-25convert.c (convert_to_integer): Don't test for ENUMERAL_TYPE in NEGATE_EXPR/B...Ian Lance Taylor2-24/+17
2005-09-25Daily bump.GCC Administrator1-1/+1
2005-09-24c-common.c (handle_mode_attribute): When not modifying in place, create subty...Richard Henderson3-16/+27
2005-09-24* config/i386/i386.md (*tls_global_dynamic_64,Alexandre Oliva2-6/+12
2005-09-24cgraph.c (cgraph_clone_edge): Make the scale gcov_type.Jan Hubicka6-20/+47
2005-09-24Daily bump.GCC Administrator1-1/+1
2005-09-23re PR fortran/16861 ([4.0 only] segfault with doubly used module)Paul Thomas4-12/+98
2005-09-23parse.y: Changed pointer declaration from "type* var" to "type *var" Removed ...Rafael Ávila de Espíndola2-82/+94
2005-09-23rs6000.md (neg-minus-mult): Set type to dmul.David Edelsohn10-48/+77
2005-09-23sync.md (sync_<fetchop_name>si_internal): Change operand2 constraint to "b".David Edelsohn2-6/+18
2005-09-23Add PR number in this entry:Joern Rennecke1-0/+1
2005-09-23optabs.c (emit_libcall_block): Use no_conflict_move_test.J"orn Rennecke2-17/+25
2005-09-23re PR rtl-optimization/23837 (Wrong code with REG_NO_CONFLICT notes (caused b...J"orn Rennecke2-1/+6
2005-09-23final.c (insn_default_length, [...]): In !HAVE_ATTR_length case, define as ma...J"orn Rennecke2-0/+7
2005-09-23install.texi: Updated URL for Jacks.Ranjit Mathew3-2/+7
2005-09-23Daily bump.GCC Administrator1-1/+1
2005-09-22re PR fortran/24005 (Ambiguous INTERFACE leads to seg fault)Steven G. Kargl2-0/+45
2005-09-22re PR fortran/24005 (Ambiguous INTERFACE leads to seg fault)Steven G. Kargl2-2/+6
2005-09-22re PR fortran/23843 (Access restrictions on derived types in modules too stri...Erik Edelmann5-2/+134
2005-09-22re PR fortran/23516 (IMAG is not a generic function when implicit none is dec...Steven G. Kargl3-0/+32
2005-09-22re PR fortran/23516 (IMAG is not a generic function when implicit none is dec...Steven G. Kargl6-0/+115
2005-09-22intmax_t-1.c: Remove sh*-*-elf from dg-error statement.J"orn Rennecke2-1/+5
2005-09-22re PR c++/21983 (multiple diagnostics)Jakub Jelinek4-6/+24