Age | Commit message (Expand) | Author | Files | Lines |
2003-12-02 | verify.cc (state::clean_subrs): Clear seen_subrs. | Jeff Sturm | 1 | -3/+3 |
2003-11-19 | re PR libgcj/13026 (libgcj verifier failure) | Tom Tromey | 1 | -3/+4 |
2003-07-24 | For PR libgcj/7482: | Tom Tromey | 1 | -232/+310 |
2003-05-07 | * verify.cc: Reverted previous patch. | Tom Tromey | 1 | -2/+60 |
2003-05-01 | re PR libgcj/10582 (array assignment fails in some situations) | Tom Tromey | 1 | -60/+2 |
2003-04-11 | verify.cc (pop64): Removed. | Tom Tromey | 1 | -11/+17 |
2003-03-03 | verify.cc (handle_jsr_insn): Don't fail if `jsr' appears at end of bytecode. | Tom Tromey | 1 | -10/+15 |
2003-02-16 | verify.cc (_Jv_BytecodeVerifier::pop_jump): Removed unused variable. | Tom Tromey | 1 | -2/+0 |
2003-02-13 | verify.cc (state::seen_subrs): New field. | Tom Tromey | 1 | -5/+58 |
2002-12-28 | boehm.cc: Remove stray semicolon. | Mark Mitchell | 1 | -28/+28 |
2002-12-05 | Fixed snafu caused when fixing previous snafu. | Tom Tromey | 1 | -2/+2 |
2002-12-05 | Fixed ChangeLog patch snafu | Tom Tromey | 1 | -2/+2 |
2002-12-03 | natClassLoader.cc (_Jv_PrepareCompiledClass): Call _Jv_PushClass. | Andrew Haley | 1 | -3/+3 |
2002-11-27 | verify.cc (pop_init_ref): New method. | Tom Tromey | 1 | -26/+48 |
2002-11-26 | * verify.cc (type::compatible): Backed out broken change. | Tom Tromey | 1 | -5/+5 |
2002-11-26 | verify.cc (type::compatible): Check initialization status first. | Tom Tromey | 1 | -6/+5 |
2002-06-24 | verify.cc (branch_prepass): Updated for change to exception handler type. | Tom Tromey | 1 | -12/+12 |
2002-04-26 | verify.cc (construct_primitive_array_type): New case. | Tom Tromey | 1 | -0/+61 |
2002-03-10 | verify.cc (state::NO_STACK): New constant. | Tom Tromey | 1 | -22/+53 |
2002-02-20 | re PR libgcj/5696 (natClass.cc run through superclasses of target if they exi... | Tom Tromey | 1 | -12/+12 |
2002-02-15 | re PR libgcj/5695 (verify.cc test that target is an object before running dow... | Tom Tromey | 1 | -4/+26 |
2002-02-14 | re PR libgcj/5670 (verify.cc not properly merging states) | Todd Stock | 1 | -2/+14 |
2002-02-13 | re PR libgcj/5671 (verify.cc problem merging local variables) | Todd Stock | 1 | -2/+7 |
2002-02-07 | verify.cc (require_array_type): If argument is a null array of references, re... | Tom Tromey | 1 | -2/+4 |
2002-02-07 | verify.cc (verify_instructions_0): Actually push the duplicate of a wide type. | Mark Wielaard | 1 | -0/+2 |
2002-02-06 | verify.cc (type::isnull): New method. | Tom Tromey | 1 | -1/+10 |
2002-02-01 | verify.cc (state::enter_subroutine): New method. | Tom Tromey | 1 | -10/+30 |
2002-01-30 | verify.cc (handle_ret_insn): Check for subroutine merge here... | Tom Tromey | 1 | -9/+72 |
2002-01-28 | verify.cc (class _Jv_BytecodeVerifier): `nargs' byte is number of words, not ... | Tom Tromey | 1 | -7/+16 |
2002-01-28 | verify.cc (class _Jv_BytecodeVerifier): Removed `FIXME' comment and to-do list. | Tom Tromey | 1 | -13/+14 |
2002-01-25 | verify.cc (verify_fail): Change from being a top-level function to e method o... | Per Bothner | 1 | -106/+107 |
2002-01-25 | Updated copyright date | Tom Tromey | 1 | -1/+1 |
2002-01-24 | verify.cc (is_assignable_from_slow): If source is an interface, we must also ... | Per Bothner | 1 | -1/+3 |
2001-12-10 | resolve.cc (_Jv_PrepareClass): Verify method here... | Tom Tromey | 1 | -28/+83 |
2001-12-09 | verify.cc (_Jv_BytecodeVerifier::is_assignable_from_slow): Handle case of arr... | Tom Tromey | 1 | -6/+8 |
2001-12-07 | verify.cc (_Jv_BytecodeVerifier::branch_prepass): Set start_PC earlier, for e... | Tom Tromey | 1 | -3/+8 |
2001-12-07 | verify.cc (_Jv_BytecodeVerifier::FLAG_JSR_TARGET): Removed. | Tom Tromey | 1 | -2/+0 |
2001-12-06 | verify.cc (_Jv_BytecodeVerifier::type_val): Added unused_by_subroutine_type. | Tom Tromey | 1 | -19/+182 |
2001-12-04 | verify.cc (_Jv_BytecodeVerifier::linked_utf8): New structure. | Tom Tromey | 1 | -4/+45 |
2001-12-04 | defineclass.cc (read_one_method_attribute): `end_pc' for an exception can be ... | Tom Tromey | 1 | -33/+55 |
2001-12-04 | defineclass.cc (handleMethodsEnd): Invoke verifier here... | Tom Tromey | 1 | -2/+2 |
2001-11-25 | verify.cc (_Jv_BytecodeVerifier::branch_prepass): Use java_opcode as type for... | Tom Tromey | 1 | -8/+8 |
2001-11-20 | verify.cc (_Jv_BytecodeVerifier::branch_prepass): Uses two operand bytes, not... | Tom Tromey | 1 | -6/+6 |
2001-11-20 | verify.cc (_Jv_BytecodeVerifier::require_array_type): Special case for boolea... | Tom Tromey | 1 | -3/+13 |
2001-11-19 | verify.cc (_Jv_BytecodeVerifier::verify_instructions_0): Shift argument is an... | Tom Tromey | 1 | -3/+6 |
2001-11-19 | verify.cc (type::to_array): New method. | Tom Tromey | 1 | -1/+18 |
2001-11-19 | verify.cc (_Jv_BytecodeVerifier::branch_prepass): Skip a short, not a byte. | Tom Tromey | 1 | -2/+2 |
2001-11-19 | verify.cc (_Jv_BytecodeVerifier::get_type_val_for_signature): Added `B' case. | Tom Tromey | 1 | -0/+3 |
2001-11-19 | verify.cc (_Jv_BytecodeVerifier::get_ushort): Use `jint' for temporary values. | Tom Tromey | 1 | -10/+10 |
2001-11-19 | verify.cc (_Jv_BytecodeVerifier::pop_type): Put PC into error message. | Tom Tromey | 1 | -12/+16 |