summaryrefslogtreecommitdiff
path: root/libjava/interpret.cc
Commit message (Expand)AuthorAgeFilesLines
* defineclass.cc (handleMethodsEnd): Precompute code for static method.Tom Tromey2003-01-241-16/+31
* boehm.cc: Remove stray semicolon.Mark Mitchell2002-12-281-1/+1
* java-interp.h (class _Jv_InterpMethod): Added JV_MARKOBJ_DECL.Tom Tromey2002-12-061-1/+1
* verify.cc (type::compatible): Check initialization status first.Tom Tromey2002-11-261-2/+8
* interpret.cc (_Jv_InterpMethod::run): Use UINT32 instead of unsigned long tem...Ulrich Weigand2002-10-081-1/+1
* jvm.h (struct _Jv_frame_info): New structure.Tom Tromey2002-08-291-1/+25
* verify.cc (branch_prepass): Updated for change to exception handler type.Tom Tromey2002-06-241-634/+1418
* verify.cc (construct_primitive_array_type): New case.Tom Tromey2002-04-261-1/+1
* interpret.cc (continue1): Use PUSHL, not PUSHI.Andreas Tobler2002-02-101-1/+1
* interpret.cc (convert): New function.Tom Tromey2002-02-081-4/+37
* interpret.cc (NULLARRAYCHECK): New macro.Chris Sears2002-01-121-41/+25
* interpret.cc (ARRAYBOUNDSCHECK): New macro.Chris Sears2002-01-081-65/+25
* Eliminate use of C++ static constructors.Bryce McKinlay2001-10-161-1/+1
* jvm.h (_Jv_VTable): Handle function descriptors for ia64...Richard Henderson2001-09-211-1/+1
* exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson2001-03-251-12/+11
* defineclass.cc: Don't include alloca.h.Anthony Green2001-02-151-10/+7
* interpret.cc (continue1): [insn_invokevirtual] Do an explicit null pointer ch...Jeff Sturm2001-02-121-2/+6
* From Arno J. Klaassen:Tom Tromey2000-10-201-0/+1
* natField.cc (BooleanClass): Don't define.Tom Tromey2000-10-061-3/+0
* defineclass.cc: Include alloca.h only if HAVE_ALLOCA_H.Alexandre Oliva2000-09-141-4/+7
* [multiple changes]Bryce McKinlay2000-08-021-6/+6
* interpret.cc (continue1): Insert missing break into switch.Andrew Haley2000-07-281-0/+1
* cni.h: Include <string.h>.Bryce McKinlay2000-05-311-0/+2
* Jumbo patch:Tom Tromey2000-05-191-40/+7
* [multiple changes]Tom Tromey2000-03-261-20/+45
* All files: Updated copyright information.Tom Tromey2000-03-071-1/+1
* java-interp.h: Don't include MethodInvocation.h.Tom Tromey2000-03-021-28/+12
* interpret.cc (continue1): Use STOREA, not STOREI, to implement astore instruc...Tom Tromey2000-02-111-1/+1
* interpret.cc: Don't include fdlibm.h.Andrew Haley2000-02-101-303/+88
* interpret.cc (PUSHL): Don't use expression statement.Tom Tromey2000-02-081-8/+8
* interpret.cc (run): Don't call println.Tom Tromey2000-01-261-4/+0
* * interpret.cc (PC_REGISTER_ASM): Removed.Tom Tromey2000-01-191-10/+4
* * All files: Updated copyright to reflect Cygnus purchase.Tom Tromey2000-01-191-1/+1
* configure: Rebuilt.Tom Tromey1999-09-101-2/+0
* Modifier.java (ALL_FLAGS): New constant.Tom Tromey1999-09-011-17/+6
* interpret.cc (continue1): Implement explicit dispatch table.Kresten Krab Thorup1999-08-201-672/+928
* natClassLoader.cc (_Jv_PrepareCompiledClass): Renamed from _Jv_InternClassStr...Kresten Krab Thorup1999-08-181-41/+30
* [multiple changes]Anthony Green1999-08-101-85/+84
* [multiple changes]Anthony Green1999-08-081-0/+2449