aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2006-03-03cse.c (rest_of_handle_cse): Do not pass CLEANUP_PRE_LOOP to cfg cleanup.Zdenek Dvorak1-0/+9
2006-03-03i386.c (machopic_output_stub): Add indirection to jump.Eric Christopher1-1/+6
2006-03-02loop.c: Removed.Zdenek Dvorak1-0/+4
2006-03-02Sun Niagara specific optimizations.David S. Miller1-0/+36
2006-03-02tree-ssa-operands.c (update_stmt_operands): Update documentation.Diego Novillo1-0/+4
2006-03-02tm.texi (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Document.Richard Sandiford1-0/+62
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-0/+166
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 Guenther1-0/+5
2006-03-02config.gcc (default_use_cxa_atexit): Extend the description of this configure...Nick Clifton1-0/+7
2006-03-02linux-unwind.h (frob_update_context): Mark `fs' parameter as unused to suppre...Ben Elliston1-0/+5
2006-03-02mklibgcc.in: Depend on config/dfp-bit.h in rules that compile config/dfp-bit.c.Ben Elliston1-0/+5
2006-03-02re PR other/26489 (compilation of c++ fails in eh_alloc.cc on NetBSD)Roger Sayle1-0/+8
2006-03-02dwarf2.h (DW_TAG_condition, [...]): New constants from DWARF 3.Jakub Jelinek1-0/+21
2006-03-01tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo1-1/+17
2006-03-01builtins.c (fold_builtin_copysign): Delete unreachable code.Roger Sayle1-0/+4
2006-03-01re PR target/25761 (-fpic (not -fPIC) does not work with i686-darwin)Andrew Pinski1-0/+7
2006-03-01re PR target/26389 (Darwin does not support -fsection-anchors)Andrew Pinski1-0/+15
2006-03-01re PR tree-optimization/26443 (ICE in add_virtual_operand, at tree-ssa-operan...Daniel Berlin1-0/+9
2006-03-01tree-ssa-operands.c: Cleanup whitespace.Diego Novillo1-1/+18
2006-03-01re PR middle-end/26022 (ICE with references and virtual functions)Andrew Pinski1-0/+9
2006-03-01tree-vrp.c (extract_range_from_assert): Remove special handling for types wit...Diego Novillo1-0/+5
2006-03-01config.gcc: Add t-dfprules to $tmake_file for powerpc-*-linux* and powerpc64-...Ben Elliston1-0/+4
2006-03-01mklibgcc.in: Add logic to handle $DFP_ENABLE and $DFP_CFLAGS.Ben Elliston1-0/+9
2006-03-01md.texi: Avoid use of @headitem so that makeinfo <4.7 continues to work.Zack Weinberg1-0/+5
2006-03-01darwin.h (ENABLE_STACK_EXECUTE): Define.Eric Christopher1-0/+6
2006-02-28re PR tree-optimization/14752 ([tree-ssa] "~a" should be changed to "a" if us...Roger Sayle1-0/+7
2006-02-28alias.c (alias_invariant, [...]): Remove.Steven Bosscher1-0/+8
2006-02-28rtl.h (truncated_to_mode): Declare it.Paolo Bonzini1-0/+13
2006-02-28tree-chrec.c (chrec_convert_aggressive): Do not eliminate conversions where T...Jeff Law1-0/+4
2006-02-28tree.h (strct phi_arg_d): Remove unused NONZERO field.Jeff Law1-0/+4
2006-02-28re PR tree-optimization/26419 (-ftree-vectorizer-verbose=n documentation is t...Dorit Nuzman1-0/+6
2006-02-28* doc/md.texi: Fix typo in previous change.Zack Weinberg1-0/+4
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 Weinberg1-0/+69
2006-02-27lambda-code.c (can_convert_to_perfect_nest): Allow any type ofDaniel Berlin1-0/+5
2006-02-27re PR other/26208 (Serious problem with unwinding through signal frames)Jakub Jelinek1-0/+30
2006-02-27tree-ssa-structalias.c (get_constraint_for): Move code to deal with aggregate...Daniel Berlin1-0/+6
2006-02-27fold-const.c (fold_binary): Fold (~X & C) eq/ne 0 as (X & C) ne/eq 0, where C...Roger Sayle1-0/+7
2006-02-27re PR middle-end/19983 (__builtin_nan should allow 0X as well as 0x)Roger Sayle1-0/+5
2006-02-27opts.c (decode_options): Do not handle flag_strength_reduce.Zdenek Dvorak1-0/+17
2006-02-26re PR tree-optimization/26421 (tree-ssa-alias.c:find_used_portions considers ...Richard Guenther1-0/+6
2006-02-26common.opt (-floop-optimize, [...]): Remove.Steven Bosscher1-0/+18
2006-02-26md.texi (Machine Constraints): Refer to all files with paths relative to gcc ...Zack Weinberg1-46/+52
2006-02-26fold-const.c (fold_binary): Fold (X & 1) ^ 1 as (X & 1) == 0.Roger Sayle1-0/+6
2006-02-26re PR tree-optimization/21137 (Convert (a >> 2) & 1 != 0 into a & 4 != 0)Roger Sayle1-0/+9
2006-02-26re PR tree-optimization/26359 (Over optimization of loop when using -ftree-ve...Dorit Nuzman1-0/+5
2006-02-25simplify-rtx.c (simplify_relational_operation_1): Simplify (X^Y) == 0 as X ==...Roger Sayle1-0/+7
2006-02-25re PR middle-end/23673 (fold does not fold (a^b) != 0 to a != b)Roger Sayle1-0/+8
2006-02-25scan-decls.c (scan_decls): Don't fetch new statement after CPP_EOF.Juergen Weigert1-0/+5