]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/Makefile.in
Makefile.in (web.o): New.
authorJan Hubicka <jh@suse.cz>
Sat, 11 Oct 2003 22:57:48 +0000 (00:57 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 11 Oct 2003 22:57:48 +0000 (22:57 +0000)
commit62551c66fd867e677c9e5f16ed4eb170a35cdc3a
tree2eff488b5ad6159e99a3ff6f794725c55d868d40
parent05d362b88d8226fd136f53aac476527ea8381719
Makefile.in (web.o): New.

* Makefile.in (web.o): New.
* web.c: New file.
* rtl.h (web_main): Declare.
* timervar.def (TV_WEB): New.
* toplev.c (dump_file_index, dump_file_info): Add DFI_web.
(rest_of_hanle_web): New.
(flag_web): New static variable.
(lang_independent_options): Add "web".
(rest_of_compilation): Call rest_of_handle_web.
* invoke.texi (-fweb): Document.
* common.opt (fweb): New.
* flags.h (flag_web): New.
* opts.c (decode_options): Set flag_web at -O3.

* passes.texi (web construction):  Document.
* invoke.texi (-O3): Document that -fweb is enabled.

* regrename.c (regrename_optimize): Deal better with situation when
replacement failed.

* sched-ebb.c: Include params.h and profile.h
(schedule_ebbs):  Use tracer parameters to discover superblocks
* Makefile.in (sched-ebb.o):  Add dependencies.

From-SVN: r72383
13 files changed:
gcc/ChangeLog
gcc/Makefile.in
gcc/common.opt
gcc/doc/invoke.texi
gcc/doc/passes.texi
gcc/flags.h
gcc/opts.c
gcc/regrename.c
gcc/rtl.h
gcc/sched-ebb.c
gcc/timevar.def
gcc/toplev.c
gcc/web.c [new file with mode: 0644]