aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2006-03-02Fix typo in 2006-02-17 ChangeLog entry (simplify_rtx.c -> simplify-rtx.c)Jeff Law1-1/+1
2006-03-02tree-ssa-alias.c (find_used_portions): Consider taking the address as making ...Richard Guenther2-0/+7
2006-03-02single-precision-constant.c: Tweak for non-C99 runtimes.Eric Botcazou2-0/+8
2006-03-02config.gcc (default_use_cxa_atexit): Extend the description of this configure...Nick Clifton2-3/+23
2006-03-02linux-unwind.h (frob_update_context): Mark `fs' parameter as unused to suppre...Ben Elliston2-1/+6
2006-03-02mklibgcc.in: Depend on config/dfp-bit.h in rules that compile config/dfp-bit.c.Ben Elliston2-1/+6
2006-03-02re PR other/26489 (compilation of c++ fails in eh_alloc.cc on NetBSD)Roger Sayle2-21/+30
2006-03-02re PR target/25908 (vtables with vague linkage is not being marked as vague o...Mike Stump4-3/+36
2006-03-02trans-stmt.c (generate_loop_for_temp_to_lhs): Add an additional INVERT argume...Roger Sayle2-81/+161
2006-03-02Daily bump.GCC Administrator1-1/+1
2006-03-02dwarf2.h (DW_TAG_condition, [...]): New constants from DWARF 3.Jakub Jelinek2-4/+84
2006-03-01tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo26-227/+256
2006-03-01re PR fortran/26393 (ICE with function returning variable lenght array)Paul Thomas18-18/+465
2006-03-01builtins.c (fold_builtin_copysign): Delete unreachable code.Roger Sayle2-1/+5
2006-03-01Fixup whitespace a litteMike Stump1-2/+2
2006-03-01re PR target/25761 (-fpic (not -fPIC) does not work with i686-darwin)Andrew Pinski2-2/+9
2006-03-01re PR target/26389 (Darwin does not support -fsection-anchors)Andrew Pinski5-5/+36
2006-03-01re PR tree-optimization/26443 (ICE in add_virtual_operand, at tree-ssa-operan...Daniel Berlin6-8/+43
2006-03-01tree-ssa-operands.c: Cleanup whitespace.Diego Novillo2-921/+937
2006-03-01re PR middle-end/26022 (ICE with references and virtual functions)Andrew Pinski5-20/+62
2006-03-01dependency.c (gfc_is_same_range): Compare the stride...Roger Sayle2-23/+53
2006-03-01tree-vrp.c (extract_range_from_assert): Remove special handling for types wit...Diego Novillo2-60/+5
2006-03-01re PR libfortran/26136 (List directed input with underfilled (logicals) arra...Jerry DeLisle2-0/+58
2006-03-01config.gcc: Add t-dfprules to $tmake_file for powerpc-*-linux* and powerpc64-...Ben Elliston3-2/+17
2006-03-01mklibgcc.in: Add logic to handle $DFP_ENABLE and $DFP_CFLAGS.Ben Elliston3-5/+27
2006-03-01md.texi: Avoid use of @headitem so that makeinfo <4.7 continues to work.Zack Weinberg2-1/+6
2006-03-01Daily bump.GCC Administrator1-1/+1
2006-03-01darwin.h (ENABLE_STACK_EXECUTE): Define.Eric Christopher3-3/+112
2006-02-28re PR tree-optimization/14752 ([tree-ssa] "~a" should be changed to "a" if us...Roger Sayle4-31/+34
2006-02-28alias.c (alias_invariant, [...]): Remove.Steven Bosscher3-62/+8
2006-02-28rtl.h (truncated_to_mode): Declare it.Paolo Bonzini7-8/+49
2006-02-28tree-chrec.c (chrec_convert_aggressive): Do not eliminate conversions where T...Jeff Law2-0/+24
2006-02-28tree.h (strct phi_arg_d): Remove unused NONZERO field.Jeff Law2-1/+4
2006-02-28pr26421.c: Fix testcase to force struct decomposition.Richard Guenther2-1/+7
2006-02-28trans-intrinsic.c (gfc_conv_intrinsic_minmaxloc): If the mask expression exis...Thomas Koenig4-3/+49
2006-02-28re PR tree-optimization/26419 (-ftree-vectorizer-verbose=n documentation is t...Dorit Nuzman2-3/+28
2006-02-28* doc/md.texi: Fix typo in previous change.Zack Weinberg2-1/+5
2006-02-28Add an entry for the removal of df.c.Kenneth Zadeck1-0/+4
2006-02-28* rtl.def (define_constraint, define_register_constraint)Zack Weinberg13-299/+1678
2006-02-28re PR libfortran/26464 (Runtime I/O error/invald argument on READ)Jerry DeLisle3-0/+73
2006-02-28Daily bump.GCC Administrator1-1/+1
2006-02-27lambda-code.c (can_convert_to_perfect_nest): Allow any type ofDaniel Berlin2-11/+13
2006-02-27re PR other/26208 (Serious problem with unwinding through signal frames)Jakub Jelinek13-52/+145
2006-02-27tree-ssa-structalias.c (get_constraint_for): Move code to deal with aggregate...Daniel Berlin2-51/+30
2006-02-27The file was empty.Kenneth Zadeck1-0/+0
2006-02-27fold-const.c (fold_binary): Fold (~X & C) eq/ne 0 as (X & C) ne/eq 0, where C...Roger Sayle4-0/+88
2006-02-27re PR middle-end/19983 (__builtin_nan should allow 0X as well as 0x)Roger Sayle4-2/+33
2006-02-27opts.c (decode_options): Do not handle flag_strength_reduce.Zdenek Dvorak9-55/+63
2006-02-27Daily bump.GCC Administrator1-1/+1
2006-02-26re PR tree-optimization/26421 (tree-ssa-alias.c:find_used_portions considers ...Richard Guenther4-0/+41