Age | Commit message (Expand) | Author | Files | Lines |
2012-02-01 | re PR libgcj/51500 (106 unexpected libjava testsuite failures with mingw32) | Kai Tietz | 1 | -1/+6 |
2011-07-12 | interpret.cc (check_handler): Fix bit rot. | Andrew Haley | 1 | -2/+2 |
2009-04-28 | interpret.cc (DEBUG): Rename this ... | Dave Korn | 1 | -4/+4 |
2008-09-23 | re PR libgcj/8995 (race cases in interpreter) | Andrew Haley | 1 | -0/+5 |
2007-12-06 | ffi.h.in (FFI_SIZEOF_JAVA_RAW): Define if not already defined. | David Daney | 1 | -20/+27 |
2007-07-31 | configure.ac (INTERPRETER): New AM_CONDITIONAL. | David Daney | 1 | -4/+0 |
2007-07-11 | interpret.cc (get_local_var_table): Make sure the method is compiled. | Keith Seitz | 1 | -1/+5 |
2007-06-15 | java-interp.h (_Jv_LocalVarTableEntry): Add union for bytecode_pc and direct-... | Keith Seitz | 1 | -3/+25 |
2007-05-16 | java-interp.h (breakpoint_at): Declare. | Keith Seitz | 1 | -0/+17 |
2007-05-15 | interpret.cc (STOREA): Rewrite using temporary variable to avoid double-macro... | Keith Seitz | 1 | -44/+65 |
2007-05-04 | interpret.cc: Don't include ExceptionEvent.h. | Keith Seitz | 1 | -1/+0 |
2007-05-04 | jvmti-int.h (_Jv_ReportJVMTIExceptionThrow): Declare. | Keith Seitz | 1 | -5/+86 |
2007-03-07 | ffi.h.in (ffi_closure_alloc, [...]): New. | Alexandre Oliva | 1 | -14/+35 |
2007-02-16 | interpret.cc: Add extra DEBUG_LOCALS_INSN calls for multi-slot variables to m... | Kyle Galloway | 1 | -34/+43 |
2007-02-16 | interpret.cc (_Jv_InterpMethod::check_handler): New method. | Kyle Galloway | 1 | -0/+46 |
2007-02-15 | defineclass.cc (_Jv_ClassReader::read_one_code_attribute): Added LocalVariabl... | Kyle Galloway | 1 | -0/+24 |
2007-01-31 | jvmti-int.h (JVMTI): Declare member "enabled". | Keith Seitz | 1 | -18/+23 |
2007-01-29 | interpret.cc (run_debug): Remove comment. | Tom Tromey | 1 | -86/+92 |
2007-01-25 | interpret.cc: Include gnu/gcj/jvmti/Breakpoint.h... | Keith Seitz | 1 | -1/+6 |
2007-01-09 | Merged gcj-eclipse branch to trunk. | Tom Tromey | 1 | -25/+25 |
2006-10-14 | java-insns.h (enum java_code): Add op_breakpoint. | Keith Seitz | 1 | -0/+25 |
2006-10-10 | java-interp.h (_Jv_InterpMethod::get_insn): Declare. | Keith Seitz | 1 | -0/+40 |
2006-09-30 | java-interp.h (prepared): Change type to pc_t. | Keith Seitz | 1 | -6/+9 |
2006-08-15 | java-interp.h (_Jv_InterpMethod::run_debug): New method. | Kyle Galloway | 1 | -2506/+138 |
2006-07-14 | interpret.cc (_Jv_InterpMethod::run): Don't SAVE_PC for fdiv. | Bryce McKinlay | 1 | -1/+0 |
2006-07-13 | interpret.cc (_Jv_InterpMethod::compile): Add FIXME comment. | Bryce McKinlay | 1 | -5/+22 |
2006-05-04 | re PR libgcj/26861 (VirtualMachineError in interperter.) | Tom Tromey | 1 | -8/+11 |
2006-04-29 | link.cc (_Jv_Linker::resolve_pool_entry): Don't pass vtable_index to resolve_... | Bryce McKinlay | 1 | -37/+20 |
2006-03-03 | * interpret.cc (do_allocate_static_fields): Added comment. | Tom Tromey | 1 | -1/+11 |
2006-02-09 | re PR libgcj/25187 (dereferencing type-punned pointer warnings while building... | Bryce McKinlay | 1 | -2/+1 |
2006-02-08 | link.cc (_Jv_Linker::print_class_loaded): Declare string constants as "const ... | Bryce McKinlay | 1 | -4/+4 |
2006-02-08 | PR libgcj/26063, PR libgcj/17978, PR libgcj/10598: | Tom Tromey | 1 | -10/+15 |
2006-01-30 | java-interp.h (insn_index): New declaration. | Keith Seitz | 1 | -0/+75 |
2006-01-18 | java-interp.h (_Jv_CompileMethod): Add declaration. | Keith Seitz | 1 | -14/+30 |
2005-09-15 | re PR libgcj/16032 (libgcj should reject class files with incorrect version n... | Tom Tromey | 1 | -4/+47 |
2005-07-08 | verify.cc (class _Jv_BytecodeVerifier): Don't check for abstract classes or i... | Colin Walters | 1 | -0/+5 |
2005-06-29 | interpret.cc (run): Use _Jv_CheckCast. | Tom Tromey | 1 | -5/+2 |
2005-06-24 | interpret.cc (compile): Handle case where table entry is outside of PC range. | Tom Tromey | 1 | -1/+5 |
2005-04-22 | jni.cc (natrehash): Don't bother clearing memory again. | Anthony Green | 1 | -1/+0 |
2005-03-10 | New Stack Trace infrastructure. | Bryce McKinlay | 1 | -78/+81 |
2005-01-05 | re PR libgcj/15719 (GIJ Interpeter: Problem with NaN / infinity comparisons) | Tom Tromey | 1 | -2/+2 |
2004-11-25 | * Merged gcj-abi-2-dev-branch to trunk. | Tom Tromey | 1 | -22/+587 |
2004-10-14 | interpret.cc (_Jv_InterpMethod::run): Initialize _Jv_StartOfInterpreter. | Andrew Haley | 1 | -13/+13 |
2004-07-13 | interpret.cc (run): Correctly access libffi return values of integral smaller... | Ulrich Weigand | 1 | -3/+3 |
2004-07-13 | re PR libgcj/7587 (direct threaded interpreter not thread-safe) | Bryce McKinlay | 1 | -2/+22 |
2004-07-13 | re PR libgcj/15713 (compile interpret.cc with -fno-strict-aliasing) | Bryce McKinlay | 1 | -35/+27 |
2004-06-10 | * interpret.cc (run): Handle wide fload. | Tom Tromey | 1 | -1/+5 |
2004-04-16 | interpret.cc (_Jv_InterpMethod::run): Update _Jv_AllocObject arguments to mat... | Bryce McKinlay | 1 | -6/+2 |
2003-10-14 | interpret.cc (_Jv_InterpMethod::run): Don't use libffi types, they were meant... | Paolo Bonzini | 1 | -3/+3 |
2003-01-24 | defineclass.cc (handleMethodsEnd): Precompute code for static method. | Tom Tromey | 1 | -16/+31 |