aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2006-03-29re PR middle-end/23623 (volatile keyword changes bitfield access size from 32...Paul Brook1-0/+11
2006-03-29config.gcc (s390-*-linux-*, [...]): Add t-dfprules to tmake_file.Andreas Krebbel1-0/+14
2006-03-29re PR tree-optimization/25985 (with optimization integer math fails)Zdenek Dvorak1-0/+12
2006-03-29re PR middle-end/26643 (Linux matroxfb_probe miscompiled)Zdenek Dvorak1-0/+6
2006-03-28sh.md (udivsi3_i4_int): Clobber MACH_REG and MACL_REG.Kaz Kojima1-0/+5
2006-03-28expr.c (emit_group_store): Only create a new pseudo reg if the quantity it ne...Roger Sayle1-0/+5
2006-03-28timevar.def (TV_TREE_PHI_CPROP): New timevar.Jeff Law1-0/+5
2006-03-28Fix ChangeLog entry.Denis Chertykov1-0/+20
2006-03-28fold-const.c (fold_binary): Fold (X & Y) ^ Y as the equivalent ~X & Y, and th...Roger Sayle1-0/+7
2006-03-282006-03-28 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>Maxim Kuvyrkov1-0/+4
2006-03-28fold-const.c (fold_unary): Fold (T1)(~(T2)X) as ~(T1)X...Roger Sayle1-0/+6
2006-03-28re PR tree-optimization/26796 (ACATS ICE c34002a c52005 spurious storage_error)Jeff Law1-0/+7
2006-03-28tree-ssa-alias.c (create_sft): Initially inherit TREE_ADDRESSABLE from parent...Daniel Berlin1-0/+5
2006-03-28re PR middle-end/22524 (fold (or the front-ends) produces UNARY (BIT_NOT_EXPR...Roger Sayle1-0/+6
2006-03-28tree-loop-linear.c: Don't include varray.h.Sebastian Pop1-0/+37
2006-03-27rtl.def (Copyright): Update date.Maxim Kuvyrkov1-0/+18
2006-03-27haifa-sched.c (Copyright): Update date.Maxim Kuvyrkov1-0/+8
2006-03-27regrename.c (replace_oldest_value_addr): Initialize a variable to shut up the...Bernd Schmidt1-0/+5
2006-03-27t-sh ($(T)libic_invalidate_array_4-100.a): Fix rule to use lib prefix for tar...J"orn Rennecke1-0/+7
2006-03-27superh.opt: New file.Andrew Stubbs1-0/+49
2006-03-27s390-protos.h (s390_hard_regno_mode_ok, [...]): New function prototypes.Andreas Krebbel1-0/+9
2006-03-27dwarf2out.c (add_location_or_const_value_attribute): Call tree_add_const_valu...Geoffrey Keating1-0/+8
2006-03-27re PR target/26459 (gcc fails to build on powerpc e500-double targets)Alan Modra1-0/+6
2006-03-26tree-data-ref.c: Rename DDR_SIZE_VECT to DDR_NB_LOOPS.Sebastian Pop1-0/+40
2006-03-25simplify-rtx.c (simplify_relational_operation): Call simplify_relational_oper...Adam Nemet1-0/+5
2006-03-25re PR tree-optimization/26804 (Alias Time explosion)Daniel Berlin1-0/+17
2006-03-25re PR middle-end/26717 (complex/complex gives a REAL_CST)Uros Bizjak1-0/+8
2006-03-25i386.c (size_cost): Correct the comment for cost of storing fp registers.H.J. Lu1-0/+16
2006-03-25dwarf2out.c (is_c_family): Understand new DWARF3 language types.Geoffrey Keating1-0/+7
2006-03-24tree-ssa-dom.c (propagate_rhs_into_lhs): Don't call update_stmt directly.Jeff Law1-0/+5
2006-03-24[multiple changes]Geoffrey Keating1-0/+7
2006-03-24invoke.texi: Document -femit-class-debug-alwaysCarlos O'Donell1-0/+5
2006-03-24s390.c (s390_decompose_address): Allow SImode for index and base register.Andreas Krebbel1-0/+14
2006-03-24re PR middle-end/26611 (openmp gomp ICE at gimplify.c:4257)Jakub Jelinek1-0/+7
2006-03-24regrename.c (scan_rtx_address): Initialize a variable to shut up the compiler.Bernd Schmidt1-0/+5
2006-03-24rs6000-protos.h (rs6000_offsettable_memref_p): Declare.Eric Botcazou1-0/+12
2006-03-24tree-ssa-dom.c (propagate_rhs_into_lhs): Temporarily work around bug in immed...Jeff Law1-0/+5
2006-03-24re PR target/26607 (Illegal inlined assembler on config/rs6000/darwin-ldouble.c)Alan Modra1-0/+6
2006-03-23divtab-sh4.c, [...]: New files.J"orn Rennecke1-0/+16
2006-03-23haifa-sched.c (choose_ready): Fix type of the local variable.Maxim Kuvyrkov1-0/+12
2006-03-23alpha.c (alpha_legitimate_constant_p): Reject tls symbols.Richard Henderson1-0/+3
2006-03-23re PR target/26347 (hidden weak extern functions fail regardless of existence...Richard Henderson1-175/+181
2006-03-23re PR tree-optimization/26795 (ACATS ICE c37213d on x86 in valid_in_set, at t...Andrew Pinski1-0/+6
2006-03-23cse.c (cse_end_of_basic_block): Do not check for LOOP_END note.Zdenek Dvorak1-0/+4
2006-03-23cfgloopmanip.c (create_loop_notes): Removed.Zdenek Dvorak1-0/+11
2006-03-23varasm.c (output_constant_pool): Restore fnname and fndecl arguments.Richard Sandiford1-0/+7
2006-03-22re PR c++/26790 (ICE with -fmudflap returning an incomplete struct)Volker Reichelt1-0/+3
2006-03-22re PR c++/26789 (ICE on incomplete struct with -fmudflap)Volker Reichelt1-0/+5
2006-03-22re PR driver/22600 (Exit code should be different from 1 for internal compile...Volker Reichelt1-0/+11
2006-03-22loop-unroll.c (analyze_iv_to_split_insn): Handle iv_analyze_result returning ...Jeff Law1-0/+5