OSDN Git Service

2008-02-20 Matthias Klose <doko@ubuntu.com>
[pf3gnuchains/gcc-fork.git] / libjava / verify.cc
2006-10-14 kseitz * include/java-insns.h (enum java_code): Add...
2006-02-08 bryce2006-02-08 Bryce McKinlay <mckinlay@redhat.com>
2006-02-01 rschuster2006-02-01 Robert Schuster <robertschuster@fsfe.org>
2005-09-15 tromey PR libgcj/16032:
2005-07-08 tromey2005-07-06 Colin Walters <walters@verbum.org>
2005-06-24 tromeygcc/java/:
2005-04-05 tromey * jni.cc (_Jv_JNI_GetAnyFieldID): Throw ClassNotFoundE...
2005-02-22 tromey PR java/20056:
2005-02-19 tromey PR java/20056:
2005-02-19 tromey PR java/20056:
2004-11-25 tromey * Merged gcj-abi-2-dev-branch to trunk.
2004-11-03 tromey * verify.cc (state::check_no_uninitialized_objects...
2004-08-12 bothner * gcj/javaprims.h (_Jv_Utf8Const): Change struct to...
2004-03-19 ro * verify.cc: Undef PC.
2004-02-01 mkoch2004-02-01 Michael Koch <konqueror@gmx.de>
2004-01-23 tromey PR libgcj/13107:
2004-01-08 tromey PR libgcj/13439:
2003-12-02 jsturm* verify.cc (state::clean_subrs): Clear seen_subrs.
2003-11-19 tromey PR libgcj/13026:
2003-07-24 tromey For PR libgcj/7482:
2003-05-07 tromey * verify.cc: Reverted previous patch.
2003-05-01 tromey PR libgcj/10582:
2003-04-11 tromey * verify.cc (pop64): Removed.
2003-03-03 tromey * verify.cc (handle_jsr_insn): Don't fail if `jsr...
2003-02-16 tromey * verify.cc (_Jv_BytecodeVerifier::pop_jump): Removed...
2003-02-13 tromey * verify.cc (state::seen_subrs): New field.
2002-12-28 mmitchel * boehm.cc: Remove stray semicolon.
2002-12-05 tromeyFixed snafu caused when fixing previous snafu.
2002-12-05 tromeyFixed ChangeLog patch snafu
2002-12-03 aph2002-12-03 Andrew Haley <aph@redhat.com>
2002-11-27 tromey * verify.cc (pop_init_ref): New method.
2002-11-26 tromey * verify.cc (type::compatible): Backed out broken...
2002-11-26 tromey * verify.cc (type::compatible): Check initialization...
2002-06-24 tromey * verify.cc (branch_prepass): Updated for change to...
2002-04-26 tromey * verify.cc (construct_primitive_array_type) [void_typ...
2002-03-10 tromey * verify.cc (state::NO_STACK): New constant.
2002-02-20 tromey Fix for PR libgcj/5696:
2002-02-15 tromey Fix for PR libgcj/5695:
2002-02-14 tromey2002-02-13 Todd Stock <toddastock@yahoo.com>
2002-02-13 tromey2002-02-13 Todd Stock <toddastock@yahoo.com>
2002-02-07 tromey * verify.cc (require_array_type): If argument is a...
2002-02-07 tromey2002-02-06 Mark Wielaard <mark@klomp.org>
2002-02-06 tromey * verify.cc (type::isnull): New method.
2002-02-01 tromey * verify.cc (state::enter_subroutine): New method.
2002-01-30 tromey * verify.cc (handle_ret_insn): Check for subroutine...
2002-01-28 tromey * verify.cc (class _Jv_BytecodeVerifier) [op_invokeint...
2002-01-28 tromey * verify.cc (class _Jv_BytecodeVerifier): Removed...
2002-01-26 bothner * verify.cc (verify_fail): Change from being a top...
2002-01-25 tromeyUpdated copyright date
2002-01-24 bothner * verify.cc (is_assignable_from_slow): If source is...
2001-12-10 tromey * resolve.cc (_Jv_PrepareClass): Verify method here...
2001-12-09 tromey * verify.cc (_Jv_BytecodeVerifier::is_assignable_from_...
2001-12-07 tromey * verify.cc (_Jv_BytecodeVerifier::branch_prepass...
2001-12-07 tromey * verify.cc (_Jv_BytecodeVerifier::FLAG_JSR_TARGET...
2001-12-06 tromey * verify.cc (_Jv_BytecodeVerifier::type_val): Added
2001-12-04 tromey * verify.cc (_Jv_BytecodeVerifier::linked_utf8): New...
2001-12-04 tromey * defineclass.cc (read_one_method_attribute): `end_pc...
2001-12-04 tromey * defineclass.cc (handleMethodsEnd): Invoke verifier...
2001-11-25 tromey * verify.cc (_Jv_BytecodeVerifier::branch_prepass...
2001-11-20 tromey * verify.cc (_Jv_BytecodeVerifier::branch_prepass...
2001-11-20 tromey * verify.cc (_Jv_BytecodeVerifier::require_array_type...
2001-11-19 tromey * verify.cc (_Jv_BytecodeVerifier::verify_instructions_0)
2001-11-19 tromey * verify.cc (type::to_array): New method.
2001-11-19 tromey * verify.cc (_Jv_BytecodeVerifier::branch_prepass...
2001-11-19 tromey * verify.cc (_Jv_BytecodeVerifier::get_type_val_for_si...
2001-11-19 tromey * verify.cc (_Jv_BytecodeVerifier::get_ushort): Use...
2001-11-19 tromey * verify.cc (_Jv_BytecodeVerifier::pop_type): Put...
2001-11-18 tromey * verify.cc: Include StringBuffer.h.
2001-11-16 tromey * verify.cc (_Jv_BytecodeVerifier::check_field_constan...
2001-11-16 tromey * verify.cc (_Jv_BytecodeVerifier::is_assignable_from_...
2001-11-16 tromey * verify.cc (type::compatible): Use _Jv_IsAssignableFrom.
2001-11-15 tromey * verify.cc (class _Jv_BytecodeVerifier) [op_dup2...
2001-11-09 jsturm * verify.cc: Wrap in #ifdef INTERPRETER...#endif.
2001-11-07 tromey * verify.cc (skip_padding): Fail if padding byte is...
2001-11-05 tromey * java/lang/Class.h (Class): Made _Jv_BytecodeVerifier...