log

age author description
Sat, 29 Jun 2013 21:29:34 -0400 Morris Meyer PTX kernel execution - no args or return value
Sat, 29 Jun 2013 11:40:52 +0200 Doug Simon distribution jars (e.g., graal.jar) now contain library dependencies
Thu, 20 Jun 2013 14:25:26 +0200 Bernhard Urban ShiftNode: add constant with correct stamp in canonical()
Fri, 28 Jun 2013 19:11:47 +0200 Gilles Duboscq commands.py: Make sure _jdk returns an absolute path. Use _jdk and _jdksDir where necessary
Fri, 28 Jun 2013 17:33:44 +0200 Doug Simon Merge.
Fri, 28 Jun 2013 17:00:59 +0200 Doug Simon added annotation to suppress warnings for Eclipse kepler and juno
Fri, 28 Jun 2013 17:00:26 +0200 Doug Simon fixed non-product builds of the VM for jdk7_25
Fri, 28 Jun 2013 16:36:27 +0200 Gilles Duboscq Add a --vmdir argument to mx
Fri, 28 Jun 2013 15:32:06 +0200 Lukas Stadler make BoxNode and UnboxNode floating
Fri, 28 Jun 2013 11:02:37 +0200 Doug Simon disabled "noisy" log statements unless -v option (i.e. verbose) is specified to mx
Thu, 27 Jun 2013 22:18:52 -0700 twisti Revert bytecode indexes back to Java endianess.
Thu, 27 Jun 2013 19:57:43 -0400 Morris Meyer GPU generate_kernel return for Cuda function
Thu, 27 Jun 2013 19:30:44 -0400 Morris Meyer Fix SPARC unused annotations
Thu, 27 Jun 2013 19:24:03 -0400 Morris Meyer SPARCAssembler Fmt3p upgrade
Thu, 27 Jun 2013 19:22:42 -0400 Morris Meyer PTX kernel get_function return
Thu, 27 Jun 2013 22:00:18 +0200 Thomas Wuerthinger Remove suppress warnings.
Thu, 27 Jun 2013 21:47:42 +0200 Thomas Wuerthinger Merge.
Thu, 27 Jun 2013 21:20:07 +0200 Thomas Wuerthinger Fixed issues around execute compiled code stub. Made TraceDeoptimization a product flag.
Thu, 27 Jun 2013 15:14:29 +0200 Thomas Wuerthinger Use correct parameters for readUnsafeConstant.
Thu, 27 Jun 2013 14:15:27 +0200 Thomas Wuerthinger Fix for new warnings showing up when using Kepler eclipse.
Thu, 27 Jun 2013 21:03:55 +0200 Christos Kotselidis Merge
Thu, 27 Jun 2013 11:44:15 +0200 Christos Kotselidis Augment comments
Thu, 27 Jun 2013 11:42:43 +0200 Christos Kotselidis Lower G1 Array Range Barriers
Thu, 27 Jun 2013 11:41:19 +0200 Christos Kotselidis Write Barrier Addition Phase adds Array Range Barriers for G1
Thu, 27 Jun 2013 11:39:57 +0200 Christos Kotselidis Small refactoring
Thu, 27 Jun 2013 11:37:33 +0200 Christos Kotselidis Add ArrayRange Snippets for G1
Thu, 27 Jun 2013 11:37:18 +0200 Christos Kotselidis Fix Checkstyle errors
Thu, 27 Jun 2013 11:32:36 +0200 Christos Kotselidis Introduce G1 Array Range Barrier Nodes
Thu, 27 Jun 2013 11:28:38 +0200 Christos Kotselidis SerialArrayRangeWriteBarrier inherits from ArrayRangeWriteBarrier class
Thu, 27 Jun 2013 11:26:42 +0200 Christos Kotselidis Introduce ArrayRangeWriteBarrier super class