This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc/gcc ChangeLog.profiling except.c function. ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	tree-profiling-branch
Changes by:	hubicka@gcc.gnu.org	2005-04-30 20:22:37

Modified files:
	gcc            : ChangeLog.profiling except.c function.h 
	                 tree-inline.c tree-optimize.c 

Log message:
	* excpept.c: No longer inline tree-inlie.h and tree-flow.h.
	(reachable_next_level): Be conservative before inlining.
	(change_to_nothrow): Kill.
	(set_nothrow_function_flags): Do not use change_to_nothrow.
	* function.h (struct function): Add field after_inlining.
	* tree-inline.c (optimize_inline_calls): Kill cleanup_tree_cfg call
	and CFG verification.
	* tree-optimize.c (execute_fixup_cfg): New function.
	(pass_fixup_cfg): New pass.(init_tree_optimize_passes): Replace
	cleanup_cfg pass by fixup_cfg after inlining.
	(tree_rest_of_compilation): Set after_inlining to true.

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.149&r2=1.1.2.150
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/except.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.227.2.24.2.21&r2=1.227.2.24.2.22
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/function.h.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.83.2.27.2.18&r2=1.83.2.27.2.19
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-inline.c.diff?cvsroot=gcc&only_with_tag=tree-profiling-branch&r1=1.26.2.83.2.46&r2=1.26.2.83.2.47
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.44&r2=1.1.4.122.2.45


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]