aboutsummaryrefslogtreecommitdiff
path: root/libjava/interpret.cc
AgeCommit message (Expand)AuthorFilesLines
2004-10-14interpret.cc (_Jv_InterpMethod::run): Initialize _Jv_StartOfInterpreter.Andrew Haley1-13/+13
2004-07-13interpret.cc (run): Correctly access libffi return values of integral smaller...Ulrich Weigand1-3/+3
2004-07-13re PR libgcj/7587 (direct threaded interpreter not thread-safe)Bryce McKinlay1-2/+22
2004-07-13re PR libgcj/15713 (compile interpret.cc with -fno-strict-aliasing)Bryce McKinlay1-35/+27
2004-06-10* interpret.cc (run): Handle wide fload.Tom Tromey1-1/+5
2004-04-16interpret.cc (_Jv_InterpMethod::run): Update _Jv_AllocObject arguments to mat...Bryce McKinlay1-6/+2
2003-10-14interpret.cc (_Jv_InterpMethod::run): Don't use libffi types, they were meant...Paolo Bonzini1-3/+3
2003-01-24defineclass.cc (handleMethodsEnd): Precompute code for static method.Tom Tromey1-16/+31
2002-12-28boehm.cc: Remove stray semicolon.Mark Mitchell1-1/+1
2002-12-06java-interp.h (class _Jv_InterpMethod): Added JV_MARKOBJ_DECL.Tom Tromey1-1/+1
2002-11-26verify.cc (type::compatible): Check initialization status first.Tom Tromey1-2/+8
2002-10-08interpret.cc (_Jv_InterpMethod::run): Use UINT32 instead of unsigned long tem...Ulrich Weigand1-1/+1
2002-08-29jvm.h (struct _Jv_frame_info): New structure.Tom Tromey1-1/+25
2002-06-24verify.cc (branch_prepass): Updated for change to exception handler type.Tom Tromey1-634/+1418
2002-04-26verify.cc (construct_primitive_array_type): New case.Tom Tromey1-1/+1
2002-02-10interpret.cc (continue1): Use PUSHL, not PUSHI.Andreas Tobler1-1/+1
2002-02-08interpret.cc (convert): New function.Tom Tromey1-4/+37
2002-01-12interpret.cc (NULLARRAYCHECK): New macro.Chris Sears1-41/+25
2002-01-08interpret.cc (ARRAYBOUNDSCHECK): New macro.Chris Sears1-65/+25
2001-10-16Eliminate use of C++ static constructors.Bryce McKinlay1-1/+1
2001-09-21jvm.h (_Jv_VTable): Handle function descriptors for ia64...Richard Henderson1-1/+1
2001-03-25exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson1-12/+11
2001-02-15defineclass.cc: Don't include alloca.h.Anthony Green1-10/+7
2001-02-12interpret.cc (continue1): [insn_invokevirtual] Do an explicit null pointer ch...Jeff Sturm1-2/+6
2000-10-20From Arno J. Klaassen:Tom Tromey1-0/+1
2000-10-06natField.cc (BooleanClass): Don't define.Tom Tromey1-3/+0
2000-09-14defineclass.cc: Include alloca.h only if HAVE_ALLOCA_H.Alexandre Oliva1-4/+7
2000-08-02[multiple changes]Bryce McKinlay1-6/+6
2000-07-28interpret.cc (continue1): Insert missing break into switch.Andrew Haley1-0/+1
2000-05-31cni.h: Include <string.h>.Bryce McKinlay1-0/+2
2000-05-19Jumbo patch:Tom Tromey1-40/+7
2000-03-26[multiple changes]Tom Tromey1-20/+45
2000-03-07All files: Updated copyright information.Tom Tromey1-1/+1
2000-03-02java-interp.h: Don't include MethodInvocation.h.Tom Tromey1-28/+12
2000-02-11interpret.cc (continue1): Use STOREA, not STOREI, to implement astore instruc...Tom Tromey1-1/+1
2000-02-10interpret.cc: Don't include fdlibm.h.Andrew Haley1-303/+88
2000-02-08interpret.cc (PUSHL): Don't use expression statement.Tom Tromey1-8/+8
2000-01-26interpret.cc (run): Don't call println.Tom Tromey1-4/+0
2000-01-19* interpret.cc (PC_REGISTER_ASM): Removed.Tom Tromey1-10/+4
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey1-1/+1
1999-09-10configure: Rebuilt.Tom Tromey1-2/+0
1999-09-01Modifier.java (ALL_FLAGS): New constant.Tom Tromey1-17/+6
1999-08-20interpret.cc (continue1): Implement explicit dispatch table.Kresten Krab Thorup1-672/+928
1999-08-18natClassLoader.cc (_Jv_PrepareCompiledClass): Renamed from _Jv_InternClassStr...Kresten Krab Thorup1-41/+30
1999-08-10[multiple changes]Anthony Green1-85/+84
1999-08-08[multiple changes]Anthony Green1-0/+2449