gcc/gcc ChangeLog.profiling cgraphunit.c tree- ...
hubicka@gcc.gnu.org
hubicka@gcc.gnu.org
Fri May 20 07:41:00 GMT 2005
CVSROOT: /cvs/gcc
Module name: gcc
Branch: tree-profiling-branch
Changes by: hubicka@gcc.gnu.org 2005-05-20 07:41:05
Modified files:
gcc : ChangeLog.profiling cgraphunit.c
tree-optimize.c tree-pass.h tree-ssa-operands.c
tree-ssa.c
gcc/cp : method.c
Log message:
* cgrapunit.c (cgraph_analyze_function): Kill early local passes.
(cgraph_expand_function): Likewise.
(cgraph_build_static_cdtor): Likewise.
* tree-optimize.c (all_early_local_passes): Likewise.
(init_tree_optimization_passes): Merge early local passes and lowering
passes.
(tree_early_local_passes): Kill.
(tree_rest_of_compilation): Do not modify all stmts.
* tree-pass.h (tree_early_local_passes): Kill.
* tree-ssa-operands.c (free_ssa_operands): Kill #if 0.
* tree-ssa.c (delete_tree_ssa): Cleanup.
* cp/method.c (use_thunk): Don't do early local passes.
Patches:
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.158&r2=1.1.2.159
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cgraphunit.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.35.2.52&r2=1.1.4.35.2.53
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.47&r2=1.1.4.122.2.48
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-pass.h.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.12.2.24&r2=1.1.2.12.2.25
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-operands.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.9.2.29&r2=1.1.2.9.2.30
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.199.2.26&r2=1.1.4.199.2.27
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/method.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.224.2.26.2.17&r2=1.224.2.26.2.18
More information about the Gcc-cvs
mailing list