Go to file
Ira Rosen bfe068c3d3 invoke.texi (max-stores-to-sink): Document.
* doc/invoke.texi (max-stores-to-sink): Document.
        * params.h (MAX_STORES_TO_SINK): Define.
        * opts.c (finish_options): Set MAX_STORES_TO_SINK to 0
        if either vectorization or if-conversion is disabled.
        * tree-data-ref.c (dr_equal_offsets_p1): Moved and renamed from
        tree-vect-data-refs.c vect_equal_offsets.
        (dr_equal_offsets_p): New function.
        (find_data_references_in_bb): Remove static.
        * tree-data-ref.h (find_data_references_in_bb): Declare.
        (dr_equal_offsets_p): Likewise.
        * tree-vect-data-refs.c (vect_equal_offsets): Move to
        tree-data-ref.c.
        (vect_drs_dependent_in_basic_block): Update calls to
        vect_equal_offsets.
        (vect_check_interleaving): Likewise.
        * tree-ssa-phiopt.c: Include cfgloop.h and tree-data-ref.h.
        (cond_if_else_store_replacement): Rename to...
        (cond_if_else_store_replacement_1): ... this.  Change arguments
        and documentation.
        (cond_if_else_store_replacement): New function.
        * Makefile.in (tree-ssa-phiopt.o): Adjust dependencies.
        * params.def (PARAM_MAX_STORES_TO_SINK): Define.

From-SVN: r171381
2011-03-24 08:23:39 +00:00
boehm-gc
config
contrib MAINTAINERS (crx port, [...]): Remove. 2011-03-22 19:58:18 +00:00
fixincludes MAINTAINERS (crx port, [...]): Remove. 2011-03-22 19:58:18 +00:00
gcc invoke.texi (max-stores-to-sink): Document. 2011-03-24 08:23:39 +00:00
gnattools
include plugin-api.h (ld_plugin_get_view): New. 2011-03-23 14:06:24 +00:00
INSTALL
intl
libada
libcpp
libdecnumber
libffi
libgcc MAINTAINERS (crx port, [...]): Remove. 2011-03-22 19:58:18 +00:00
libgfortran re PR libfortran/48030 (Implement read_x using fbuf_getc) 2011-03-24 01:48:57 +00:00
libgo Tuple receives indicate whether channel is closed. 2011-03-24 06:01:27 +00:00
libgomp
libiberty
libjava
libmudflap
libobjc
libquadmath
libssp
libstdc++-v3 baseline_symbols.txt: Regenerated. 2011-03-23 13:17:26 +01:00
lto-plugin
maintainer-scripts
zlib
ABOUT-NLS
ChangeLog configure.ac (arm-semi-aof, [...]): Remove empty cases. 2011-03-22 20:03:41 +00:00
ChangeLog.tree-ssa
compile
config-ml.in MAINTAINERS (crx port, [...]): Remove. 2011-03-22 19:58:18 +00:00
config.guess
config.rpath
config.sub
configure configure.ac (arm-semi-aof, [...]): Remove empty cases. 2011-03-22 20:03:41 +00:00
configure.ac configure.ac (arm-semi-aof, [...]): Remove empty cases. 2011-03-22 20:03:41 +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 MAINTAINERS (crx port, [...]): Remove. 2011-03-22 19:58:18 +00: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.