aboutsummaryrefslogtreecommitdiff
path: root/libjava/verify.cc
AgeCommit message (Expand)Author
2003-07-24 For PR libgcj/7482:tromey
2003-05-07 * verify.cc: Reverted previous patch.tromey
2003-05-01 PR libgcj/10582:tromey
2003-04-11 * verify.cc (pop64): Removed.tromey
2003-03-03 * verify.cc (handle_jsr_insn): Don't fail if `jsr' appears at endtromey
2003-02-16 * verify.cc (_Jv_BytecodeVerifier::pop_jump): Removed unusedtromey
2003-02-13 * verify.cc (state::seen_subrs): New field.tromey
2002-12-28 * boehm.cc: Remove stray semicolon.mmitchel
2002-12-05Fixed snafu caused when fixing previous snafu.tromey
2002-12-05Fixed ChangeLog patch snafutromey
2002-12-032002-12-03 Andrew Haley <aph@redhat.com>aph
2002-11-27 * verify.cc (pop_init_ref): New method.tromey
2002-11-26 * verify.cc (type::compatible): Backed out broken change.tromey
2002-11-26 * verify.cc (type::compatible): Check initialization statustromey
2002-06-24 * verify.cc (branch_prepass): Updated for change to exceptiontromey
2002-04-26 * verify.cc (construct_primitive_array_type) [void_type]: Newtromey
2002-03-10 * verify.cc (state::NO_STACK): New constant.tromey
2002-02-20 Fix for PR libgcj/5696:tromey
2002-02-15 Fix for PR libgcj/5695:tromey
2002-02-142002-02-13 Todd Stock <toddastock@yahoo.com>tromey
2002-02-132002-02-13 Todd Stock <toddastock@yahoo.com>tromey
2002-02-07 * verify.cc (require_array_type): If argument is a null array oftromey
2002-02-072002-02-06 Mark Wielaard <mark@klomp.org>tromey
2002-02-06 * verify.cc (type::isnull): New method.tromey
2002-02-01 * verify.cc (state::enter_subroutine): New method.tromey
2002-01-30 * verify.cc (handle_ret_insn): Check for subroutine merge here...tromey
2002-01-28 * verify.cc (class _Jv_BytecodeVerifier) [op_invokeinterface]:tromey
2002-01-28 * verify.cc (class _Jv_BytecodeVerifier): Removed `FIXME' commenttromey
2002-01-26 * verify.cc (verify_fail): Change from being a top-level functionbothner
2002-01-25Updated copyright datetromey
2002-01-24 * verify.cc (is_assignable_from_slow): If source is an interface,bothner
2001-12-10 * resolve.cc (_Jv_PrepareClass): Verify method here...tromey
2001-12-09 * verify.cc (_Jv_BytecodeVerifier::is_assignable_from_slow):tromey
2001-12-07 * verify.cc (_Jv_BytecodeVerifier::branch_prepass): Set start_PCtromey
2001-12-07 * verify.cc (_Jv_BytecodeVerifier::FLAG_JSR_TARGET): Removed.tromey
2001-12-06 * verify.cc (_Jv_BytecodeVerifier::type_val): Addedtromey
2001-12-04 * verify.cc (_Jv_BytecodeVerifier::linked_utf8): New structure.tromey
2001-12-04 * defineclass.cc (read_one_method_attribute): `end_pc' for antromey
2001-12-04 * defineclass.cc (handleMethodsEnd): Invoke verifier here...tromey
2001-11-25 * verify.cc (_Jv_BytecodeVerifier::branch_prepass): Usetromey
2001-11-20 * verify.cc (_Jv_BytecodeVerifier::branch_prepass) [op_iinc]:tromey
2001-11-20 * verify.cc (_Jv_BytecodeVerifier::require_array_type): Specialtromey
2001-11-19 * verify.cc (_Jv_BytecodeVerifier::verify_instructions_0)tromey
2001-11-19 * verify.cc (type::to_array): New method.tromey
2001-11-19 * verify.cc (_Jv_BytecodeVerifier::branch_prepass) [op_sipush]:tromey
2001-11-19 * verify.cc (_Jv_BytecodeVerifier::get_type_val_for_signature):tromey
2001-11-19 * verify.cc (_Jv_BytecodeVerifier::get_ushort): Use `jint' fortromey
2001-11-19 * verify.cc (_Jv_BytecodeVerifier::pop_type): Put PC into errortromey
2001-11-18 * verify.cc: Include StringBuffer.h.tromey
2001-11-16 * verify.cc (_Jv_BytecodeVerifier::check_field_constant): Handletromey