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