Always use PIC option with -shared in libtool
[gcc.git] / libjava / interpret.cc
2012-02-01 Kai Tietzre PR libgcj/51500 (106 unexpected libjava testsuite...
2011-07-12 Andrew Haleyinterpret.cc (check_handler): Fix bit rot.
2009-04-28 Dave Korninterpret.cc (DEBUG): Rename this ...
2008-09-23 Andrew Haleyre PR libgcj/8995 (race cases in interpreter)
2007-12-06 David Daneyffi.h.in (FFI_SIZEOF_JAVA_RAW): Define if not already...
2007-07-31 David Daneyconfigure.ac (INTERPRETER): New AM_CONDITIONAL.
2007-07-11 Keith Seitzinterpret.cc (get_local_var_table): Make sure the metho...
2007-06-15 Keith Seitzjava-interp.h (_Jv_LocalVarTableEntry): Add union for...
2007-05-16 Keith Seitzjava-interp.h (breakpoint_at): Declare.
2007-05-15 Keith Seitzinterpret.cc (STOREA): Rewrite using temporary variable...
2007-05-04 Keith Seitzinterpret.cc: Don't include ExceptionEvent.h.
2007-05-04 Keith Seitzjvmti-int.h (_Jv_ReportJVMTIExceptionThrow): Declare.
2007-03-07 Alexandre Olivaffi.h.in (ffi_closure_alloc, [...]): New.
2007-02-16 Kyle Gallowayinterpret.cc: Add extra DEBUG_LOCALS_INSN calls for...
2007-02-16 Kyle Gallowayinterpret.cc (_Jv_InterpMethod::check_handler): New...
2007-02-15 Kyle Gallowaydefineclass.cc (_Jv_ClassReader::read_one_code_attribut...
2007-01-31 Keith Seitzjvmti-int.h (JVMTI): Declare member "enabled".
2007-01-29 Tom Tromeyinterpret.cc (run_debug): Remove comment.
2007-01-25 Keith Seitzinterpret.cc: Include gnu/gcj/jvmti/Breakpoint.h...
2007-01-09 Tom TromeyMerged gcj-eclipse branch to trunk.
2006-10-14 Keith Seitzjava-insns.h (enum java_code): Add op_breakpoint.
2006-10-10 Keith Seitzjava-interp.h (_Jv_InterpMethod::get_insn): Declare.
2006-09-30 Keith Seitzjava-interp.h (prepared): Change type to pc_t.
2006-08-15 Kyle Gallowayjava-interp.h (_Jv_InterpMethod::run_debug): New method.
2006-07-14 Bryce McKinlayinterpret.cc (_Jv_InterpMethod::run): Don't SAVE_PC...
2006-07-13 Bryce McKinlayinterpret.cc (_Jv_InterpMethod::compile): Add FIXME...
2006-05-04 Tom Tromeyre PR libgcj/26861 (VirtualMachineError in interperter.)
2006-04-29 Bryce McKinlaylink.cc (_Jv_Linker::resolve_pool_entry): Don't pass...
2006-03-03 Tom Tromey* interpret.cc (do_allocate_static_fields): Added comment.
2006-02-09 Bryce McKinlayre PR libgcj/25187 (dereferencing type-punned pointer...
2006-02-08 Bryce McKinlaylink.cc (_Jv_Linker::print_class_loaded): Declare strin...
2006-02-08 Tom TromeyPR libgcj/26063, PR libgcj/17978, PR libgcj/10598:
2006-01-30 Keith Seitzjava-interp.h (insn_index): New declaration.
2006-01-18 Keith Seitzjava-interp.h (_Jv_CompileMethod): Add declaration.
2005-09-15 Tom Tromeyre PR libgcj/16032 (libgcj should reject class files...
2005-07-08 Colin Waltersverify.cc (class _Jv_BytecodeVerifier): Don't check...
2005-06-29 Tom Tromeyinterpret.cc (run): Use _Jv_CheckCast.
2005-06-24 Tom Tromeyinterpret.cc (compile): Handle case where table entry...
2005-04-22 Anthony Greenjni.cc (natrehash): Don't bother clearing memory again.
2005-03-10 Bryce McKinlayNew Stack Trace infrastructure.
2005-01-05 Tom Tromeyre PR libgcj/15719 (GIJ Interpeter: Problem with NaN...
2004-11-25 Tom Tromey* Merged gcj-abi-2-dev-branch to trunk.
2004-10-14 Andrew Haleyinterpret.cc (_Jv_InterpMethod::run): Initialize _Jv_St...
2004-07-13 Ulrich Weigandinterpret.cc (run): Correctly access libffi return...
2004-07-13 Bryce McKinlayre PR libgcj/7587 (direct threaded interpreter not...
2004-07-13 Bryce McKinlayre PR libgcj/15713 (compile interpret.cc with -fno...
2004-06-10 Tom Tromey* interpret.cc (run): Handle wide fload.
2004-04-16 Bryce McKinlayinterpret.cc (_Jv_InterpMethod::run): Update _Jv_AllocO...
2003-10-14 Paolo Bonziniinterpret.cc (_Jv_InterpMethod::run): Don't use libffi...
2003-01-24 Tom Tromeydefineclass.cc (handleMethodsEnd): Precompute code...
2002-12-28 Mark Mitchellboehm.cc: Remove stray semicolon.
2002-12-06 Tom Tromeyjava-interp.h (class _Jv_InterpMethod): Added JV_MARKOB...
2002-11-26 Tom Tromeyverify.cc (type::compatible): Check initialization...
2002-10-08 Ulrich Weigandinterpret.cc (_Jv_InterpMethod::run): Use UINT32 instea...
2002-08-29 Tom Tromeyjvm.h (struct _Jv_frame_info): New structure.
2002-06-24 Tom Tromeyverify.cc (branch_prepass): Updated for change to excep...
2002-04-26 Tom Tromeyverify.cc (construct_primitive_array_type): New case.
2002-02-10 Andreas Toblerinterpret.cc (continue1): Use PUSHL, not PUSHI.
2002-02-08 Tom Tromeyinterpret.cc (convert): New function.
2002-01-12 Chris Searsinterpret.cc (NULLARRAYCHECK): New macro.
2002-01-08 Chris Searsinterpret.cc (ARRAYBOUNDSCHECK): New macro.
2001-10-16 Bryce McKinlayEliminate use of C++ static constructors.
2001-09-21 Richard Hendersonjvm.h (_Jv_VTable): Handle function descriptors for...
2001-03-26 Richard Hendersonexception.cc (java_eh_info): Make value type jthrowable.
2001-02-15 Anthony Greendefineclass.cc: Don't include alloca.h.
2001-02-12 Jeff Sturminterpret.cc (continue1): [insn_invokevirtual] Do an...
2000-10-20 Tom TromeyFrom Arno J. Klaassen:
2000-10-06 Tom TromeynatField.cc (BooleanClass): Don't define.
2000-09-14 Alexandre Olivadefineclass.cc: Include alloca.h only if HAVE_ALLOCA_H.
2000-08-02 Bryce McKinlay[multiple changes]
2000-07-28 Andrew Haleyinterpret.cc (continue1): Insert missing break into...
2000-05-31 Bryce McKinlaycni.h: Include <string.h>.
2000-05-19 Tom TromeyJumbo patch:
2000-03-26 Tom Tromey[multiple changes]
2000-03-07 Tom TromeyAll files: Updated copyright information.
2000-03-02 Tom Tromeyjava-interp.h: Don't include MethodInvocation.h.
2000-02-11 Tom Tromeyinterpret.cc (continue1): Use STOREA, not STOREI, to...
2000-02-10 Andrew Haleyinterpret.cc: Don't include fdlibm.h.
2000-02-08 Tom Tromeyinterpret.cc (PUSHL): Don't use expression statement.
2000-01-26 Tom Tromeyinterpret.cc (run): Don't call println.
2000-01-19 Tom Tromey* interpret.cc (PC_REGISTER_ASM): Removed.
2000-01-19 Tom Tromey* All files: Updated copyright to reflect Cygnus purchase.
1999-09-10 Tom Tromeyconfigure: Rebuilt.
1999-09-01 Tom TromeyModifier.java (ALL_FLAGS): New constant.
1999-08-20 Kresten Krab Thorupinterpret.cc (continue1): Implement explicit dispatch...
1999-08-18 Kresten Krab ThorupnatClassLoader.cc (_Jv_PrepareCompiledClass): Renamed...
1999-08-10 Anthony Green[multiple changes]
1999-08-08 Anthony Green[multiple changes]