Go to file
Roger Sayle a28b2ac662 expmed.c (div_cost): Replace with...
* expmed.c (div_cost): Replace with...
	(sdiv_cost, udiv_cost): New.
	(init_expmed): Initialize sdiv_cost and udiv_cost, not div_cost.
	Rename the div and mod fields, used to initialize sdiv_pow2_cheap
	and smod_pow2_cheap, to sdiv_32 and smod_32 to avoid confusion.
	(expand_divmod): Replace use of div_cost with either sdiv_cost
	or udiv_cost depending upon the signedness of the operation.

From-SVN: r107641
2005-11-29 03:06:14 +00:00
boehm-gc
config
contrib GCC Regression Tester.wdgt: Rename to GCC_Regression_Tester.wdgt. 2005-11-28 17:41:07 +00:00
fastjar
fixincludes Check the last byte for '\n' 2005-11-25 05:57:10 +00:00
gcc expmed.c (div_cost): Replace with... 2005-11-29 03:06:14 +00:00
gnattools
include
INSTALL
intl
libada
libcpp * cpplib.pot: Regenerate. 2005-11-20 18:08:13 +00:00
libdecnumber * libdecnumber: Import decNumber sources from the dfp-branch. 2005-11-29 09:30:30 +11:00
libffi
libgfortran acinclude.m4 (LIBGFOR_CHECK_PRAGMA_WEAK): Rename to... 2005-11-28 20:51:02 +01:00
libiberty
libjava standard.omit.in: Remove javax/rmi, org/omg, gnu/CORBA and gnu/javax/rmi. 2005-11-25 22:30:53 +00:00
libmudflap libmudflap.exp (libmudflap-init): Remove -static from MUDFLAP_FLAGS if static library not supported. 2005-11-22 20:35:51 +00:00
libobjc
libssp
libstdc++-v3 PR libstdc++/24975 (basic_string) 2005-11-24 01:29:51 +00:00
maintainer-scripts * update_web_docs_svn: Set @srcdir in gcc-vers.texi. 2005-11-23 18:46:40 +00:00
zlib
ABOUT-NLS
ChangeLog * libdecnumber: Import decNumber sources from the dfp-branch. 2005-11-29 09:30:30 +11:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess Sync config.{sub,guess} from upstream sources 2005-11-22 20:41:02 +00:00
config.rpath
config.sub Sync config.{sub,guess} from upstream sources 2005-11-22 20:41:02 +00:00
configure
configure.in
COPYING
COPYING.LIB
depcomp
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS
Makefile.def
Makefile.in
Makefile.tpl
missing
mkdep
mkinstalldirs
move-if-change Import from Autoconf sources: 2005-11-21 13:21:37 +11:00
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.