Go to file
Alan Lawrence a8105959bd [AArch64] Idiomatic 64x1 comparisons in arm_neon.h
gcc/:
 
	* config/aarch64/arm_neon.h (vceq_s64, vceq_u64, vceqz_s64, vceqz_u64,
	vcge_s64, vcge_u64, vcgez_s64, vcgt_s64, vcgt_u64, vcgtz_s64, vcle_s64,
	vcle_u64, vclez_s64, vclt_s64, vclt_u64, vcltz_s64, vtst_s64,
	vtst_u64): Rewrite using gcc vector extensions.

gcc/testsuite/:

	* gcc.target/aarch64/singleton_intrinsics_1.c: Generalize regex to
	allow cmlt or sshr.

From-SVN: r222909
2015-05-08 12:00:10 +00:00
INSTALL
boehm-gc
config Improve the test in bitfields.m4 2015-05-05 03:41:53 +00:00
contrib * gennews (files): Add files for GCC 5. 2015-04-22 10:14:03 +02:00
fixincludes fixincludes update for musl support 2015-04-22 14:18:16 +00:00
gcc [AArch64] Idiomatic 64x1 comparisons in arm_neon.h 2015-05-08 12:00:10 +00:00
gnattools
gotools
include
intl
libada
libatomic
libbacktrace
libcc1
libcilkrts
libcpp Fix indentation issues seen by -Wmisleading-indentation 2015-05-05 19:41:11 +00:00
libdecnumber
libffi
libgcc unknown-elf.h (STARTFILE_SPEC): Add conditional linking of crtfastmath.o. 2015-05-06 12:01:05 -04:00
libgfortran libstdc++, libgfortran gthr workaround for musl 2015-04-22 14:24:11 +00:00
libgo re PR go/66016 (Accessing nil Func's name results in crash) 2015-05-05 16:38:57 +00:00
libgomp oacc-init.c (acc_device_lock): Add explanatory comment. 2015-05-06 19:10:14 +00:00
libiberty libiberty/setenv.c: Do not declare environ if defined as a macro. 2015-04-22 19:34:06 +00:00
libitm libitm fixes for musl support 2015-04-22 14:11:25 +00:00
libjava
libmpx configure.ac: Drop AC_PROG_CXX and friends, since libmpx has no C++ sources. 2015-04-27 15:02:46 +00:00
libobjc Improve the test in bitfields.m4 2015-05-05 03:41:53 +00:00
liboffloadmic
libquadmath
libsanitizer
libssp
libstdc++-v3 c.opt (Wterminate): New. 2015-05-05 22:25:01 -04:00
libvtv
lto-plugin
maintainer-scripts
zlib
.dir-locals.el
.gitignore
ABOUT-NLS
COPYING
COPYING.LIB
COPYING.RUNTIME
COPYING3
COPYING3.LIB
ChangeLog configure.ac: Match $host configured with triplets. 2015-05-03 17:31:26 +00:00
ChangeLog.jit
ChangeLog.tree-ssa
MAINTAINERS
Makefile.def
Makefile.in Makefile.tpl: Remove surplus whitespace throughout. 2015-04-22 20:32:18 +02:00
Makefile.tpl Makefile.tpl: Remove surplus whitespace throughout. 2015-04-22 20:32:18 +02:00
README
compile
config-ml.in
config.guess
config.rpath
config.sub
configure configure.ac: Match $host configured with triplets. 2015-05-03 17:31:26 +00:00
configure.ac configure.ac: Match $host configured with triplets. 2015-05-03 17:31:26 +00:00
depcomp
install-sh
libtool-ldflags
libtool.m4
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.

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.