Go to file
Andreas Krebbel c354951b7e target.def: Define canonicalize_comparison hook.
2012-12-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

	* target.def: Define canonicalize_comparison hook.
	* targhooks.h (default_canonicalize_comparison): New prototype.
	* targhooks.c (default_canonicalize_comparison): New function.
	* doc/tm.texi: Add documentation for the new target hook.
	* doc/tm.texi.in: Likewise.
	* combine.c (try_combine): Adjust to use the target hook.
	* config/alpha/alpha.h (CANONICALIZE_COMPARISON): Remove macro
	definition.
	* config/alpha/alpha.c (alpha_canonicalize_comparison): New
	function.
	(TARGET_CANONICALIZE_COMPARISON): New macro definition.
	* config/arm/arm-protos.h (arm_canonicalize_comparison): Remove
	prototype.
	* config/arm/arm.c (arm_canonicalize_comparison): Add new
	parameter.
	(TARGET_CANONICALIZE_COMPARISON): New macro definition.
	* config/arm/arm.h (CANONICALIZE_COMPARISON): Remove macro
	definition.
	* config/s390/s390-protos.h (s390_canonicalize_comparison): Remove
	prototype.
	* config/s390/s390.c (s390_canonicalize_comparison): Add new
	parameter.
	(TARGET_CANONICALIZE_COMPARISON): New macro definition.
	* config/s390/s390.h (CANONICALIZE_COMPARISON): Remove macro
	definition.
	* config/sh/sh-protos.h (sh_canonicalize_comparison): Remove
	prototype.
	* config/sh/sh.c (sh_canonicalize_comparison): Add new prototype.  New
	function overloading the old one.
	(TARGET_CANONICALIZE_COMPARISON): New macro definition.
	* config/sh/sh.h (CANONICALIZE_COMPARISON): Remove macro
	definition.
	* config/spu/spu.c (spu_canonicalize_comparison): New function.
	(TARGET_CANONICALIZE_COMPARISON): New macro definition.
	* config/spu/spu.h (CANONICALIZE_COMPARISON): Remove macro
	definition.

From-SVN: r194608
2012-12-19 12:39:17 +00:00
boehm-gc
config Use libstdc++-raw-cxx.m4 in libjava 2012-12-12 05:40:15 -08:00
contrib
fixincludes
gcc target.def: Define canonicalize_comparison hook. 2012-12-19 12:39:17 +00:00
gnattools
include re PR other/54324 (GCC install document does not list minimum required g++ version) 2012-12-18 15:19:43 +00:00
INSTALL
intl
libada
libatomic re PR go/55201 (libgo.so: undefined reference to `__atomic_compare_exchange_8') 2012-12-18 22:04:08 +00:00
libbacktrace
libcpp
libdecnumber
libffi
libgcc fp16.c (__gnu_f2h_internal): Fix inaccuracy when aexp is 25. 2012-12-13 12:05:30 +00:00
libgfortran
libgo libgo: Link against libatomic_convenience.la. 2012-12-18 22:07:38 +00:00
libgomp
libiberty
libitm
libjava PR gcc/55716 [4.8 Regression] gjavah throws an exception 2012-12-18 10:00:18 +00:00
libmudflap * mf-hooks1.c (free): Return on NULL before any logging. 2012-12-15 10:24:50 +00:00
libobjc
libquadmath cbrtq.c (cbrtq): Use Q suffixed floating point constants instead of L suffixed ones. 2012-12-13 13:35:56 +01:00
libsanitizer Restore AM_MAKEFLAGS in libsanitizer 2012-12-12 07:41:36 -08:00
libssp
libstdc++-v3 abi.xml: Update URLs for C++ ABI. 2012-12-18 11:08:33 +00:00
lto-plugin
maintainer-scripts
zlib
ABOUT-NLS
ChangeLog libgo: Link against libatomic. 2012-12-18 14:28:24 +00:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub Sync config.sub with src 2012-12-12 05:55:00 -08:00
configure configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF. 2012-12-16 08:24:29 +01:00
configure.ac configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF. 2012-12-16 08:24:29 +01: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
Makefile.def libgo: Link against libatomic. 2012-12-18 14:28:24 +00:00
Makefile.in libgo: Link against libatomic. 2012-12-18 14:28:24 +00:00
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.

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.