gcc/gcc ChangeLog.tree-ssa Makefile.in c-decl. ...
jason@gcc.gnu.org
jason@gcc.gnu.org
Fri Oct 4 04:24:00 GMT 2002
CVSROOT: /cvs/gcc
Module name: gcc
Branch: tree-ssa-20020619-branch
Changes by: jason@gcc.gnu.org 2002-10-04 04:24:53
Modified files:
gcc : ChangeLog.tree-ssa Makefile.in c-decl.c
c-simplify.c tree-dchain.c tree-inline.c
tree-simple.h
gcc/cp : ChangeLog.tree-ssa Make-lang.in
Added files:
gcc : gimplify.c
Log message:
* gimplify.c (declare_tmp_vars): Don't add temps to block vars.
* tree-inline.c (remap_decls): Split out from remap_block.
(copy_bind_expr): Remap BIND_EXPR_VARS separately from block vars.
* c-simplify.c (simplify_expr_stmt): Call set_file_and_line_for_stmt.
* gimplify.c: New file.
(push_gimplify_context, pop_gimplify_context): New fns.
(gimple_push_bind_expr, gimple_pop_bind_expr): New fns.
(simplify_bind_expr): Use them.
(gimple_current_bind_expr, gimple_add_tmp_var): New fn.
(foreach_stmt): Recurse if necessary.
(various): Use generic interfaces instead of c-specific ones.
* c-simplify.c: Move language-independent code to gimplify.c.
(simplify_c_loop): Use add_tree instead of add_stmt_to_compound.
(various): Use new *_bind_expr interfaces.
* Makefile.in (C_AND_OBJC_OBJS): Add gimplify.o.
(gimplify.o): New rule.
* c-decl.c (c_expand_body): Dump trees here.
* c-simplify.c (simplify_function_body): Not here.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gimplify.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.tree-ssa.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.82&r2=1.1.2.83
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.903.2.36&r2=1.903.2.37
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-decl.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.334.2.13&r2=1.334.2.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-simplify.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.4.27&r2=1.1.4.28
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-dchain.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.4.1&r2=1.1.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-inline.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.26.2.6&r2=1.26.2.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-simple.h.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.4.11&r2=1.1.4.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.tree-ssa.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.5&r2=1.1.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/Make-lang.in.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.115.2.14&r2=1.115.2.15
More information about the Gcc-cvs
mailing list