Go to file
Paolo Bonzini 00952e9784 re PR rtl-optimization/33928 (30% performance slowdown in floating-point code caused by r118475)
2009-05-08  Paolo Bonzini  <bonzini@gnu.org>

	PR rtl-optimization/33928
	PR 26854
	* fwprop.c (use_def_ref, get_def_for_use, bitmap_only_bit_bitween,
	process_uses, build_single_def_use_links): New.
	(update_df): Update use_def_ref.
	(forward_propagate_into): Use get_def_for_use instead of use-def
	chains.
	(fwprop_init): Call build_single_def_use_links and let it initialize
	dataflow.
	(fwprop_done): Free use_def_ref.
	(fwprop_addr): Eliminate duplicate call to df_set_flags.
	* df-problems.c (df_rd_simulate_artificial_defs_at_top, 
	df_rd_simulate_one_insn): New.
	(df_rd_bb_local_compute_process_def): Update head comment.
	(df_chain_create_bb): Use the new RD simulation functions.
	* df.h (df_rd_simulate_artificial_defs_at_top, 
	df_rd_simulate_one_insn): New.
	* opts.c (decode_options): Enable fwprop at -O1.
	* doc/invoke.texi (-fforward-propagate): Document this.

From-SVN: r147282
2009-05-08 12:22:30 +00:00
boehm-gc
config [multiple changes] 2009-05-07 08:36:43 +00:00
contrib
fixincludes
gcc re PR rtl-optimization/33928 (30% performance slowdown in floating-point code caused by r118475) 2009-05-08 12:22:30 +00:00
gnattools
include
INSTALL
intl
libada
libcpp
libdecnumber
libffi
libgcc
libgfortran re PR libfortran/22423 (Warnings when building libgfortran) 2009-05-07 21:42:22 +00:00
libgomp
libiberty
libjava
libmudflap
libobjc
libssp
libstdc++-v3 throw_allocator.h: Remove redundante include. 2009-05-08 00:49:35 +00:00
maintainer-scripts
zlib
ABOUT-NLS
ChangeLog [multiple changes] 2009-05-07 08:36:43 +00:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess [multiple changes] 2009-05-07 08:36:43 +00:00
config.rpath
config.sub
configure configure.ac ($with_ppl): Default to no if not supplied. 2009-05-07 05:23:16 +00:00
configure.ac configure.ac ($with_ppl): Default to no if not supplied. 2009-05-07 05:23:16 +00:00
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
COPYING.RUNTIME
depcomp
install-sh
libtool-ldflags
libtool.m4
lt~obsolete.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
MAINTAINERS
Makefile.def
Makefile.in
Makefile.tpl
missing
mkdep
mkinstalldirs
move-if-change
README
symlink-tree
ylwrap

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the file COPYING
for copying permission.  The manuals, and some of the runtime
libraries, are under different terms; see the individual source files
for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs.html for how to report bugs usefully.