Messages by Date
-
2009/07/09
[PATCH 2/5] regression: silence warnings in ArrayExceptionsTest
Vegard Nossum
-
2009/07/09
[PATCH 5/5] regression: silence warnings in ObjectCreationAndManipulationExceptionsTest
Vegard Nossum
-
2009/07/09
[PATCH 1/5] jato: improve command-line handling
Vegard Nossum
-
2009/07/09
[PATCH 4/5] regression: silence warnings in MethodInvocationExceptionsTest
Vegard Nossum
-
2009/07/09
[PATCH 3/5] regression: silence warnings in ExceptionsTest
Vegard Nossum
-
2009/07/09
Re: [PATCH 4/5] regression: add assertEquals() for boolean and double arguments
Pekka Enberg
-
2009/07/09
Re: [RFC PATCH 9/9] (DON'T MERGE !) insn selector
Pekka Enberg
-
2009/07/09
Re: [RFC PATCH 1/9] jit: store vm_type in struct var_info
Pekka Enberg
-
2009/07/09
Re: [PATCH 1/5] vm: constify field flag helper arguments
Pekka Enberg
-
2009/07/09
Re: [RFC][PATCH 5/5] vm: preliminary jar-file parsing
Pekka Enberg
-
2009/07/09
Re: [RFC PATCH 5/9] Fix memory corruption in free_slot() from radix tree
Pekka Enberg
-
2009/07/08
[RFC PATCH 7/9] x86-64: save register parameters in emit_trampoline()
Eduard - Gabriel Munteanu
-
2009/07/08
[RFC PATCH 8/9] x86-64: fix wrong register jump in emit_trampoline()
Eduard - Gabriel Munteanu
-
2009/07/08
[RFC PATCH 9/9] (DON'T MERGE !) insn selector
Eduard - Gabriel Munteanu
-
2009/07/08
[RFC PATCH 6/9] x86-64: fix __emit_memdisp()
Eduard - Gabriel Munteanu
-
2009/07/08
[RFC PATCH 3/9] x86: unify 32-bit and 64-bit insn selectors
Eduard - Gabriel Munteanu
-
2009/07/08
[RFC PATCH 4/9] x86-64: support INSN_MOV_MEMLOCAL_REG
Eduard - Gabriel Munteanu
-
2009/07/08
[RFC PATCH 5/9] Fix memory corruption in free_slot() from radix tree
Eduard - Gabriel Munteanu
-
2009/07/08
[RFC PATCH 2/9] x86-64: remove INSN32_* and INSN64_*
Eduard - Gabriel Munteanu
-
2009/07/08
[RFC PATCH 1/9] jit: store vm_type in struct var_info
Eduard - Gabriel Munteanu
-
2009/07/08
[RFC PATCH 0/9] ExitStatusIs* works, readme
Eduard - Gabriel Munteanu
-
2009/07/08
Re: [RFC][PATCH 5/5] vm: preliminary jar-file parsing
Vegard Nossum
-
2009/07/08
[PATCH 3/5] vm: add some preliminary support for using the ConstantValue attribute
Vegard Nossum
-
2009/07/08
[PATCH 4/5] regression: add assertEquals() for boolean and double arguments
Vegard Nossum
-
2009/07/08
[RFC][PATCH 5/5] vm: preliminary jar-file parsing
Vegard Nossum
-
2009/07/08
[PATCH 2/5] vm: add some static (class) field set/get helpers
Vegard Nossum
-
2009/07/08
[PATCH 1/5] vm: constify field flag helper arguments
Vegard Nossum
-
2009/07/07
Re: [PATCH 1/2] vm: set 'path.separator' to ':'
Pekka Enberg
-
2009/07/07
Re: [PATCH] vm: Add new classpath autodiscovery path
Pekka Enberg
-
2009/07/07
[PATCH 2/2] vm: set 'java.library.path' property to LD_LIBRARY_PATH
Tomek Grabiec
-
2009/07/07
[PATCH 1/2] vm: set 'path.separator' to ':'
Tomek Grabiec
-
2009/07/07
[PATCH] vm: Add new classpath autodiscovery path
Tomek Grabiec
-
2009/07/07
[PATCH 2/4] vm: fix deadlock (error in invokestatic handling)
Vegard Nossum
-
2009/07/07
[GIT PULL] misc. updates
Vegard Nossum
-
2009/07/07
[PATCH 4/4] vm: implement getStaticMethodId JNI call
Vegard Nossum
-
2009/07/07
[PATCH 1/4] vm: don't build itables for abstract classes
Vegard Nossum
-
2009/07/07
[PATCH 3/4] jato: set java.library.path system property
Vegard Nossum
-
2009/07/07
Re: [PATCH] Fix use-after-free in fixup_static_at()
Pekka Enberg
-
2009/07/07
[PATCH] Fix use-after-free in fixup_static_at()
Vegard Nossum
-
2009/07/07
[RFC PATCH 03/13] x86-64: fix use-def and add various instructions
Eduard - Gabriel Munteanu
-
2009/07/07
[RFC PATCH 10/13] x86-64: fix __emit_membase
Eduard - Gabriel Munteanu
-
2009/07/07
[RFC PATCH 13/13] x86-64: stub for emit_itable_resolver_stub()
Eduard - Gabriel Munteanu
-
2009/07/07
[RFC PATCH 01/13] x86-64: don't use REG_Exx outside common code
Eduard - Gabriel Munteanu
-
2009/07/07
[RFC PATCH 08/13] x86-64: fix typo in REX prefix
Eduard - Gabriel Munteanu
-
2009/07/07
[RFC PATCH 12/13] Remove -Werror on non-i386 builds
Eduard - Gabriel Munteanu
-
2009/07/07
[RFC PATCH 11/13] jit: mmap jit_text with MAP_32BIT on x86-64
Eduard - Gabriel Munteanu
-
2009/07/07
[RFC PATCH 07/13] x86-64: implement emit_trampoline and related emitters
Eduard - Gabriel Munteanu
-
2009/07/07
[RFC PATCH 04/13] x86-64: provide reg_type()
Eduard - Gabriel Munteanu
-
2009/07/07
[RFC PATCH 05/13] x86: move fixup_static() and fixup_static_at() in common code
Eduard - Gabriel Munteanu
-
2009/07/07
[RFC PATCH 06/13] x86: fix emitters depending on pointer size
Eduard - Gabriel Munteanu
-
2009/07/07
[RFC PATCH 09/13] x86-64: fix __emit64_push_imm()
Eduard - Gabriel Munteanu
-
2009/07/07
[RFC PATCH 02/13] x86: better common code register aliases
Eduard - Gabriel Munteanu
-
2009/07/07
[PATCH] vm: fix check_class() and check_class_object() macros
Tomek Grabiec
-
2009/07/06
Re: [PATCH 8/8] vm: full exception printing support
Pekka Enberg
-
2009/07/06
[PATCH 4/8] jit: make signal_new_exception() functions return success/error information
Tomek Grabiec
-
2009/07/06
[PATCH 3/8] vm: remove trampolines for JNI methods
Tomek Grabiec
-
2009/07/06
[PATCH 2/8] vm: remove unused ->jit_code field
Tomek Grabiec
-
2009/07/06
Re: [PATCH 1/8] x86: fix emitting branches with target pointing to the containing basic block
Tomek Grabiec
-
2009/07/06
[PATCH 8/8] vm: full exception printing support
Tomek Grabiec
-
2009/07/06
[PATCH 7/8] vm: print method signature on preload failure
Tomek Grabiec
-
2009/07/06
[PATCH 1/8] x86: fix emitting branches with target pointing to the containing basic block
Tomek Grabiec
-
2009/07/06
[PATCH 6/8] vm: implement JNI functions for exception management
Tomek Grabiec
-
2009/07/06
[PATCH 5/8] vm: check in JNI handlers that class objects are instances of java.lang.Class
Tomek Grabiec
-
2009/07/06
Re: [PATCH 1/2] vm: remove unused ->jit_code field
Tomek Grabiec
-
2009/07/06
[PATCH 2/2] vm: assume that non-VM native methods are JNI native methods
Tomek Grabiec
-
2009/07/06
[PATCH 1/2] vm: remove unused ->jit_code field
Tomek Grabiec
-
2009/07/06
Re: [PATCH] x86: fix emitting branches with target pointing to the containing basic block
Pekka Enberg
-
2009/07/06
[PATCH] x86: fix emitting branches with target pointing to the containing basic block
Tomek Grabiec
-
2009/07/06
Re: [PATCH 2/2] x86: fix bug in emit_jni_trampoline()
Tomek Grabiec
-
2009/07/06
Re: [PATCH 2/2] x86: fix bug in emit_jni_trampoline()
Pekka Enberg
-
2009/07/06
Re: [PATCH 1/2] x86: fix bug in invokeinterface and invokevirtual args cleanup
Pekka Enberg
-
2009/07/06
Re: [PATCH 2/2] vm: fix native_vmobject_getclass()
Pekka Enberg
-
2009/07/06
Re: [PATCH 1/2] vm: add license text to jni.c and jni-interface.c
Pekka Enberg
-
2009/07/05
[PATCH 2/2] x86: fix bug in emit_jni_trampoline()
Tomek Grabiec
-
2009/07/05
[PATCH 1/2] x86: fix bug in invokeinterface and invokevirtual args cleanup
Tomek Grabiec
-
2009/07/05
[PATCH 6/7] vm: implement [VM]Object.clone()
Vegard Nossum
-
2009/07/05
[PATCH 4/7] vm: preload java.lang.Cloneable
Vegard Nossum
-
2009/07/05
[PATCH 7/7] regression: add CloneTest
Vegard Nossum
-
2009/07/05
[PATCH 3/7] vm: introduce nr_interfaces in vm_class
Vegard Nossum
-
2009/07/05
[PATCH 2/7] vm: clean up class linking a little bit
Vegard Nossum
-
2009/07/05
[PATCH 5/7] vm: add vmtype -> bytecode type conversion
Vegard Nossum
-
2009/07/05
[PATCH 1/7] regression: compile and run the test cases in alphabetic order
Vegard Nossum
-
2009/07/05
[PATCH 2/2] vm: fix native_vmobject_getclass()
Tomek Grabiec
-
2009/07/05
[PATCH 1/2] vm: add license text to jni.c and jni-interface.c
Tomek Grabiec
-
2009/07/05
Re: [PATCH] vm: implement java/io/VMFile.isDirectory()
Vegard Nossum
-
2009/07/05
[PATCH] vm: set 'line.separator' property
Tomek Grabiec
-
2009/07/05
[PATCH 2/2] vm: implement JNI function vm_release_string_utf_chars()
Tomek Grabiec
-
2009/07/05
[PATCH 1/2] vm: implement JNI function vm_jni_get_string_utf_chars()
Tomek Grabiec
-
2009/07/05
[PATCH] vm: implement java/io/VMFile.isDirectory()
Tomek Grabiec
-
2009/07/05
[PATCH 3/3] vm: preliminary support for JNI
Tomek Grabiec
-
2009/07/05
[PATCH 2/3] vm: implement native_vmruntime_maplibraryname()
Tomek Grabiec
-
2009/07/05
[PATCH 1/3] vm: implement native_vmstackwalker_getclasscontext()
Tomek Grabiec
-
2009/07/05
[GIT PULL] header fixes
Vegard Nossum
-
2009/07/05
[GIT PULL] attribute parsing in cafebabe
Vegard Nossum
-
2009/07/05
[PATCH 3/3] regression: add test for Throwable.getStackTrace()
Tomek Grabiec
-
2009/07/05
[PATCH 1/3] vm: properly set source file name of a class
Tomek Grabiec
-
2009/07/05
[PATCH 2/3] vm: implement bytecode_offset_to_line_no()
Tomek Grabiec
-
2009/07/05
[PATCH 4/5] vm: implement bytecode_offset_to_line_no()
Tomek Grabiec
-
2009/07/05
[PATCH 5/5] regression: add test for Throwable.getStackTrace()
Tomek Grabiec
-
2009/07/05
[PATCH 2/5] vm: properly set source file name of a class
Tomek Grabiec
-
2009/07/05
[PATCH 3/5] cafebabe: add support for LineNumberTable attribute
Tomek Grabiec
-
2009/07/05
[PATCH 1/5] cafebabe: Add support for SourceFile attribute
Tomek Grabiec
-
2009/07/05
Re: [PATCH] vm: open zipfiles in the classpath only once
Pekka Enberg
-
2009/07/05
Re: [PATCH] vm: search the classpath in the right order
Pekka Enberg
-
2009/07/05
[PATCH] vm: search the classpath in the right order
Vegard Nossum
-
2009/07/05
[PATCH] vm: open zipfiles in the classpath only once
Vegard Nossum
-
2009/07/04
[PATCH] jato: make system properties table-driven
Vegard Nossum
-
2009/07/04
[PATCH 1/6] vm: move interface loading to class linking
Vegard Nossum
-
2009/07/04
[PATCH 5/6] vm: provide VMObject.clone() native stub
Vegard Nossum
-
2009/07/04
[PATCH 4/6] vm: provide VMRuntime.mapLibraryName() stub
Vegard Nossum
-
2009/07/04
[PATCH 3/6] vm: add file.separator and path.separator properties to VMSystemProperties
Vegard Nossum
-
2009/07/04
[PATCH 6/6] vm: use recursive mutexes for monitors
Vegard Nossum
-
2009/07/04
[PATCH 2/6] vm: fix vm_class_is_assignable_from
Vegard Nossum
-
2009/07/04
[RFC][PATCH 1/2] cafebabe: introduce cafebabe_class_get_source_file_name()
Tomek Grabiec
-
2009/07/04
[PATCH] vm: set message of ExceptionInInitializerError to erroneous class name
Tomek Grabiec
-
2009/07/04
[RFC][PATCH] vm: load source file name of a class by reading SourceFile class attribute
Tomek Grabiec
-
2009/07/04
[GIT PULL] invokeinterface
Vegard Nossum
-
2009/07/04
[PATCH] x86: speed up floating point value argument passing
Arthur Huillet
-
2009/07/04
Re: [PATCH 2/2] vm: preload methods used in stack-trace.c
Pekka Enberg
-
2009/07/04
[PATCH] x86: performance improvements at the beginning of functions
Arthur Huillet
-
2009/07/04
[PATCH] vm: fix 'make test' breakage
Tomek Grabiec
-
2009/07/04
[PATCH 2/2] regression: introduce ClassExceptionsTest
Tomek Grabiec
-
2009/07/04
[PATCH 1/2] vm: introduce fault injection into VM
Tomek Grabiec
-
2009/07/04
[PATCH 2/2] vm: preload methods used in stack-trace.c
Tomek Grabiec
-
2009/07/04
[PATCH 1/2] vm: cleanups in preload.c
Tomek Grabiec
-
2009/07/03
[PATCH 5/6] vm: Use preloaded classes for creating exceptions in VM
Tomek Grabiec
-
2009/07/03
[PATCH 6/6] vm: handle exceptions in class initialization correctly
Tomek Grabiec
-
2009/07/03
[PATCH 2/6] vm: convert vm/stack-trace.c to new JatoVM interface
Tomek Grabiec
-
2009/07/03
[PATCH 4/6] vm: fix warnings in jit/trace-jit.c
Tomek Grabiec
-
2009/07/03
[PATCH 1/6] test: fix 'make test' breakage
Tomek Grabiec
-
2009/07/03
[PATCH 3/6] vm: move preloading code to vm/preload.c
Tomek Grabiec
-
2009/07/03
Re: [PATCH 2/2] vm: set java.io.tmpdir property to /tmp
Vegard Nossum
-
2009/07/03
[PATCH 2/2] vm: set java.io.tmpdir property to /tmp
Tomek Grabiec
-
2009/07/03
[PATCH 1/2] x86 implement INT -> CHAR conversion
Tomek Grabiec
-
2009/07/03
Re: [PATCH] x86: factorize code for INVOKE and FINVOKE
Pekka Enberg
-
2009/07/03
Re: [PATCH] Makefile: remove .class files from runtime/ on 'make clean'
Pekka Enberg
-
2009/07/03
Re: [PATCH] x86: factorize code for INVOKEVIRTUAL and FINVOKEVIRTUAL
Pekka Enberg
-
2009/07/03
[PATCH] Makefile: remove .class files from runtime/ on 'make clean'
Tomek Grabiec
-
2009/07/03
[PATCH] x86: floating point returning is now ABI conformant
Arthur Huillet
-
2009/07/03
[PATCH] x86: factorize code for INVOKE and FINVOKE
Arthur Huillet
-
2009/07/03
[PATCH] x86: factorize code for INVOKEVIRTUAL and FINVOKEVIRTUAL
Arthur Huillet
-
2009/07/03
Re: [PATCH] x86: floating point returning is now ABI conformant
Pekka Enberg
-
2009/07/03
[PATCH] x86: implement OP_FREM
Arthur Huillet
-
2009/07/03
Re: [PATCH] x86: implement OP_FREM
Pekka Enberg
-
2009/07/03
Re: [PATCH] vm: part 1 of itables (interface method tables)
Vegard Nossum
-
2009/07/03
Re: [PATCH] vm: part 1 of itables (interface method tables)
Pekka Enberg
-
2009/07/03
[PATCH] x86: implement f2i and i2f
Arthur Huillet
-
2009/07/03
Re: [PATCH] x86: float remainder is FREM in the HIR
Pekka Enberg
-
2009/07/03
[PATCH] regression: add integer<->float conversion tests
Arthur Huillet
-
2009/07/03
[PATCH] x86: float remainder is FREM in the HIR
Arthur Huillet
-
2009/07/03
Re: [PATCH 1/2] x86: fix cvtsi2ss and cvtss2si code emission
Pekka Enberg
-
2009/07/03
Re: [PATCH] x86: fix FMUL FDIV FCMPL, implement FNEG, enable FloatArithmeticTest
Pekka Enberg
-
2009/07/03
Re: [PATCH] vm: allocate enough memory for inherited fields, amendment #2
Pekka Enberg
-
2009/07/03
[PATCH 2/2] x86: improve FPU support
Arthur Huillet
-
2009/07/02
[PATCH] vm: vm_object_alloc_native_array() should take T_CHAR not J_CHAR
Tomek Grabiec
-
2009/07/02
[PATCH] vm: allocate enough memory for inherited fields, amendment #2
Vegard Nossum
-
2009/07/02
[PATCH 1/2] x86: fix cvtsi2ss and cvtss2si code emission
Arthur Huillet
-
2009/07/02
[PATCH 2/2] x86: add float <-> int conversions
Arthur Huillet
-
2009/07/02
Conditional rules in Monoburg
Arthur HUILLET
-
2009/07/02
Conditional rules in Monoburg
Arthur HUILLET
-
2009/07/02
[PATCH] monoburg: add MB_DISCARD_RULE
Arthur Huillet
-
2009/07/02
[PATCH 9/9 v2] jit: add exception tracer enabled with -Xtrace:exception
Tomek Grabiec
-
2009/07/02
[PATCH 5/9 v2] jit: introduce detailed invocation trace -Xtrace:invoke-dtls
Tomek Grabiec
-
2009/07/02
[PATCH 9/9] jit: add exception tracer enabled with -Xtrace:exception
Tomek Grabiec
-
2009/07/02
[PATCH 8/9] vm: add ->source_file_name field to struct vm_class
Tomek Grabiec
-
2009/07/02
[PATCH 6/9] x86: optimize selected code for accessing instance fields
Tomek Grabiec
-
2009/07/02
[PATCH 7/9] jit: rename get_cu_from_native_addr() to jit_lookup_cu()
Tomek Grabiec
-
2009/07/02
[PATCH 4/9] vm: use memmove() in native_vmsystem_arraycopy()
Tomek Grabiec
-
2009/07/02
[PATCH 5/9] jit: introduce detailed invocation trace -Xtrace:invoke-dtls
Tomek Grabiec
-
2009/07/02
[PATCH 1/9] x86: make signal bh trampoline's frame be identical to native frames
Tomek Grabiec
-
2009/07/02
[PATCH 3/9] vm: do not use static variables in unsynchronized code.
Tomek Grabiec
-
2009/07/02
[PATCH 2/9] vm: VMClassLoader.getPrimitiveClass() should return null when type is invalid
Tomek Grabiec
-
2009/07/02
[PATCH] vm: part 1 of itables (interface method tables)
Vegard Nossum
-
2009/07/02
[PATCH] vm: allocate enough memory for inherited fields, amendment #2
Vegard Nossum
-
2009/07/02
[PATCH] x86: fix FMUL FDIV FCMPL, implement FNEG, enable FloatArithmeticTest
Arthur Huillet
-
2009/07/02
[PATCH 1/2] jit: add emulate_fcmpl and emulate_fcmpg functions
Arthur Huillet
-
2009/07/02
[PATCH v4] jit: add -Xtrace:invoke for tracing method invocations
Vegard Nossum
-
2009/07/01
Re: [PATCH] vm, x86: fix fixup_vtable()
Pekka Enberg
-
2009/07/01
Re: [PATCH] vm, x86: fix fixup_vtable()
Vegard Nossum
-
2009/07/01
Re: [PATCH 01/19] vm: use java/lang/Class.vmdata field to store the class pointer
Vegard Nossum
-
2009/07/01
[PATCH] vm, x86: fix fixup_vtable()
Tomek Grabiec
-
2009/07/01
[PATCH 1/2] vm: implement array_store_check()
Tomek Grabiec
-
2009/07/01
Re: [PATCH 2/4] jit: add -Xtrace:invoke for tracing method invocations (v2)
Pekka Enberg
-
2009/07/01
Re: [PATCH 1/9] x86: added REG_MEMDISP instruction
Pekka Enberg
-
2009/07/01
Re: [PATCH] jit: temporaries for mimic stack spilling are now recursively propagated
Pekka Enberg
-
2009/07/01
Re: [PATCH] x86: make code generated for EXPR_INVOKEVIRTUAL shorter
Pekka Enberg
-
2009/07/01
Re: [PATCH 8/8] vm: fix putstatic/getstatic/invokestatic
Pekka Enberg
-
2009/07/01
Re: [PATCH] vm: don't initialize preloaded classes
Pekka Enberg
-
2009/07/01
Re: [PATCH] jit: add more class/field names to tree-printer
Pekka Enberg
-
2009/07/01
Re: [PATCH] vm: fix method vtables
Pekka Enberg
-
2009/07/01
Re: [PATCH] vm: initialize static fields (completely) to null
Pekka Enberg
-
2009/07/01
Re: [PATCH] jit: use OP_FADD OP_FSUB OP_FDIV OP_FMUL
Pekka Enberg
-
2009/07/01
Re: [RFC][PATCH] jit: add -Xtrace:invoke for tracing method invocations
Pekka Enberg
-
2009/07/01
Re: [PATCH] jit: fix method_real_argument_count
Pekka Enberg
-
2009/07/01
Re: [PATCH] x86: add INSN_GPR_TO_XMM for floating point immediate values using SSE
Pekka Enberg
-
2009/07/01
Re: [RFC][PATCH] jit: add more class/field names to tree-printer (v2)
Pekka Enberg
-
2009/07/01
[PATCH 2/2] jato: set system property 'java.vm.name' to 'jato'
Vegard Nossum
-
2009/07/01
[PATCH 1/2] vm: preload java.util.Properties
Vegard Nossum
-
2009/07/01
[PATCH 1/3] vm: preload java.util.Properties
Vegard Nossum
-
2009/07/01
[PATCH 2/3] jato: set system property 'java.vm.name' to 'jato'
Vegard Nossum