tree-if-conv.c (tree_if_convert_cond_expr): Remove local variable new_cond.
[gcc.git] / gcc /
2005-03-12 Kazu Hiratatree-if-conv.c (tree_if_convert_cond_expr): Remove...
2005-03-12 Kazu Hiratareg-stack.c (move_for_stack_reg): Remove local variable...
2005-03-12 Kazu Hiratagimplify.c (gimplify_expr): Remove local variables...
2005-03-12 Kazu Hiratac-decl.c (c_init_decl_processing): Remove local variabl...
2005-03-12 Kazu Hiratabuiltins.c (fold_builtin_logarithm): Take decomposed...
2005-03-12 Kazu Hiratabuiltins.c (fold_builtin_exponent): Take decomposed...
2005-03-12 Per Bothnerdecl-2.c: Add extra line breaks.
2005-03-12 Kazu Hiratavalue-prof.c (mod_subtract_transform): Remove local...
2005-03-12 Kazu Hiratatree-vect-transform.c (vect_get_new_vect_var): Remove...
2005-03-12 Kazu Hiratatree-ssa-pre.c (compute_avail): Remove local variable...
2005-03-12 Kazu Hiratatree-ssa-phiopt.c (tree_ssa_phiopt): Remove local varia...
2005-03-12 Kazu Hiratatree-ssa.c (kill_redundant_phi_nodes): Remove local...
2005-03-12 Geoffrey KeatingIndex: libcpp/ChangeLog
2005-03-12 Geoffrey Keating* gcc.dg/vmx/darwin-abi-3.c: Delete.
2005-03-12 Per Bothnerdirect2.c: With new lexer changes...
2005-03-12 Per Bothnercp-tree.h (struct cp_declarator): New id_loc field.
2005-03-12 Per Bothnerc-tree.h (struct c_declarator): New id_loc field.
2005-03-12 Roger Saylere PR middle-end/20419 (ICE in gen_lowpart_general...
2005-03-12 Kaveh R. GhaziMake-lang.in (fortran-warn): Set to $(STRICT_WARN)...
2005-03-12 Kazu Hiratacfglayout.c, [...]: Update copyright.
2005-03-12 GCC AdministratorDaily bump.
2005-03-11 David Edelsohnre PR rtl-optimization/20306 (FP complex modes moved...
2005-03-11 Richard Hendersonre PR target/20415 (Vector init builtin produces invali...
2005-03-11 Tom TromeyMain.java (main): Handle '-p'.
2005-03-11 Richard Sandifordmips.h (mips_fix_vr4130_string): Declare.
2005-03-11 Richard Sandifordmips.c (override_options): Only warn about -mint64...
2005-03-11 Kaveh R. Ghazibuiltin-attrs.def (ATTR_NONNULL_LIST, [...]): New ...
2005-03-11 Zdenek Dvorakbasic-block.h (single_succ_p, [...]): Improve comments.
2005-03-11 Zdenek Dvorakbasic-block.h (single_succ_p, [...]): New inline functions.
2005-03-11 Francois-Xavier... [multiple changes]
2005-03-11 Jeff Lawre PR tree-optimization/15784 (fold misses binary optim...
2005-03-11 James A. Morrisonre PR tree-optimization/20130 (Fold a * -1 - 1 into...
2005-03-11 Kaz Kojimare PR rtl-optimization/20331 (Wrong code generation...
2005-03-11 Joseph Myers* config.gcc (hppa*64*-*-hpux11*): Use pa/t-hpux-shlib.
2005-03-11 Steve Ellceyre PR target/20095 (gcc.dg/cleanup-5.c fails on ia64...
2005-03-11 John David Anglin* objc.dg/stabs-1.m (dg-final): Change regexp pattern...
2005-03-11 GCC AdministratorDaily bump.
2005-03-10 Steven Bosscherexpr.c (expand_expr_real_1): If possible, use a conditi...
2005-03-10 Steve Ellceyforced1.C: Fix comment.
2005-03-10 Andrew Pinskire PR rtl-optimization/20412 (RTL checking failure...
2005-03-10 Roger Saylebuiltins.c (expand_builtin_signbit): Extend to handle...
2005-03-10 Jakub Jelinekre PR target/20322 (Miscompilation of libcpp/expr.c...
2005-03-10 Aldy Hernandez* doc/invoke.texi: Add 8540 to list of cpus in rs6000...
2005-03-10 Ranjit Mathewre PR java/20312 (No warning on bad method)
2005-03-10 Kazu Hirata* tree-outof-ssa.c (analyze_edges_for_bb): Update a...
2005-03-10 Kazu Hiratatree-outof-ssa.c (analyze_edges_for_bb): Make the retur...
2005-03-10 Bob Wilson* config/xtensa/xtensa.h (MEMBER_TYPE_FORCES_BLK):...
2005-03-10 Nathan Sidwell* bitmap.c (bitmap_copy): Remove manual loop unrolling.
2005-03-10 Nathan Sidwellvalue-prof.c (rtl_find_values_to_profile): Use gcc_asse...
2005-03-10 Nathan Sidwellvalue-prof.c (rtl_find_values_to_profile): Use gcc_asse...
2005-03-10 Nathan Sidwellre PR target/20375 (C++ ICE in assign_parm_find_entry_rtl)
2005-03-10 Jakub JelinekPR c++/18384, c++/18327
2005-03-10 Kazuhiro Inaoka(load_sda_base_32): New pattern. Loads sda base addres...
2005-03-10 Zdenek DvorakMakefile.in (tree-optimize.o): Add CFGLOOP_H dependence.
2005-03-10 GCC AdministratorDaily bump.
2005-03-10 Jakub Jelinekre PR inline-asm/20314 (Bogus differ in number of alter...
2005-03-09 Bob Wilsonxtensa.h (TRAMPOLINE_TEMPLATE): Use "no-transform"...
2005-03-09 Ulrich Weigands390.c (s390_secondary_output_reload_class): Adapt...
2005-03-09 Kaveh R. Ghazibuiltins.c (fold_builtin_cbrt, [...]): Rearrange code.
2005-03-09 Kaveh R. Ghazi* fold-const.c (fold_unary_to_constant): Add FIX_ROUND_...
2005-03-09 Kazu Hiratafold-const.c (fold_unary, [...]): Take decomposed argum...
2005-03-09 Kazu Hiratafold-const.c (fold_unary, [...]): Return NULL_TREE...
2005-03-09 Ranjit Mathewre PR java/20338 (Program compiled with gcj crashes...
2005-03-09 Mark Mitchellre PR c++/20208 (No array-to-pointer decay happens...
2005-03-09 Roger Saylebuiltins.c (fold_builtin_unordered_cmp): Change prototy...
2005-03-09 Paolo Carlinire PR c++/16859 (Empty initializer for array of unknown...
2005-03-09 Paolo Carlinire PR c++/16859 (Empty initializer for array of unknown...
2005-03-09 Kazu Hiratacfgbuild.c (state, [...]): Move just before make_edges.
2005-03-09 Nathan Sidwellre PR c++/20186 (ICE with static_cast and type dependen...
2005-03-09 Kazu Hirata* tree-ssa-loop-im.c (lhs): Remove.
2005-03-09 Kazu Hirata* tree-ssa-alias.c (may_alias_p): Remove v_ann.
2005-03-09 Kazu Hirata* tree-sra.c (decide_block_copy): Remove inst_count.
2005-03-09 Kazu Hirata* tree-outof-ssa.c (num_nodes): Remove num_nodes.
2005-03-09 Kazu Hirata* tree-into-ssa.c (ann): Remove ann.
2005-03-09 Kazu Hirata* tree-eh.c (tree_could_trap_p): Remove idx.
2005-03-09 Kazu Hiratatree-data-ref.c (array_base_name_differ_p): Remove...
2005-03-09 Kazu Hiratafunction.c (thread_prologue_and_epilogue_insns): Remove...
2005-03-09 Mark Mitchellre PR c++/20142 (implicit assignment operator with...
2005-03-09 Mark Mitchellre PR c++/20142 (implicit assignment operator with...
2005-03-09 Kazu Hirata* real.c (real_nan): Remove neg.
2005-03-09 Kazu Hirata* loop-unroll.c (analyze_insns_in_loop): Remove preheader.
2005-03-09 Kazu Hirata* loop-iv.c (get_biv_step_1): Remove lhs.
2005-03-09 Kazu Hirata* ifcvt.c (noce_emit_move_insn): Remove inmode.
2005-03-09 Kazu Hirata* fold-const.c (int_const_binop): Remove no_overflow.
2005-03-09 Kazu Hirata* expr.c (expand_assignment): Remove orig_to_rtx.
2005-03-09 Kazu Hirata* cfgrtl.c (cfg_layout_merge_blocks): Remove new_e.
2005-03-09 Kazu Hirata* cfglayout.c (fixup_reorder_chain): Remove old_bb.
2005-03-09 Jeff Lawtree-cfg.c (cleanup_control_flow): If removal of a...
2005-03-09 Ben Elliston* c-common.c (c_do_switch_warnings): Comment fix.
2005-03-09 GCC AdministratorDaily bump.
2005-03-08 Julian Brown* Revert patch from 2005-03-08 for causing bootstrap...
2005-03-08 Julian Brown* Patch from 2005-03-08 reverted for causing regression...
2005-03-08 Ben EllistonFormatting fixes.
2005-03-08 Ben Ellistonvlad.exp: Remove trailing semicolons.
2005-03-08 Laurent GUERBYsystem-linux-sparc.ads: Fix typo in previous commit.
2005-03-08 Fariborz JahanianTarget Hook to issue diagnostics for AltiVec argument...
2005-03-08 Tobias SchlüterRemove spurious blank line.
2005-03-08 Jeff Law20030728-1.c: Update to account for recent PHI-OPT...
2005-03-08 Bryce McKinlay[multiple changes]
2005-03-08 Kazu Hiratagimple-low.c (lower_stmt_body): Make it static.
next