Go to file
Bernd Schmidt e54273ebec bfin.c (struct loop_info): New members block_bitmap and bad.
* config/bfin/bfin.c (struct loop_info): New members block_bitmap and
	bad.
	(struct loop_work and related VEC declarations): Delete.
	(bfin_dump_loops): Print out new member bad.
	(bfin_bb_in_loop): Use plain bitmap test.  Don't recurse.
	(bfin_scan_loop): Don't recurse.
	(bfin_optimize_loop): Don't use a loop depth of -1 to indicate bad
	loops.  No longer need to update outer loops if the current one is
	found bad.  Move some validitiy checks to bfin_discover_loop.
	(bfin_discover_loop): New function, mostly split from bfin_reorg_loops,
	but changed not to check for nesting.  Also changed to use the new bad
	flag.
	(bfin_reorg_loops): Use bfin_discover_loop to find single loops one at a
	time.  Use bitmap based test to discover loop nesting.

From-SVN: r116972
2006-09-15 14:41:43 +00:00
boehm-gc re PR boehm-gc/29068 (Bootstrap fails building libjava on SPARC/Solaris) 2006-09-14 18:06:04 +00:00
config
contrib
fixincludes
gcc bfin.c (struct loop_info): New members block_bitmap and bad. 2006-09-15 14:41:43 +00:00
gnattools
include
INSTALL
intl re PR other/23541 (All error messages produce segfault) 2006-09-13 21:23:28 +00:00
libada
libcpp re PR c/28768 (Preprocessor doesn't parse tokens correctly?) 2006-09-13 02:04:18 +01:00
libdecnumber
libffi re PR libffi/23935 ($PREFIX/include/ffi.h needs to go to a target- and -version-dependent location) 2006-09-12 16:51:43 +00:00
libgfortran re PR fortran/29053 (Consecutive STREAM I/O file positions mixed up) 2006-09-15 13:16:15 +00:00
libgomp re PR c/28768 (Preprocessor doesn't parse tokens correctly?) 2006-09-13 02:04:18 +01:00
libiberty Fix some whitespace issues in the changelog. 2006-09-12 00:46:08 -07:00
libjava re PR boehm-gc/29068 (Bootstrap fails building libjava on SPARC/Solaris) 2006-09-14 18:06:04 +00:00
libmudflap
libobjc Fix some whitespace issues in the changelog. 2006-09-12 00:44:18 -07:00
libssp
libstdc++-v3 concurrence.h (__mutex::__mutex): Pass address of mutex to *_MUTEX_INIT_FUNCTION. 2006-09-14 22:28:55 +00:00
maintainer-scripts
zlib
ABOUT-NLS
ChangeLog Fix some white space issues in the changelog. 2006-09-12 00:42:10 -07:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure
configure.in
COPYING
COPYING.LIB
depcomp
install-sh
libtool-ldflags
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS * MAINTAINERS: Add self as soft-fp maintainer. 2006-09-10 11:51:11 +01:00
Makefile.def
Makefile.in
Makefile.tpl
missing
mkdep
mkinstalldirs
move-if-change
README
README.SCO
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.