gcc/gcc gimple-low.c gimplify.c tree-flow.h tr ...
dberlin@gcc.gnu.org
dberlin@gcc.gnu.org
Fri May 6 14:11:00 GMT 2005
CVSROOT: /cvs/gcc
Module name: gcc
Branch: tree-profiling-branch
Changes by: dberlin@gcc.gnu.org 2005-05-06 14:11:24
Modified files:
gcc : gimple-low.c gimplify.c tree-flow.h
tree-optimize.c tree-ssa-alias.c
ChangeLog.profiling
Log message:
2005-05-06 Daniel Berlin <dberlin@dberlin.org>
* gimple-low.c (lower_memref): Use force_gimple_operand, call
update_stmt if we are in SSA.
* gimplify.c: Remove force_gimple_operand_nossa.
(force_gimple_operand): Use in_ssa_p to determine
whether to create ssa names or not.
* tree-flow.h (force_gimple_operand_nossa): Remove.
* tree-optimize.c (init_tree_optimization_passes): Move
pass_lower_memref.
* tree-ssa-alias.c (count_ptr_derefs): MEM_REF is a dereference.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gimple-low.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.17.2.17&r2=1.1.4.17.2.18
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gimplify.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.141.2.28&r2=1.1.2.141.2.29
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-flow.h.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.187.2.35&r2=1.1.4.187.2.36
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-optimize.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.122.2.45&r2=1.1.4.122.2.46
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-alias.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.1.2.29&r2=1.1.2.1.2.30
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.profiling.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.152&r2=1.1.2.153
More information about the Gcc-cvs
mailing list