Go to file
Jan Hubicka 73991d6ae7 lcm.c (optimize_mode_switching): Do not rebuild liveness information when no changes has been made.
* lcm.c (optimize_mode_switching):  Do not rebuild liveness information
	when no changes has been made.

	* gcse.c (reg_set_bitmap): Turn into reg_set.
	(modify_mem_list_set, canon_modify_mem_list_set)
	(clear_modify_mem_tables, free_modify_mem_tables): New.
	(gcse_main); Use free_modify_mem_tables.
	(free_gcse_mem): Likewise; free the bitmaps.
	(alloc_gcse_main): Initialize the bitmaps.
	(canon_list_insert): Set canon_modify_mem_list_set.
	(record_last_mem_set_info): Likewise; set modify_mem_list_set.
	(compute_hash_table): Use clear_modify_mem_tables.
	(reset_opr_set_tables): Likewise.
	(oprs_not_set_p): reg_set_bitmap is regset.
	(mark_set, mark_clobber): Likewise.

	* df.h (DF_EQUIV_NOTES): New constant.
	(df_insn_refs_record): Record uses inside or REG_EQUIV/EQUAL notes
	when asked for.

	* sched-rgn.c (CHECK_DEAD_NOTES): New constant.
	(init_regions, schedule_insns): Conditionalize the checking
	code by CHECK_DEAD_NOTES; avoid multiple calls to update_life_info.

From-SVN: r46634
2001-10-30 11:13:49 +00:00
boehm-gc solaris_threads.h: Update to use GC_SOLARIS_THREADS. 2001-10-23 23:21:39 +00:00
config
contrib
fastjar
gcc lcm.c (optimize_mode_switching): Do not rebuild liveness information when no changes has been made. 2001-10-30 11:13:49 +00:00
include * include/safe-ctype.h (_sch_isbasic, IS_ISOBASIC): New. 2001-10-24 19:29:16 +00:00
INSTALL
libchill
libf2c Daily bump. 2001-10-30 08:16:13 +00:00
libffi
libiberty
libjava jni.cc (JNI_CreateJavaVM): Call _Jv_CreateJavaVM. 2001-10-30 10:14:48 +00:00
libobjc Rewritten from scratch class lookup internals - getting a good performance 2001-10-29 21:24:48 +00:00
libstdc++-v3 Daily bump. 2001-10-30 08:16:13 +00:00
maintainer-scripts * update_web_docs: Generate libiberty and gnat-style manuals. 2001-10-29 01:30:31 +00:00
zlib
.cvsignore
ChangeLog * ChangeLog, configure: Fix spelling errors. 2001-10-28 12:08:43 +00:00
config-ml.in
config.guess
config.if
config.sub
configure * ChangeLog, configure: Fix spelling errors. 2001-10-28 12:08:43 +00:00
configure.in
COPYING
COPYING.LIB
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS
Makefile.in
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.