Go to file
Jeff Law f20731b7ca passes.c (init_optimization_passes): Replace copy propagation passes immediately after DOM with phi-only copy...
* passes.c (init_optimization_passes): Replace copy propagation
        passes immediately after DOM with phi-only copy propagation
        pases.  Add phi-only copy propagation pass after first DOM pass.
        * tree-pass.h (pass_phi_only_copy_prop): Declare.
        * tree-ssa-copy.c (init_copy_prop): Accept new PHI_ONLY argument.
        If true, then mark all non-control statements with DONT_SIMULATE_AGAIN.
        (execute_copy_prop): Accept new PHI_ONLY argument.  Pass it along
        to init_copy_prop.  Callers updated.
        (do_phi_only_copy_prop): New function.
        (pass_phi_only_copy_prop): New pass descriptor.

From-SVN: r104705
2005-09-27 12:47:27 -06:00
INSTALL
boehm-gc gc_locks.h (GC_test_and_set): Change the constraint of the first operand to '0'. 2005-09-15 22:35:52 +00:00
config enable.m4: New file. 2005-09-23 16:33:47 +00:00
contrib * gcc_update: Update dependencies for libjava/aclocal.m4. 2005-08-23 10:55:08 +10:00
fastjar
fixincludes re PR target/23139 (-pedantic -ffast-math breaks working code) 2005-09-15 20:09:27 +01:00
gcc passes.c (init_optimization_passes): Replace copy propagation passes immediately after DOM with phi-only copy... 2005-09-27 12:47:27 -06:00
gnattools
include libiberty.h (expandargv): New function. 2005-09-26 20:55:10 +00:00
intl
libada
libcpp c.opt (fextended-identifiers): New. 2005-09-20 21:31:37 +01:00
libffi float1.c (value_type): New typedef. 2005-09-26 19:56:22 +00:00
libgfortran Correct ChangeLog formatting and email address. 2005-09-27 00:02:35 -04:00
libiberty * argv.c (expandargv): Do not use xmalloc_failed. 2005-09-27 15:21:41 +00:00
libjava cvsignore: Likewise. 2005-09-24 00:07:48 +00:00
libmudflap re PR libmudflap/23084 (mudflap crash upon accept() with argement 2 and 3 as NULL) 2005-09-23 21:58:39 +00:00
libobjc re PR libobjc/23108 (alignment bug in libobjc/archive.c) 2005-09-04 10:05:39 -07:00
libssp ALL: Update FSF address. 2005-08-17 03:26:45 +00:00
libstdc++-v3 2005-09-25 Benjamin Kosnik <bkoz@redhat.com> 2005-09-27 01:40:46 +00:00
maintainer-scripts gcc_release: Update with FSF address. 2005-08-15 01:01:02 +00:00
zlib * Imported zlib 1.2.3; merged local changes. 2005-09-12 17:42:53 +00:00
.cvsignore
ABOUT-NLS
COPYING
COPYING.LIB
ChangeLog configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs. 2005-09-19 21:24:46 -04:00
ChangeLog.tree-ssa
MAINTAINERS * MAINTAINERS: Add self as java maintainer. 2005-09-16 16:59:40 +00:00
Makefile.def Makefile.def (libssp): Add to lang_env_dependencies. 2005-08-20 13:43:17 +00:00
Makefile.in Makefile.def (libssp): Add to lang_env_dependencies. 2005-08-20 13:43:17 +00:00
Makefile.tpl Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash. 2005-08-17 15:59:29 +00:00
README
README.SCO
compile
config-ml.in
config.guess
config.rpath
config.sub
configure configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs. 2005-09-19 21:24:46 -04:00
configure.in configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs. 2005-09-19 21:24:46 -04:00
depcomp
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
missing
mkdep
mkinstalldirs
move-if-change
symlink-tree
ylwrap

README

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.