OSDN Git Service

2004-09-19 Ira Rosen <irar@il.ibm.com>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
2004-09-19 dorit2004-09-19 Ira Rosen <irar@il.ibm.com>
2004-09-19 hubicka * basic-block.h (update_bb_profile_after_threading...
2004-09-19 dberlin2004-09-19 Daniel Berlin <dberlin@dberlin.org>
2004-09-19 aj * tree-ssa-dom.c (restore_nonzero_vars_to_original_val...
2004-09-19 kazu * config/cris/cris.h: Preserve the original spelling...
2004-09-19 law * tree-ssa-dom.c (nonzero_vars_stack, vrp_variables_st...
2004-09-18 hubicka * tree-cfg.c (thread_jumps): Fix updating of the...
2004-09-18 hubicka * tree-optimize.c (tree_rest_of_compilation): Kill...
2004-09-18 kazu * alias.c, crtstuff.c, dbxout.c, domwalk.c, domwalk...
2004-09-18 kazu * config/darwin-c.c, config/arc/arc.c, config/arc...
2004-09-18 jsm28 PR c/17424
2004-09-18 dnovillo * tree-ssa-alias.c (setup_pointers_and_addressables...
2004-09-18 dnovillo * tree-ssa-alias.c (dump_alias_info): Ignore NULL...
2004-09-18 hubicka * tree-into-ssa.c (rewrite_ssa_into_ssa): Expect...
2004-09-18 hubicka * i386.c (legitimize_pic_address): Fix splitting of...
2004-09-18 kkojima * config/sh/linux.h (ASM_PREFERRED_EH_DATA_FORMAT...
2004-09-18 geoffk * tree-inline.c (copy_tree_r): Don't duplicate constan...
2004-09-18 zack * Makefile.in (c-parse.o): Depend on $(C_PRAGMA_H).
2004-09-18 zack2004-09-17 Jones Desougi <jones@ingate.com>
2004-09-18 zack * tree.c, tree.h (tree_class_strings): Make array...
2004-09-17 schwab * Makefile.in (gimple-low.o): Depend on $(EXPR_H).
2004-09-17 zack2004-09-17 Jeffrey D. Oldham <oldham@codesourcery...
2004-09-17 dnovillo PR tree-optimization/17319
2004-09-17 law * tree-ssa-dom.c (const_and_copies_stack): New.
2004-09-17 hubicka PR tree-optimization/17509
2004-09-17 dpatel * dbxout.c (get_lang_number): New.
2004-09-17 dnovillo PR tree-optimization/17273
2004-09-17 jsm28 * c-tree.h (enum c_typespec_keyword): New.
2004-09-17 rsandifo * doc/extend.texi: Fix duplicated word.
2004-09-17 toon2004-09-17 Toon Moene <toon@moene.indiv.nluug.nl>
2004-09-17 phython2004-09-17 James Morrison <phython@gcc.gnu.org>
2004-09-17 hp * configure.ac (gcc_cv_gld_version): Handle whitespace...
2004-09-17 amylaarBe more precise in last entry.
2004-09-17 kazu * basic-block.h, c-decl.c, c-parse.in, cgraphunit...
2004-09-17 kazu * doc/compat.texi, doc/cpp.texi, doc/cppopts.texi,
2004-09-17 rsandifo * Makefile.in (gen-protos.o): Depend on errors.h.
2004-09-17 steven PR tree-optimization/17513
2004-09-17 uros PR rtl-optimization/15187
2004-09-17 dnovillo PR tree-optimization/17528
2004-09-16 kkojima * config/sh/sh.md (call): Extend 32-bit addresses...
2004-09-16 dnovillo * tree-ssa-operands.c (add_call_clobber_ops): Make...
2004-09-16 rakdver * Makefile.in (tree-cfg.o): Add CFGLAYOUT_H dependency.
2004-09-16 fche2004-09-16 Frank Ch. Eigler <fche@redhat.com>
2004-09-16 law * tree-into-ssa.c (block_defs_stack): New toplevel...
2004-09-16 amacleod2004-09-16 Andrew MacLeod <amacleod@redhat.com>
2004-09-16 dberlin2004-09-16 Daniel Berlin <dberlin@dberlin.org>
2004-09-16 kazu * doc/invoke.texi: Fix typos. Follow spelling convent...
2004-09-16 nathan * doc/c-tree.texi (Classes): Remove index entries for
2004-09-16 rakdver * fold-const.c (fold): Fold difference of addresses.
2004-09-16 dje * config/rs6000/rs6000.c (rs6000_xcoff_asm_name...
2004-09-16 nathan * cp-tree.h (struct lang_type_class): Make pure_virtuals a
2004-09-16 pinskia2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
2004-09-16 hubicka * predict.c (expr_expected_value, strip_builtin_expect...
2004-09-15 wilsonFix linux kernel miscompilation.
2004-09-15 mmitchel * varasm.c (default_function_rdodata_section): Make...
2004-09-15 rth * tree-ssa-operands.c (add_call_clobber_ops...
2004-09-15 steven * Makefile.in (tree-ssa-dom.o): Depend on tree-ssa...
2004-09-15 pinskia2004-09-15 Andrew Pinski <apinski@apple.com>
2004-09-15 jsm28gcc:
2004-09-15 mmitchel * configure.ac: Check for COMDAT support. Robustify...
2004-09-15 hubicka * tree-ssa.c (verify_flow_sensitive_alias_info): Do...
2004-09-15 hubicka * tree-cfg.c (remove_bb): Release SSA defs.
2004-09-15 kazu * doc/tm.texi: Follow spelling conventions.
2004-09-15 kazu * tree-ssa-dom.c: Fix comment typos.
2004-09-15 amodra * config/rs6000/linux-unwind.h (struct gcc_pt_regs...
2004-09-15 jakub * expr.c (string_constant): Handle also read-only...
2004-09-15 jakub * builtins.c (expand_builtin_memmove): Optimize memmov...
2004-09-15 rakdver PR tree-optimization/17468
2004-09-15 rsandifo * config/mips/mips.h (POINTERS_EXTEND_UNSIGNED): Delete.
2004-09-15 ebotcazou * doc/install.texi (sparc-sun-solaris2*): Properly...
2004-09-15 law * tree-ssa-dom.c (avail_exprs_stack): New globa...
2004-09-15 law * tree-dfa.c (free_df_for_stmt): No longer static.
2004-09-15 dnovillo PR tree-optimization/17252
2004-09-15 rth PR middle-end/17397
2004-09-15 pinskia2004-09-14 Andrew Pinski <apinski@apple.com>
2004-09-14 sayle PR rtl-optimization/9771
2004-09-14 dnovillo PR tree-optimization/15262
2004-09-14 jsm28 PR c/15498
2004-09-14 hubicka * cfg.c (expunge_block): Revert previous change adding...
2004-09-14 mmitchel * config.gcc: Do not build a shared libgcc for arm...
2004-09-14 jsm28 * c-tree.h (struct c_declspecs): Add const_p, volatile...
2004-09-14 law * tree-ssa-dom.c (stmts_to_rescan): Move from...
2004-09-14 kazu * cgraph.h, cgraphunit.c, fold-const.c, lambda-mat.c,
2004-09-14 kazu * config/darwin-c.c, config/alpha/alpha.c, config...
2004-09-14 rakdver * Makefile.in (loop-unroll.o): Add HASHTAB_H and RECOG...
2004-09-14 rakdver * tree-cfg.c (thread_jumps): Update dominators correct...
2004-09-14 rakdver * unroll.c: Removed.
2004-09-14 nathan * Makefile.in (STAGE1_CHECKING): New variable.
2004-09-14 uros * config/i386/i386.c (output_fp_compare): Add generation
2004-09-14 kazu * config/m32r/m32r.md, config/m68k/m68kelf.h,
2004-09-14 wilsonFix gen-proto (fixproto) build failure.
2004-09-14 hubicka * Makefile.in (predict.o): Depend on tree-scalar-evolu...
2004-09-14 zadeckHad wrong date on my the entry.
2004-09-14 dalejFix PR 17408 and PR 17409.
2004-09-14 pbrook * config/arm/arm.c (arm_expand_prologue): Make args_to...
2004-09-13 drow * fold-const.c (fold_checksum_tree): Ignore TYPE_CACHE...
2004-09-13 drow * expmed.c (synth_mult): Initialize latency. Check...
2004-09-13 zadeckNew code to analyze file level static variables and...
2004-09-13 jsm28 * c-decl.c (grokdeclarator): Correct comments about...
2004-09-13 sje * config/ia64/ia64.c (ia64_scalar_mode_supported_p...
next