Go to file
Aaron Sawdey 842a055189 combine patterns for add-add fusion
This patch adds a function to genfusion.pl to add a couple
more patterns so combine can do fusion of pairs of add and
vaddudm instructions.

gcc/ChangeLog:

	* config/rs6000/genfusion.pl (gen_addadd): New function.
	* config/rs6000/fusion.md: Regenerate file.
	* config/rs6000/rs6000-cpus.def: Add
	OPTION_MASK_P10_FUSION_2ADD to masks.
	* config/rs6000/rs6000.c (rs6000_option_override_internal):
	Handle default value of OPTION_MASK_P10_FUSION_2ADD.
	* config/rs6000/rs6000.opt: Add -mpower10-fusion-2add.

gcc/testsuite/ChangeLog:

	* gcc.target/powerpc/fusion-p10-addadd.c: New file.
2021-05-21 16:20:11 -05:00
c++tools Daily bump. 2021-05-11 00:16:36 +00:00
config Daily bump. 2021-05-19 00:16:45 +00:00
contrib Daily bump. 2021-05-19 00:16:45 +00:00
fixincludes
gcc combine patterns for add-add fusion 2021-05-21 16:20:11 -05:00
gnattools Daily bump. 2021-05-08 00:16:27 +00:00
gotools
include Daily bump. 2021-05-07 00:16:33 +00:00
INSTALL
intl Daily bump. 2021-04-17 00:16:25 +00:00
libada
libatomic
libbacktrace Daily bump. 2021-05-04 00:16:53 +00:00
libcc1 Daily bump. 2021-05-06 00:16:37 +00:00
libcody Daily bump. 2021-04-07 00:16:39 +00:00
libcpp Daily bump. 2021-05-21 00:16:57 +00:00
libdecnumber Daily bump. 2021-05-04 00:16:53 +00:00
libffi
libgcc Fix my name in ChangeLog files. 2021-05-14 12:14:22 +02:00
libgfortran Daily bump. 2021-05-06 00:16:37 +00:00
libgo libgo: update configure to current sources 2021-05-18 19:57:54 -07:00
libgomp [OpenACC privatization] Reject 'static', 'external' in blocks [PR90115] 2021-05-21 20:23:34 +02:00
libiberty Daily bump. 2021-05-07 00:16:33 +00:00
libitm
libobjc
liboffloadmic
libphobos Daily bump. 2021-05-15 00:16:27 +00:00
libquadmath
libsanitizer libsanitizer: Remove cyclades from libsanitizer 2021-05-21 10:30:59 +01:00
libssp
libstdc++-v3 libstdc++: Implement LWG 3490 change to drop_while_view::begin() 2021-05-21 00:05:18 -04:00
libvtv
lto-plugin Daily bump. 2021-05-11 00:16:36 +00:00
maintainer-scripts Daily bump. 2021-05-15 00:16:27 +00:00
zlib
.dir-locals.el
.gitattributes
.gitignore
ABOUT-NLS
ar-lib
ChangeLog Daily bump. 2021-05-19 00:16:45 +00:00
ChangeLog.jit
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure Remove libhsail-rt. 2021-05-11 15:13:30 +02:00
configure.ac Remove libhsail-rt. 2021-05-11 15:13:30 +02: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: Add myself for write after approval 2021-05-17 23:54:34 +03:00
Makefile.def sim: depend on gnulib 2021-05-18 17:45:19 -04:00
Makefile.in sim: depend on gnulib 2021-05-18 17:45:19 -04:00
Makefile.tpl
missing
mkdep
mkinstalldirs
move-if-change
multilib.am
README
symlink-tree
test-driver
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.

Copyright years on GCC source files may be listed using range
notation, e.g., 1987-2012, indicating that every year in the range,
inclusive, is a copyrightable year that could otherwise be listed
individually.