Go to file
Paolo Bonzini 2c486ea78c fold-const.c (fold_cond_expr_with_comparison): New function, extracted from fold.
2004-06-21  Paolo Bonzini  <bonzini@gnu.org>

	* fold-const.c (fold_cond_expr_with_comparison):
	New function, extracted from fold.
	(fold): Extract code to fold A op B ? A : C, use
	it to fold A op B ? C : A.  Really optimize
	A & N ? N : 0 where N is a power of two.  Avoid
	relying on canonicalization and recursion for
	foldings of COND_EXPR to happen.

From-SVN: r83428
2004-06-21 08:34:12 +00:00
boehm-gc Makefile.am: Add rule for .S files to fix bootstrap on solaris and alpha. 2004-06-20 11:14:17 +02:00
config Makefile.tpl (touch-stage[+id+]): New. 2004-06-09 08:17:32 +00:00
contrib * tree-ssa.doxy: Update for doxygen 1.3.5. 2004-06-17 07:40:27 -04:00
fastjar acinclude.m4: Quote first argument of AC_DEFUNs. 2004-06-15 07:36:33 +00:00
gcc fold-const.c (fold_cond_expr_with_comparison): New function, extracted from fold. 2004-06-21 08:34:12 +00:00
include
INSTALL
intl
libada
libbanshee Makefile.in: Regenerate with automake 1.8.5. 2004-06-15 07:32:58 +00:00
libcpp Makefile.in: Regenerate with automake 1.8.5. 2004-06-15 07:32:58 +00:00
libf2c
libffi Fix incorrect year for some ChangeLog entries. 2004-06-18 02:24:43 +00:00
libgfortran re PR libfortran/16080 (segmentation fault when reading empty string) 2004-06-19 17:03:16 +00:00
libiberty * pex-win32.c (fix_argv): Expand comment. 2004-05-31 10:32:58 +00:00
libjava jni.exp (gcj_jni_test_one): Add lgcc_s for darwin. 2004-06-18 22:56:56 +02:00
libmudflap Fix incorrect year for some ChangeLog entries. 2004-06-18 02:24:43 +00:00
libobjc Tidied up/fixed compilation of exception.c 2004-06-19 23:46:27 +00:00
libstdc++-v3 Daily bump. 2004-06-21 00:16:16 +00:00
maintainer-scripts gcc_release (build_sources): Move the libcpp gmo files to the source directory. 2004-06-09 09:07:11 +00:00
zlib configure.ac: New name of configure.in. 2004-06-15 14:47:55 +00:00
.cvsignore
ABOUT-NLS
ChangeLog Fix incorrect year for some ChangeLog entries. 2004-06-18 02:24:43 +00:00
ChangeLog.tree-ssa
compile
config-ml.in config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77 like CC. 2004-05-30 23:54:22 +02:00
config.guess
config.if
config.rpath
config.sub
configure configure.in: Don't build Cygwin native newlib if winsup directory is missing. 2004-06-17 15:54:25 -04:00
configure.in configure.in: Don't build Cygwin native newlib if winsup directory is missing. 2004-06-17 15:54:25 -04:00
COPYING
COPYING.LIB
depcomp
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS All right, I'm in! Working on apple-ppc-branch for now, mostly testing. 2004-06-13 00:14:29 +00:00
Makefile.def Makefile.tpl (touch-stage[+id+]): New. 2004-06-09 08:17:32 +00:00
Makefile.in Makefile.tpl (touch-stage[+id+]): New. 2004-06-09 08:17:32 +00:00
Makefile.tpl Makefile.tpl (touch-stage[+id+]): New. 2004-06-09 08:17:32 +00:00
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.