gcc/libbanshee
Giovanni Bajo 093ff71e71 re PR bootstrap/15627 (Sun CC cannot bootstrap GCC)
PR bootstrap/15627
	* engine/flowrow-sort.c (update_upper_bound): Converted comment to
	C-style.
	(flowrow_inclusion): Likewise.
	(flowrow_extract_field): Unnest field_eq.
	* engine/setif-sort.c (search_ubs): Unnest search_ubs_aux.
	(search_lbs): Unnest search_lbs_aux.
	(setif_inclusion): Unnest collapse_cycle_lower, collapse_cycle_upper,
	update_lower_bound, update_upper_bound.

From-SVN: r83730
2004-06-27 11:21:13 +00:00
..
engine re PR bootstrap/15627 (Sun CC cannot bootstrap GCC) 2004-06-27 11:21:13 +00:00
libcompat Makefile.in: Regenerate with automake 1.8.5. 2004-06-15 07:32:58 +00:00
points-to Makefile.in: Regenerate with automake 1.8.5. 2004-06-15 07:32:58 +00:00
.cvsignore Makefile.in: Regenerate with automake 1.8.5. 2004-06-15 07:32:58 +00:00
AUTHORS Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
COPYING Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
COPYRIGHT Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
ChangeLog re PR bootstrap/15627 (Sun CC cannot bootstrap GCC) 2004-06-27 11:21:13 +00:00
INSTALL Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
Makefile.am Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
Makefile.in Makefile.in: Regenerate with automake 1.8.5. 2004-06-15 07:32:58 +00:00
NEWS Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
README Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
aclocal.m4 Makefile.in: Regenerate with automake 1.8.5. 2004-06-15 07:32:58 +00:00
config.h.in configure.in: Rename to ... 2004-05-29 17:46:24 +00:00
configure Makefile.in: Regenerate with automake 1.8.5. 2004-06-15 07:32:58 +00:00
configure.ac configure.in: Rename to ... 2004-05-29 17:46:24 +00:00

README

This is banshee, a toolkit for constructing constraint-based program analyses.
See the user manual in docs/banshee.ps for a complete description of banshee.

This is a beta release of banshee. Although banshee has been designed to solve
many kinds of constraints, it has only been extensively tested on 
Andersen's-style points-to analysis. 

banshee is distributed under the BSD license. See the COPYRIGHT file for more
details.

Send bug reports to jkodumal@cs.berkeley.edu.