gcc/gcjx ChangeLog Makefile.am Makefile.in TOD ...

tromey@gcc.gnu.org tromey@gcc.gnu.org
Tue Oct 18 22:16:00 GMT 2005


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcjx-branch
Changes by:	tromey@gcc.gnu.org	2005-10-18 22:16:55

Modified files:
	gcjx           : ChangeLog Makefile.am Makefile.in TODO 
	gcjx/model     : class.cc class.hh classinst.cc classinst.hh 
	                 invoke.cc method.cc method.hh parameters.cc 
	                 parameters.hh wildcard.hh 
Added files:
	gcjx           : unify.cc unify.hh 

Log message:
	* model/classinst.hh (model_class_instance::type_map_match_p):
	Removed.
	* model/method.cc (apply_type_map): Updated.
	* model/method.hh (model_method::instance_cache): New field.
	* model/class.cc (create_instance): Updated.
	* model/class.hh (model_class::instances): Removed.
	(model_class::instance_cache): New field.
	* model/parameters.cc (find_instance): New method.
	(add_instance): Likewise.
	* model/parameters.hh (class model_instance_cache): New class.
	
	* model/class.cc (create_type_map): Removed.
	(create_instance): Updated.
	* model/parameters.hh (model_parameters::create_type_map):
	Declare.
	* model/parameters.cc (create_type_map): New method.
	* model/class.hh (model_class::create_instance): Updated
	documentation.
	(model_class::create_type_map): Removed.
	* model/method.hh (model_method::do_method_conversion_p):
	Declare.
	(model_method::method_conversion_p): Likewise.
	* model/method.cc (do_method_conversion_p): New methods.
	(method_conversion_p): Use it.  Return a method.
	(method_conversion_p): New overload.
	
	* model/invoke.hh (model_invocation_base::compute_type_parameters):
	Declare.
	* unify.cc: New file.
	* unify.hh: New file.
	* Makefile.am (headers): Added unify.hh.
	(model_sources): Added unify.cc.
	* model/classinst.cc (get_type_map): New method.
	* model/classinst.hh (model_class_instance::get_type_map): New
	overload.
	* model/wildcard.hh (model_wildcard::wildcard_p): New method.
	(model_wildcard): New constructor.
	(model_wildcard::has_bound_p): New method.
	* model/class.hh (model_class::get_type_parameters): New method.
	(model_class::wildcard_p): Likewise.
	* model/parameters.hh (model_parameters::begin): New method.
	(model_parameters::end): Likewise.
	* model/method.hh (model_method::get_type_parameters): New
	method.
	* model/classinst.hh (model_class_instance::get_type_map):
	Declare.
	* model/wildcard.hh (model_wildcard::super_p): New method.
	(model_wildcard::get_bound): Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/unify.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/unify.hh.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.143&r2=1.1.2.144
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/Makefile.am.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.7&r2=1.1.2.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/Makefile.in.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.8&r2=1.1.2.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/TODO.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.50&r2=1.1.2.51
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/model/class.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.16&r2=1.1.2.17
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/model/class.hh.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.6&r2=1.1.2.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/model/classinst.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.2&r2=1.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/model/classinst.hh.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.2&r2=1.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/model/invoke.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.8&r2=1.1.2.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/model/method.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.7&r2=1.1.2.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/model/method.hh.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.6&r2=1.1.2.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/model/parameters.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/model/parameters.hh.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.2&r2=1.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/model/wildcard.hh.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.2&r2=1.1.2.3



More information about the Gcc-cvs mailing list