log

age author description
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
Fri, 07 Feb 2014 17:51:14 +0100 Gilles Duboscq Add specialization for int to BitScanForwardNode to avoid unnecessary sign-extension to long.
Fri, 07 Feb 2014 16:24:31 +0100 Doug Simon made NativeFunctionInterfaceTest pass on Windows
Fri, 07 Feb 2014 15:20:59 +0100 Roland Schatz Use branch probability for emitting conditional jump.
Fri, 07 Feb 2014 15:03:21 +0100 Roland Schatz Remove unused 'negated' arguments.
Fri, 07 Feb 2014 12:37:34 +0100 Doug Simon added complete test coverage for NativeFunctionInterface except for getNativeFunctionPointerFromRawValue
Fri, 07 Feb 2014 01:08:35 +0100 Doug Simon fixed bug in passing primitive arrays through native function handles
Thu, 06 Feb 2014 23:28:16 +0100 Doug Simon fixed C++ compilation error
Thu, 06 Feb 2014 23:25:48 +0100 Doug Simon HSAIL: fixed regression causing object lambda demos to break
Thu, 06 Feb 2014 23:24:10 +0100 Doug Simon HSAIL: disable String.equals() substitutions
Thu, 06 Feb 2014 23:14:06 +0100 Doug Simon modified Kind.format() to avoid calling any user code (JBS:GRAAL-14)
Thu, 06 Feb 2014 22:47:41 +0100 Doug Simon HSAIL: fixed bug in kernel argument logic
Thu, 06 Feb 2014 22:34:23 +0100 Doug Simon remove overly eager evaluation of toString() in Debug.log calls (JBS:GRAAL-14)
Thu, 06 Feb 2014 21:41:33 +0100 Doug Simon added NativeLibraryHandle.getName()
Thu, 06 Feb 2014 18:50:47 +0100 Doug Simon fixed code format warning
Thu, 06 Feb 2014 18:47:57 +0100 Doug Simon Merge.