Go to file
Alex Samuel 6308dae99a ssa.c (convert_to_ssa): Eliminate dead code when calling life_analysis.
* ssa.c (convert_to_ssa): Eliminate dead code when calling
	life_analysis.
	(convert_from_ssa): Call compute_bb_for_insn before life_analysis.
	(for_each_successor_phi): Change parameter to basic_block.
	(coalesce_regs_in_successor_phi_nodes): Likewise.
	(coalesce_regs_in_copies): Likewise.
	(compute_coalesced_reg_partition): Use basic_block instead of index.
	* rtl.h (convert_to_ssa): Delete.
	(convert_from_ssa): Likewise.
	(successor_phi_fn): Likewise.
	(for_each_successor_phi): Likewise.
	(in_ssa_form): Likewise.
	* basic-block.h (convert_to_ssa): Moved from rtl.h.
	(convert_from_ssa): Likewise.
	(successor_phi_fn): Likewise.
	(in_ssa_form): Likewise.
	(for_each_successor_phi): Likewise.  Change parameter to basic_block.
	* flow.c (calculate_global_regs_live): Pass a basic_block to
	for_each_successor_phi.

From-SVN: r33032
2000-04-09 01:16:44 +00:00
boehm-gc misc.c (GC_enable): Always define GC_enable and GC_disable. 2000-04-02 15:36:43 +00:00
config
contrib
etc
gcc ssa.c (convert_to_ssa): Eliminate dead code when calling life_analysis. 2000-04-09 01:16:44 +00:00
include * splay-tree.h (splay_tree_remove): Declare. 2000-04-05 17:12:41 -07:00
INSTALL
libchill * basicio.c (PATH_MAX): Always provide a definition. 2000-04-03 01:21:06 -06:00
libf2c Daily bump. 2000-04-08 01:45:08 -06:00
libffi Top level: 2000-04-04 11:22:01 -07:00
libiberty * splay-tree.c (splay_tree_remove): New. 2000-04-05 17:13:50 -07:00
libio * configure.in: Indent the # of #include_next one space. 2000-04-02 22:51:55 +00:00
libjava configure: Rebuilt. 2000-04-06 00:29:39 +00:00
libobjc Protocol.h, [...]: Change #endif labels to comments. 2000-03-29 20:19:06 +00:00
libstdc++ * configure.in: -linux-gnu*, not -linux-gnu. 2000-03-29 21:11:39 -05:00
texinfo
zlib
.cvsignore
ChangeLog * MAINTAINERS: Added myself. 2000-04-06 14:58:05 +00:00
config-ml.in
config.guess
config.if configure.in (enable_libstdcxx_v3): Add. 2000-04-06 06:48:16 +00:00
config.sub Recognize d30v-elf as d30v-unknown-elf 2000-04-06 00:23:39 +00:00
configure
configure.in configure.in (enable_libstdcxx_v3): Add. 2000-04-06 06:48:16 +00:00
COPYING
COPYING.LIB
install-sh
ltconfig
ltmain.sh
MAINTAINERS * MAINTAINERS: Added myself. 2000-04-06 14:58:05 +00:00
Makefile.in configure.in (enable_libstdcxx_v3): Add. 2000-04-06 06:48:16 +00:00
missing
mkinstalldirs
move-if-change
README
symlink-tree
ylwrap

		   README for GNU development tools

This directory contains various GNU compilers, assemblers, linkers, 
debuggers, etc., plus their support routines, definitions, and documentation.


Check the INSTALL directory for detailed configuration and installation
instructions.


Much of the code and documentation enclosed is copyright by
the Free Software Foundation, Inc.  See the file COPYING or
COPYING.LIB in the various directories, for a description of the
GNU General Public License terms under which you can copy the files.

REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info
on where and how to report problems.