Go to file
Richard Guenther 546d314cf6 re PR tree-optimization/50904 (pessimization when -fno-protect-parens is enabled by -Ofast)
2011-12-05  Richard Guenther  <rguenther@suse.de>

	PR tree-optimization/50904
	* tree-ssa-loop-im.c (struct mem_ref): Remove vops member.
	(MEM_ANALYZABLE): New.
	(memory_references): Remove clobbered_vops and vop_ref_map
	members, add all_refs_stored_in_loop member.
	(memref_free): Adjust.
	(mem_ref_alloc): Likewise.
	(gather_mem_refs_stmt): Do not record clobbers, instead
	record refs for unanalyzable stmts.
	(gather_mem_refs_in_loops): Do not propagate clobbers.
	(struct vop_to_refs_elt, vtoe_hash, vtoe_eq, vtoe_free,
	record_vop_access, get_vop_accesses, get_vop_stores,
	add_vop_ref_mapping): Remove.
	(create_vop_ref_mapping_loop): Adjust to simply record all
	stores.
	(analyze_memory_references): Adjust.
	(refs_independent_p): Check for not analyzable refs.
	(can_sm_ref_p): Likewise.
	(ref_indep_loop_p_1): Simplify.
	(tree_ssa_lim_finalize): Adjust.

	* tree-ssa-loop-im.c (stmt_cost): Simplify, use LIM_EXPENSIVE
	rather than magic constants.  Assign zero cost to PAREN_EXPR
	and SSA_NAME copies.  Assign cost proportional to the vector
	size for vector constructors.

From-SVN: r182010
2011-12-05 14:36:44 +00:00
INSTALL
boehm-gc Additional fixes for FreeBSD-10 build: 2011-11-21 20:22:35 +01:00
config weakref.m4: New file. 2011-11-22 14:49:11 +00:00
contrib . 2011-11-29 16:36:43 -05:00
fixincludes inclhack.def (aix_once_init_[12]): New fixes. 2011-11-16 21:28:07 -05:00
gcc re PR tree-optimization/50904 (pessimization when -fno-protect-parens is enabled by -Ofast) 2011-12-05 14:36:44 +00:00
gnattools
include
intl
libada Fix minor issues 2011-11-19 16:24:22 +00:00
libcpp Add 'inline' to prototype of tokens_buff_remove_last_token 2011-12-05 10:20:59 +01:00
libdecnumber
libffi Additional fixes for FreeBSD-10 build: 2011-11-21 20:22:35 +01:00
libgcc t-darwin64 (LIB2ADD): Add fp and gp save routines. 2011-12-04 15:46:28 +00:00
libgfortran Additional fixes for FreeBSD-10 build: 2011-11-21 20:22:35 +01:00
libgo libgo: Update to weekly.2011-11-02. 2011-12-03 02:17:34 +00:00
libgomp affinity.c: Use atomic rather than sync builtin. 2011-12-02 21:24:02 +10:30
libiberty
libitm Swap the action and jmpbuf arguments to GTM_longjmp 2011-11-30 14:29:33 -08:00
libjava config.rpath (ld_shlibs): Fix detection of FreeBSD-10 and up. 2011-11-29 21:12:00 +01:00
libmudflap Additional fixes for FreeBSD-10 build: 2011-11-21 20:22:35 +01:00
libobjc Additional fixes for FreeBSD-10 build: 2011-11-21 20:22:35 +01:00
libquadmath Additional fixes for FreeBSD-10 build: 2011-11-21 20:22:35 +01:00
libssp Additional fixes for FreeBSD-10 build: 2011-11-21 20:22:35 +01:00
libstdc++-v3 type_traits: Doxygen improvements. 2011-12-04 16:53:17 +00:00
lto-plugin Additional fixes for FreeBSD-10 build: 2011-11-21 20:22:35 +01:00
maintainer-scripts update_web_docs_svn: Make $DOCSDIR group writable after creating it. 2011-11-21 01:16:24 +00:00
zlib Additional fixes for FreeBSD-10 build: 2011-11-21 20:22:35 +01:00
ABOUT-NLS
COPYING
COPYING.LIB
COPYING.RUNTIME
COPYING3
COPYING3.LIB
ChangeLog MAINTAINERS (write-after-approval): Add self. 2011-11-30 09:53:56 +00:00
ChangeLog.tree-ssa
MAINTAINERS MAINTAINERS (write-after-approval): Add self. 2011-11-30 09:53:56 +00:00
Makefile.def
Makefile.in
Makefile.tpl
README
compile
config-ml.in
config.guess
config.rpath
config.sub
configure . 2011-11-29 16:36:43 -05:00
configure.ac . 2011-11-29 16:36:43 -05:00
depcomp
install-sh
libtool-ldflags
libtool.m4 Additional fixes for FreeBSD-10 build: 2011-11-21 20:22:35 +01:00
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4
missing
mkdep
mkinstalldirs
move-if-change
symlink-tree
ylwrap

README

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.