Go to file
Josef Zlomek 398111844b cfgcleanup.c (outgoing_edges_match): Compare the jump tables.
* cfgcleanup.c (outgoing_edges_match): Compare the jump tables.
	(try_crossjump_to_edge): Replace refereces to one jump table by
	references to identical jump table.
	* loop.c (load_mems): Moved setting the JUMP_LABEL to replace_label.
	(replace_label): Moved to rtlanal.c.
	(struct rtx_pair): Moved to rtl.h.
	* rtl.h (struct rtx_pair): Moved from loop.c.
	(replace_label): New extern function.
	(subrtx_p): New extern function.
	(tablejump_p): New extern function.
	* rtlanal.c (replace_label): Moved from loop.c.
	(subrtx_p_1): New static function.
	(subrtx_p): New function.
	(tablejump_p): New function.

From-SVN: r64096
2003-03-10 17:23:44 +00:00
boehm-gc gcconfig.h (GC_data_start): declare when needed. 2003-03-04 22:18:08 +00:00
config configure.in: Replace ${libstdcxx_version} by its value. 2003-03-04 07:23:56 +00:00
contrib test_summary: Add -h, print existing comments as help. 2003-03-09 01:33:00 +00:00
fastjar fastjar.texi: Update to GFDL 1.2. 2003-02-04 01:27:53 +00:00
gcc cfgcleanup.c (outgoing_edges_match): Compare the jump tables. 2003-03-10 17:23:44 +00:00
include * libiberty.h: Document return value of physmem routines. 2003-02-27 20:28:40 +00:00
INSTALL
libf2c configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to config.status. 2003-02-20 09:08:45 +00:00
libffi configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to config.status. 2003-02-20 09:08:45 +00:00
libiberty * cplus-dem.c: Add license exception to copyright notice. 2003-03-04 02:57:16 +00:00
libjava * libjava.jacks/jacks.xfail: Updated to reflect reality. 2003-03-10 16:39:15 +00:00
libobjc configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to config.status. 2003-02-20 09:08:45 +00:00
libstdc++-v3 basic_file_stdio.cc: include <unistd.h>. 2003-03-10 06:55:00 +00:00
maintainer-scripts
zlib configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to config.status. 2003-02-20 09:08:45 +00:00
.cvsignore
ChangeLog MAINTAINERS: Update my mail address. 2003-03-10 16:34:43 +11:00
config-ml.in
config.guess config.guess: Updated to 2003-01-30's version. 2003-01-30 22:44:14 +00:00
config.if config.if: If gcc_version is already set, just use it. 2003-01-30 11:52:51 +00:00
config.sub config.guess: Updated to 2003-01-30's version. 2003-01-30 22:44:14 +00:00
configure configure.in (gxx_include_dir): Fix typo. 2003-03-09 17:08:17 +00:00
configure.in configure.in (gxx_include_dir): Fix typo. 2003-03-09 17:08:17 +00:00
COPYING
COPYING.LIB
install-sh
libtool.m4 libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld. 2003-02-20 01:11:51 +00:00
ltcf-c.sh
ltcf-cxx.sh libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld. 2003-02-20 01:11:51 +00:00
ltcf-gcj.sh ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever it is used as argument to $CC. 2003-02-19 23:50:23 +00:00
ltconfig libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld. 2003-02-20 02:09:45 +00:00
ltmain.sh
MAINTAINERS MAINTAINERS: Update my mail address. 2003-03-10 16:34:43 +11:00
Makefile.def Makefile.def: Remove "snavigator", "grep", and "db" modules. 2003-02-06 15:55:11 -05:00
Makefile.in Makefile.tpl: Reindent. 2003-03-05 01:45:09 +00:00
Makefile.tpl Makefile.tpl: Reindent. 2003-03-05 01:45:09 +00:00
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.