Go to file
Michael Matz 0ab555de37 re PR tree-optimization/43984 (PRE misses full-redundancies, inserts into loops)
PR tree-optimization/43984

	* tree-ssa-pre.c (inserted_phi_names): Remove.
	(inserted_exprs): Change to bitmap.
	(create_expression_by_pieces): Set bits, don't append to vector.
	(insert_into_preds_of_block): Don't handle inserted_phi_names.
	(eliminate): Don't look at inserted_phi_names, remove deleted
	insns from inserted_exprs.
	(remove_dead_inserted_code): Adjust to use bitmaps instead of
	vectors.
	(init_pre, fini_pre): Allocate and free bitmaps.
	(execute_pre): Insert insns on edges before elimination.

testsuite/
	* gfortran.dg/pr43984.f90: New test.

From-SVN: r159106
2010-05-06 13:54:32 +00:00
boehm-gc
config
contrib
fixincludes
gcc re PR tree-optimization/43984 (PRE misses full-redundancies, inserts into loops) 2010-05-06 13:54:32 +00:00
gnattools
include
INSTALL
intl
libada
libcpp
libdecnumber
libffi
libgcc
libgfortran no-dist in non-imported automake dirs. 2010-05-04 18:58:11 +00:00
libgomp no-dist in non-imported automake dirs. 2010-05-04 18:58:11 +00:00
libiberty
libjava 010-05-04 Andrew Haley <aph@redhat.com> 2010-05-05 13:05:21 +00:00
libmudflap no-dist in non-imported automake dirs. 2010-05-04 18:58:11 +00:00
libobjc
libssp no-dist in non-imported automake dirs. 2010-05-04 18:58:11 +00:00
libstdc++-v3 29134.cc: Adjust for profile-mode too. 2010-05-05 19:53:11 +00:00
lto-plugin no-dist in non-imported automake dirs. 2010-05-04 18:58:11 +00:00
maintainer-scripts
zlib
ABOUT-NLS
ChangeLog
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure
configure.ac
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 add myself as gimple maintainer 2010-05-05 12:32:07 -04:00
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 files whose
names start with 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/ for how to report bugs usefully.