This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc gcjx/ChangeLog gcjx/TODO gcjx/bytecode/cpo ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcjx-branch
Changes by:	tromey@gcc.gnu.org	2005-04-04 00:52:42

Modified files:
	gcjx           : ChangeLog TODO 
	gcjx/bytecode  : cpool.cc cpool.hh 
	gcc/java       : ChangeLog abi.cc abi.hh builtins.cc builtins.hh 
	                 lower.cc 

Log message:
	gcjx
	* bytecode/cpool.cc (get_methodref): New method.
	* bytecode/cpool.hh (constant_pool::get_methodref): Declare.
	gcc/java
	* abi.cc (build_method_call): New stubs.
	(build_field_reference): Likewise.
	* abi.hh (gcj_abi::build_method_call): Declare new overload.
	(gcj_abi::build_field_reference): Likewise.
	(cxx_abi::build_method_call): Declare.
	(cxx_abi::build_field_reference): Likewise.
	(bc_abi::build_method_call): Declare.
	(bc_abi::build_field_reference): Likewise.
	* builtins.cc (map_method_call): New method.
	(map_field_ref): Wrote.
	* builtins.hh (tree_builtins::map_method_call): Declare new
	overload.
	* lower.cc (visit_bytecode_block): Handle invoke_* opcodes.  Set
	TREE_SIDE_EFFECTS in more places.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.65&r2=1.1.2.66
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/TODO.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.24&r2=1.1.2.25
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/bytecode/cpool.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/bytecode/cpool.hh.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/gcc/java/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1529.2.86&r2=1.1529.2.87
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/abi.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.21&r2=1.1.2.22
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/abi.hh.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.9&r2=1.1.2.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/builtins.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.29&r2=1.1.2.30
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/builtins.hh.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.14&r2=1.1.2.15
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/lower.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.17&r2=1.1.2.18


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]