gcc/gcc ChangeLog.apple-ppc loop-doloop.c loop ...
pinskia@gcc.gnu.org
pinskia@gcc.gnu.org
Mon Aug 30 00:14:00 GMT 2004
CVSROOT: /cvs/gcc
Module name: gcc
Branch: apple-ppc-branch
Changes by: pinskia@gcc.gnu.org 2004-08-30 00:14:17
Modified files:
gcc : ChangeLog.apple-ppc loop-doloop.c
loop-invariant.c tree-alias-common.c
tree-into-ssa.c tree-pretty-print.c
tree-ssa-loop-ivopts.c tree-ssa-loop-niter.c
tree-ssa-loop-prefetch.c tree-ssa-loop.c tree.h
Log message:
2004-08-29 Andrew Pinski <apinski@apple.com>
* loop-doloop.c (add_test): Take the mainline change.
* loop-invariant.c (find_exits, find_invariants_bb): Take the
mainline change, use CALL_P.
* tree-alias-common.c (HAVE_BANSHEE): Take the mainline change.
* tree-into-ssa.c (compute_global_livein): Take the mainline
reformatting.
* tree-pretty-print.c: Remove include for tree-chrec.h as it is
there later on.
* tree-ssa-loop-ivopts.c (zero_p): Make static.
* tree-ssa-loop-niter.c (zero_p): Add back, take the mainline change.
(number_of_iterations_exit): Take the mainline change for getting
a boolean false.
(MAX_ITERATIONS_TO_TRACK): Take the mainline change as it is now
configurable.
(struct nb_iter_bound): Take the mainline comment changes.
* tree-ssa-loop-prefetch.c (zero_p): Add to minimize changes
from the mainline.
* tree-ssa-loop.c (gate_loop): Take the mainline changes as we
want the gate so we can turn them on and off easier.
* tree.h (struct tree_phi_node, rewritten): Take the mainline change
as there are no other integer fields in this struct.
(build_vector_type): Remove duplicated prototype.
(zero_p): Remove prototype.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.apple-ppc.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.2.136&r2=1.1.2.137
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/loop-doloop.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=2.2.10.6&r2=2.2.10.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/loop-invariant.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.6.7&r2=1.1.6.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-alias-common.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.2.53.2.5&r2=1.1.2.53.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-into-ssa.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.2.1.2.5&r2=1.1.2.1.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-pretty-print.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.2.78.2.5&r2=1.1.2.78.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-loop-ivopts.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.4.7&r2=1.1.4.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-loop-niter.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.4.5&r2=1.1.4.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-loop-prefetch.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.4.3&r2=1.1.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-loop.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.2.11.2.6&r2=1.1.2.11.2.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.h.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.342.2.179.2.16&r2=1.342.2.179.2.17
More information about the Gcc-cvs
mailing list