Go to file
Adam Nemet b12cbf2cc5 target.h (struct gcc_target): Add mode_rep_extended.
* target.h (struct gcc_target): Add mode_rep_extended.
	* rtlanal.c (num_sign_bit_copies_in_rep): New global.
	(init_num_sign_bit_copies_in_rep): Initialize it using
	mode_rep_extended.
	(truncate_to_mode): Use it.
	(init_rtlanal): Call init_num_sign_bit_copies_in_rep.
	* targhooks.h (default_mode_rep_extended): Declare it.
	* targhooks.c (default_mode_rep_extended): Define it.
	* target-def.h (TARGET_MODE_REP_EXTENDED): New macro.  Default to
	default_mode_rep_extended.
	(TARGET_INITIALIZER): Include it.
	* doc/tm.texi (Misc): Document it.
	* config/mips/mips.c (TARGET_TRUNCATED_TO_MODE): Override it.
	(mips_truncated_to_mode): New function.

From-SVN: r112998
2006-04-17 01:59:41 +00:00
boehm-gc darwin_stop_world.c (GC_push_all_stacks, [...]): Call vm_deallocate to free act_list. 2006-04-11 22:56:27 +01:00
config
contrib
fixincludes
gcc target.h (struct gcc_target): Add mode_rep_extended. 2006-04-17 01:59:41 +00:00
gnattools
include pex-common.c (pex_input_file, [...]): New functions. 2006-04-12 06:29:21 +00:00
INSTALL
intl
libada
libcpp
libdecnumber
libffi hpux32.S: Correct unwind offset calculation for ffi_closure_pa32. 2006-04-13 00:56:19 +02:00
libgcc-math
libgfortran re PR fortran/26766 ([F2003] Recursive I/O still (again) broken) 2006-04-13 06:24:58 +00:00
libgomp libjava.exp (libjava_init): Recognize multilib directory names containing underscores. 2006-04-10 21:34:19 +00:00
libiberty pex-common.c (pex_input_file, [...]): New functions. 2006-04-12 06:29:21 +00:00
libjava re PR libgcj/26522 (gcc-4.1.0-RC{1,2} install headers into a top-level (root) /include) 2006-04-13 21:04:04 +00:00
libmudflap libjava.exp (libjava_init): Recognize multilib directory names containing underscores. 2006-04-10 21:34:19 +00:00
libobjc
libssp
libstdc++-v3 PR libstdc++/6702 (again) 2006-04-16 09:06:46 +00:00
maintainer-scripts
zlib
ABOUT-NLS
ChangeLog * MAINTAINERS (Write After Approval): Add myself. 2006-04-08 09:03:32 +00:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure configure.in: Require makeinfo 4.4 or higher. 2006-04-05 10:50:58 +10:00
configure.in configure.in: Require makeinfo 4.4 or higher. 2006-04-05 10:50:58 +10:00
COPYING
COPYING.LIB
depcomp
install-sh
libtool-ldflags
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS * MAINTAINERS (Write After Approval): Add myself. 2006-04-08 09:03:32 +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.