summaryrefslogtreecommitdiff
path: root/libjava/interpret.cc
AgeCommit message (Expand)Author
2003-10-14interpret.cc (_Jv_InterpMethod::run): Don't use libffi types, they were meant...Paolo Bonzini
2003-01-24defineclass.cc (handleMethodsEnd): Precompute code for static method.Tom Tromey
2002-12-28boehm.cc: Remove stray semicolon.Mark Mitchell
2002-12-06java-interp.h (class _Jv_InterpMethod): Added JV_MARKOBJ_DECL.Tom Tromey
2002-11-26verify.cc (type::compatible): Check initialization status first.Tom Tromey
2002-10-08interpret.cc (_Jv_InterpMethod::run): Use UINT32 instead of unsigned long tem...Ulrich Weigand
2002-08-29jvm.h (struct _Jv_frame_info): New structure.Tom Tromey
2002-06-24verify.cc (branch_prepass): Updated for change to exception handler type.Tom Tromey
2002-04-26verify.cc (construct_primitive_array_type): New case.Tom Tromey
2002-02-10interpret.cc (continue1): Use PUSHL, not PUSHI.Andreas Tobler
2002-02-08interpret.cc (convert): New function.Tom Tromey
2002-01-12interpret.cc (NULLARRAYCHECK): New macro.Chris Sears
2002-01-08interpret.cc (ARRAYBOUNDSCHECK): New macro.Chris Sears
2001-10-16Eliminate use of C++ static constructors.Bryce McKinlay
2001-09-21jvm.h (_Jv_VTable): Handle function descriptors for ia64...Richard Henderson
2001-03-25exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson
2001-02-15defineclass.cc: Don't include alloca.h.Anthony Green
2001-02-12interpret.cc (continue1): [insn_invokevirtual] Do an explicit null pointer ch...Jeff Sturm
2000-10-20From Arno J. Klaassen:Tom Tromey
2000-10-06natField.cc (BooleanClass): Don't define.Tom Tromey
2000-09-14defineclass.cc: Include alloca.h only if HAVE_ALLOCA_H.Alexandre Oliva
2000-08-02[multiple changes]Bryce McKinlay
2000-07-28interpret.cc (continue1): Insert missing break into switch.Andrew Haley
2000-05-31cni.h: Include <string.h>.Bryce McKinlay
2000-05-19Jumbo patch:Tom Tromey
2000-03-26[multiple changes]Tom Tromey
2000-03-07All files: Updated copyright information.Tom Tromey
2000-03-02java-interp.h: Don't include MethodInvocation.h.Tom Tromey
2000-02-11interpret.cc (continue1): Use STOREA, not STOREI, to implement astore instruc...Tom Tromey
2000-02-10interpret.cc: Don't include fdlibm.h.Andrew Haley
2000-02-08interpret.cc (PUSHL): Don't use expression statement.Tom Tromey
2000-01-26interpret.cc (run): Don't call println.Tom Tromey
2000-01-19* interpret.cc (PC_REGISTER_ASM): Removed.Tom Tromey
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey
1999-09-10configure: Rebuilt.Tom Tromey
1999-09-01Modifier.java (ALL_FLAGS): New constant.Tom Tromey
1999-08-20interpret.cc (continue1): Implement explicit dispatch table.Kresten Krab Thorup
1999-08-18natClassLoader.cc (_Jv_PrepareCompiledClass): Renamed from _Jv_InternClassStr...Kresten Krab Thorup
1999-08-10[multiple changes]Anthony Green
1999-08-08[multiple changes]Anthony Green