gcc/gcc ChangeLog.profiling cfg.c cfgexpand.c ...
hubicka@gcc.gnu.org
hubicka@gcc.gnu.org
Sun Mar 7 21:53:00 GMT 2004
CVSROOT: /cvs/gcc
Module name: gcc
Branch: tree-profiling-branch
Changes by: hubicka@gcc.gnu.org 2004-03-07 21:53:08
Modified files:
gcc : ChangeLog.profiling cfg.c cfgexpand.c cfgrtl.c
cgraphunit.c gimple-low.c passes.c profile.c
toplev.c tree-cfg.c tree-eh.c tree-optimize.c
Log message:
* except.c (emit_to_new_bb_before): Break fallthru edges.
* except.c (can_throw_internal): Notice RESX instructions.
* cfgexpand.c (tree_expand_cfg): Do not destroy the CFG.
* passes.c (rest_of_compilation): Do not call init_flow;
do not build CFG.
* tree-cfg.c (delete_tree_cfg_annotations): Clear RBI pointers.
* tree-cfg.c (label_to_block): Emit missing langes
* tree-optimize.c (tree_rest_of_compilation): Revert patch disabling
compilation with errorcount/sorrycount.
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.9&r2=1.1.2.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfg.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.34.2.23.2.4&r2=1.34.2.23.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfgexpand.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.3&r2=1.1.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfgrtl.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.57.2.28.2.2&r2=1.57.2.28.2.3
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.3&r2=1.1.4.35.2.4
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.3&r2=1.1.4.17.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/passes.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=2.2.4.1&r2=2.2.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/profile.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.93.2.25.2.1&r2=1.93.2.25.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/toplev.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.654.2.97.2.3&r2=1.654.2.97.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-cfg.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.4.267.2.5&r2=1.1.4.267.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-eh.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.1.2.23&r2=1.1.2.23.2.1
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.6&r2=1.1.4.122.2.7
More information about the Gcc-cvs
mailing list