log

age author description
Wed, 12 Feb 2014 10:24:11 -0800 Christian Wimmer Allow subclasses
Wed, 12 Feb 2014 10:23:54 -0800 Christian Wimmer Allow outside access to field
Wed, 12 Feb 2014 10:23:41 -0800 Christian Wimmer Make graph builder more extensible
Wed, 12 Feb 2014 10:23:21 -0800 Christian Wimmer Allow disabling of redundant move elimination
Wed, 12 Feb 2014 10:22:48 -0800 Christian Wimmer Make reference map data accessible from Java code
Wed, 12 Feb 2014 20:12:33 +0200 Bernhard Urban mx: add support for jmh benchmark suites
Tue, 11 Feb 2014 15:07:50 -0800 Tom Rodriguez Merge
Tue, 11 Feb 2014 14:26:48 -0800 Tom Rodriguez use hotspot stubs for primitive arraycopy calls
Tue, 11 Feb 2014 10:39:26 -0800 Tom Rodriguez a few stronger asserts in snipppet expansion
Tue, 11 Feb 2014 10:37:28 -0800 Tom Rodriguez minor assembly tweaks
Tue, 11 Feb 2014 10:37:08 -0800 Tom Rodriguez fix comment typo
Tue, 11 Feb 2014 10:36:57 -0800 Tom Rodriguez add assert to check format of debug info
Tue, 11 Feb 2014 22:41:50 +0100 Bernhard Urban gate: compile java with ECJ if available
Tue, 11 Feb 2014 22:33:43 +0100 Bernhard Urban mx: add option for forcing the usage of javac
Tue, 11 Feb 2014 08:47:18 -0800 Mick Jordan Merge
Tue, 11 Feb 2014 08:42:57 -0800 Mick Jordan update JLINE/JNR library dependencies
Tue, 11 Feb 2014 16:38:32 +0100 Doug Simon fixed JDT errors and warnings
Tue, 11 Feb 2014 16:31:53 +0100 Doug Simon abort if bad --jdt argument given to 'mx build; command
Mon, 10 Feb 2014 14:38:42 -0500 S.Bharadwaj Yadavalli Change CUDA context management to support multiple executions of a kernel. Exclude GPU offloading of lambdas from java.* library code.
Mon, 10 Feb 2014 16:13:21 +0100 Gilles Duboscq Make NewMultiArrayNode a ArrayLengthProvider so that it can provide the length of its first dimension
Mon, 10 Feb 2014 15:58:10 +0200 Bernhard Urban changelog: switch to markdown syntax
Mon, 10 Feb 2014 13:51:20 +0100 Bernhard Urban mx: set correct permissions for graal.jar
Mon, 10 Feb 2014 03:39:21 +0000 Chris Seaton Ruby: restore prototype debugger.
Mon, 10 Feb 2014 03:37:32 +0000 Chris Seaton Instrumentation: the default probe should pass specific types to the general object case unless overridden.
Sat, 08 Feb 2014 06:38:33 +0100 Andreas Woess Truffle: canonicalize inlined invoke usages during partial evaluation
Sat, 08 Feb 2014 06:33:29 +0100 Andreas Woess Truffle: refactorings
Fri, 07 Feb 2014 17:46:38 +0100 Gilles Duboscq LoadJavaMirrorWithKlassPhase: ConstantLocationNode.create already adds the node to the graph, remove redundant call to graph.unique.
Fri, 07 Feb 2014 17:44:58 +0100 Gilles Duboscq Add an assert in HotSpotDebugInfoBuilder regarding lockDepth
Fri, 07 Feb 2014 17:39:32 +0100 Gilles Duboscq Setup the OSR calling convention before calling compileGraph rather than patching it in the LIRGenerator
Fri, 07 Feb 2014 17:31:48 +0100 Gilles Duboscq Simplify IntegerArithmeticNode.add/mul/sub