Go to file
Jan Hubicka 8f62128d21 i386.c (x86_inter_unit_moves): New variable.
* i386.c (x86_inter_unit_moves): New variable.
	(ix86_secondary_memory_needed): Fix 64bit case, honor
	TARGET_INTER_UNIT_MOVES
	* i386.h (x86_inter_unit_moves): Declare.
	(TARGET_INTER_UNIT_MOVES): New macro.
	* i386.md (movsi_1): Cleanup constraints; disable
	when not doing inter-unit moves.
	(movsi_1_nointernunit): New.
	(movdi_1_rex64): Fix constraints; deal with SSE->GPR moves.
	(movdi_1_rex64_nointerunit): New.
	(mivsf_1): disable when not doing inter-unit moves.
	(movsf_1_nointerunit): New.

	* basic-block.h (inside_basic_block_p):  Declare.
	* cfgbuild.c (inside_basic_block_p): Make global.
	* haifa-sched.c (unlink_other_notes0: Deal with NOT_INSN_BASIC_BLOCK.
	* scheudle-ebb.c  (schedule_ebb): Return last basic block of trace;
	update CFG.
	(fix_basic_block_boundaries, add_missing_bbs): New.
	(rank): Use profile.
	(scheudle_ebbs): Rely on CFG; update coments.

From-SVN: r62477
2003-02-06 10:03:13 +00:00
boehm-gc
config
contrib
fastjar fastjar.texi: Update to GFDL 1.2. 2003-02-04 01:27:53 +00:00
gcc i386.c (x86_inter_unit_moves): New variable. 2003-02-06 10:03:13 +00:00
include
INSTALL
libf2c configure.in (AC_PROG_CC_WORKS): Define _GNU_SOURCE. 2003-02-04 11:04:04 +01:00
libffi ffi.c (ffi_closure_helper_SYSV): Add hidden visibility attribute. 2003-02-06 00:58:57 +01:00
libiberty fastjar.texi: Update to GFDL 1.2. 2003-02-04 01:27:53 +00:00
libjava PipedOutputStream.java (flush): Declare as throwing IOException. 2003-02-04 21:07:15 +00:00
libobjc
libstdc++-v3 basic_file_libio.h: Fixups. 2003-02-06 08:10:47 +00:00
maintainer-scripts
zlib
.cvsignore
ChangeLog * MAINTAINERS (Write after approval): Add myself. 2003-02-02 21:44:31 +01:00
config-ml.in
config.guess
config.if
config.sub
configure
configure.in
COPYING
COPYING.LIB
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS * MAINTAINERS (Write after approval): Add myself. 2003-02-02 21:44:31 +01:00
Makefile.def
Makefile.in
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 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.