aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2005-03-09* real.c (real_nan): Remove neg.Kazu Hirata2-2/+3
2005-03-09* loop-unroll.c (analyze_insns_in_loop): Remove preheader.Kazu Hirata2-2/+3
2005-03-09* loop-iv.c (get_biv_step_1): Remove lhs.Kazu Hirata2-2/+3
2005-03-09* ifcvt.c (noce_emit_move_insn): Remove inmode.Kazu Hirata2-2/+3
2005-03-09* fold-const.c (int_const_binop): Remove no_overflow.Kazu Hirata2-2/+2
2005-03-09* expr.c (expand_assignment): Remove orig_to_rtx.Kazu Hirata2-2/+3
2005-03-09* cfgrtl.c (cfg_layout_merge_blocks): Remove new_e.Kazu Hirata2-2/+3
2005-03-09* cfglayout.c (fixup_reorder_chain): Remove old_bb.Kazu Hirata2-2/+4
2005-03-08tree-cfg.c (cleanup_control_flow): If removal of a computed goto results in t...Jeff Law2-1/+16
2005-03-09* c-common.c (c_do_switch_warnings): Comment fix.Ben Elliston2-1/+5
2005-03-09Daily bump.GCC Administrator1-1/+1
2005-03-08* Revert patch from 2005-03-08 for causing bootstrap failure onJulian Brown2-7/+5
2005-03-08* Patch from 2005-03-08 reverted for causing regressions andJulian Brown2-9/+6
2005-03-09Formatting fixes.Ben Elliston1-21/+21
2005-03-09vlad.exp: Remove trailing semicolons.Ben Elliston23-186/+210
2005-03-08system-linux-sparc.ads: Fix typo in previous commit.Laurent GUERBY2-1/+5
2005-03-08Target Hook to issue diagnostics for AltiVec argument to funtion with unknown...Fariborz Jahanian9-1/+86
2005-03-08Remove spurious blank line.Tobias Schlüter1-1/+0
2005-03-0820030728-1.c: Update to account for recent PHI-OPT changes.Jeff Law2-2/+7
2005-03-08[multiple changes]Bryce McKinlay1-0/+4
2005-03-08gimple-low.c (lower_stmt_body): Make it static.Kazu Hirata1-2/+0
2005-03-08* stor-layout.c (lang_adjust_rli): Make it static.Kazu Hirata2-1/+3
2005-03-08* sched-deps.c (cache_size): Make it static.Kazu Hirata2-1/+3
2005-03-08gimple-low.c (lower_stmt_body): Make it static.Kazu Hirata2-1/+5
2005-03-08* cfg.c (rbi_pool): Make it static.Kazu Hirata2-1/+3
2005-03-08c-typeck.c (constructor_stack, [...]): Make them static.Kazu Hirata2-3/+8
2005-03-08elfos.h (MAKE_DECL_ONE_ONLY): Redefined to stop DECL_WEAK from being used for...Julian Brown2-1/+15
2005-03-08* decl.c (finish_method): Give methods once-only linkage.Julian Brown2-0/+11
2005-03-08jump.c (invert_jump_1): Don't call redirect_jump_1 with nlabel == JUMP_LABEL ...J"orn Rennecke2-1/+8
2005-03-08c-common.c, [...]: Fix comment formatting.Kazu Hirata15-20/+28
2005-03-08re PR c/14411 (Request for setjmp/longjmp attributes)Alexey Neyman6-2/+77
2005-03-08c-semantics.c, [...]: Update copyright.Kazu Hirata12-11/+18
2005-03-08* tree-ssa-phiopt.c: Fix a comment typo.Kazu Hirata2-1/+5
2005-03-08alpha.c (code_for_builtin): Replace special-case builtin codes with ctzdi2, c...Richard Henderson3-90/+571
2005-03-08re PR ada/20035 (failed run-time assertion : Tasking not implemented on this ...James A. Morrison3-0/+183
2005-03-08tree-vect-analyze.c (vect_object_analysis): Analyze initial condition of acce...Ira Rosen4-3/+52
2005-03-07* gcc.dg/tree-ssa/pr18134.c: New test.Jeff Law2-0/+26
2005-03-07Add Steven to the ChangeLog entry.Jeff Law1-0/+1
2005-03-0720030821-1.c: Verify that the computed goto was folded away.Jeff Law4-1/+80
2005-03-07tree-cfg.c (find_taken_edge_computed_goto): New function.Jeff Law4-6/+114
2005-03-08tree-ssa-phiopt.c (tree_ssa_phiopt, [...]): Remove unused variable i.Kazu Hirata2-2/+3
2005-03-08diagnostic.h: Remove unused prototype debug_output_buffer.Kazu Hirata3-4/+5
2005-03-08gimplify.c (gimple_push_bind_expr, [...]): Make them static.Kazu Hirata3-6/+7
2005-03-08tree-ssa-phiopt.c: Update copyright.Kazu Hirata2-74/+75
2005-03-08weak1.C: Skip test on hppa*-*-hpux*.John David Anglin5-0/+11
2005-03-07* tree.h (DECL_IS_BUILTIN): Reverted my patch from earlier today.Per Bothner2-5/+5
2005-03-07re PR tree-optimization/17671 (PHI-OPT is not smart enough)Andrew Pinski7-152/+245
2005-03-08rs6000-protos.h: Rename output_e500_flip_eq_bit to output_e500_flip_gt_bit.Aldy Hernandez5-27/+51
2005-03-08Daily bump.GCC Administrator1-1/+1
2005-03-07class.c (finish_struct_1): Do not warn about non-virtual destructors in Java ...Mark Mitchell4-1/+22