OSDN Git Service

* c-common.c (walk_stmt_tree): Remove.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index ba8cdf2..d1150c4 100644 (file)
@@ -1,3 +1,51 @@
+2004-11-14  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * c-common.c (walk_stmt_tree): Remove.
+       * c-common.h: Remove the corresponding prototype.
+
+       * emit-rtl.c (push_to_full_sequence): Remove.
+       * rtl.h: Remove the corresponding prototype.
+
+2004-11-13  Richard Henderson  <rth@redhat.com>
+
+       * calls.c (precompute_register_parameters): Force all PARALLELs
+       into pseudo registers.
+       (load_register_parameters): Copy PARALLELs into hard registers.
+       * function.c (assign_parm_setup_block): Copy PARALLELS into
+       pseudo registers.  Do emit_group_store in conversion_insns.
+       * expr.c (emit_group_load_1): Rename from emit_group_load, take
+       tmps as an argument.  Move final copy loop ...
+       (emit_group_load): ... here.  New function.
+       (emit_group_load_into_temps, emit_group_move_into_temps): New.
+       * expr.h: Declare them.
+
+2004-11-14  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * tree-cfg.c, tree-if-conv.c, tree-ssa-loop-ivopts.c,
+       tree-ssa-loop-manip.c, tree-vectorizer.c: Replace TREE_CHAIN
+       with PHI_CHAIN where appropriate.
+
+2004-11-13  Dale Johannesen  <dalej@apple.com>
+
+       * tree-flow.h (bsi_commit_one_edge_insert): Remove name from prototype.
+       (tree_block_label): Ditto.
+       (flush_pending_stmts): Ditto.
+       (insert_edge_copies): Ditto.
+       (expr_invariant_in_loop_p): Ditto.
+       (TDF_USE_OPS): Parenthesize definition.
+       (TDF_USE_VOPS): Ditto.
+
+2004-11-13  David Edelsohn  <edelsohn@gnu.org>
+
+       * config/rs6000/aix51.h (ASM_CPU_SPEC): Add 970 and G5.
+       * config/rs6000/aix52.h (ASM_CPU_SPEC): Same.
+       * config/rs6000/t-aix52 (BOOT_LDFLAGS): Define.
+
+2004-11-14  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/i386/i386.c (override_options): Move loop to set default
+       tuning to correct place.
+
 2004-11-13  Zak Kipling  <zak@transversal.com>
 
        PR target/18300