This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
egcs/gcc ChangeLog.cfg cfgcleanup.c cfgloop.c ...
- From: hubicka at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: 30 Dec 2001 16:20:54 -0000
- Subject: egcs/gcc ChangeLog.cfg cfgcleanup.c cfgloop.c ...
CVSROOT: /cvs/gcc
Module name: egcs
Branch: cfg-branch
Changes by: hubicka@gcc.gnu.org 2001-12-30 08:20:54
Modified files:
gcc : ChangeLog.cfg cfgcleanup.c cfgloop.c sibcall.c
toplev.c
Log message:
* cfgcleanup.c (cleanup_cfg): Do not kill tail recursion label list.
* sibcall.c (optimize_sibling_and_tail_recursive_call): Do not
rebuild cfg; free tail recursive list.
* toplev.c (rest_of_compilation): Dump more of sibcalling;
kill NOTE_INSN_PREDICTION notes.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ChangeLog.cfg.diff?cvsroot=gcc&only_with_tag=cfg-branch&r1=1.1.2.61&r2=1.1.2.62
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/cfgcleanup.c.diff?cvsroot=gcc&only_with_tag=cfg-branch&r1=1.18.2.12&r2=1.18.2.13
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/cfgloop.c.diff?cvsroot=gcc&only_with_tag=cfg-branch&r1=1.2.2.3&r2=1.2.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/sibcall.c.diff?cvsroot=gcc&only_with_tag=cfg-branch&r1=1.28.2.1&r2=1.28.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/toplev.c.diff?cvsroot=gcc&only_with_tag=cfg-branch&r1=1.537.2.20&r2=1.537.2.21