Go to file
Roger Sayle cf42869d28 builtins.c (fold_builtin_bitop): New function to perform constant folding of ffs...
* builtins.c (fold_builtin_bitop): New function to perform constant
	folding of ffs, clz, ctz, popcount and parity builtin functions
	and their long and long long variants (such as ffsl and ffsll).
	(fold_builtin): fold_builtin_bitop when appropriate.
	* simplify-rtx.c (simplify_unary_operation): Honor both
	CLZ_DEFINED_VALUE_AT_ZERO and CTZ_DEFINED_VALUE_AT_ZERO when
	evaluating clz and ctz at compile-time, for operands wider
	than HOST_WIDE_INT.

From-SVN: r70806
2003-08-26 13:22:14 +00:00
boehm-gc
config
contrib * gcc_build: Fix handling of -t option. Add -x option. 2003-08-21 18:59:05 +00:00
fastjar
gcc builtins.c (fold_builtin_bitop): New function to perform constant folding of ffs... 2003-08-26 13:22:14 +00:00
include
INSTALL
intl
libf2c
libffi
libiberty
libjava Makefile.am: added gnu/awt/xlib/XOffScreenImage.java. 2003-08-25 19:02:29 +00:00
libobjc
libstdc++-v3 cin_unget-1.txt: New. 2003-08-26 11:46:22 +00:00
maintainer-scripts gcc_release (build_sources): Create/update the LAST_UPDATED file in the source directory with information... 2003-08-24 13:28:53 +00:00
zlib
.cvsignore
ABOUT-NLS
ChangeLog MAINTAINERS: Update my email address. 2003-08-23 20:18:14 +00:00
config-ml.in
config.guess
config.if
config.rpath
config.sub
configure configure.in: Use newline instead of semicolon when assuming shell arguments in a for loop. 2003-08-23 04:17:04 +00:00
configure.in configure.in: Use newline instead of semicolon when assuming shell arguments in a for loop. 2003-08-23 04:17:04 +00:00
COPYING
COPYING.LIB
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS MAINTAINERS: Update my email address. 2003-08-23 20:18:14 +00:00
Makefile.def
Makefile.in
Makefile.tpl
missing
mkdep
mkinstalldirs
move-if-change
README
README.SCO
symlink-tree
ylwrap

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the file 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.html for how to report bugs usefully.