log

age author description
Fri, 03 May 2013 20:24:49 +0200 Lukas Stadler Merge (fixed: 3fdbe6a68103 Pass fixed node into getMaterializedRepresentation.)
Fri, 03 May 2013 20:23:53 +0200 Lukas Stadler Merge (fixed 106f0a0acafa)
Fri, 03 May 2013 20:21:30 +0200 Lukas Stadler fix CommitAllocationNode duplication
Fri, 03 May 2013 09:24:24 -0700 Christian Wimmer Fix parameters of node intrinsics to use more specific Location and LocationIdentity types.
Fri, 03 May 2013 16:30:39 +0200 Bernhard Urban ReadNode/PiPush: compute declaring class by field offset
Fri, 03 May 2013 15:05:07 +0200 Bernhard Urban CheckCastNode: eliminate the other way around
Fri, 03 May 2013 15:29:26 +0200 Bernhard Urban CheckCastNode: add test for load field vialoation
Fri, 03 May 2013 14:57:01 +0200 Bernhard Urban GraalOptions: use detected number of cores by runtime for `Threads'
Fri, 03 May 2013 16:28:53 +0200 Christian Humer Merge.
Fri, 03 May 2013 15:37:08 +0200 Christian Humer Merge.
Fri, 03 May 2013 15:02:56 +0200 Christian Humer Implemented a method to produce a compact string representation of the truffle tree which just shows the nodes and their children but no data fields.
Fri, 03 May 2013 14:59:46 +0200 Christian Humer Fixed Truffle child iterator should only iterate children which are annotated with @Child or @Children.
Fri, 03 May 2013 14:28:32 +0200 Christian Humer Fixed bug in casting execute generation when evaluated parameters for both executed methods were not mapped to a child node.
Fri, 03 May 2013 15:21:52 +0200 Gilles Duboscq GraphBuilderPhase.genGoto does not need to provide a probability to createTarget
Fri, 03 May 2013 15:20:52 +0200 Gilles Duboscq float to double conversion is lossless
Fri, 03 May 2013 15:19:08 +0200 Gilles Duboscq Fix for delayed OSR: we must drop the precise stamps we have on the OSR locals since they may be too precise because of branch pruining in the graph builder.
Fri, 03 May 2013 12:14:37 +0200 Gilles Duboscq Delay lowering of the platform specific OSR entry
Fri, 03 May 2013 14:04:18 +0200 Doug Simon suppressed output for expected AssertionError in WriteBarrierVerificationTest
Thu, 02 May 2013 21:28:13 +0200 Bernhard Urban TypeProfileProxy: remove profile proxies after inlining logic
Thu, 02 May 2013 20:53:27 +0200 Bernhard Urban TypeProfileProxy: add missing return
Fri, 03 May 2013 02:16:20 +0200 Andreas Woess Fix casts in UnboxNode.
Thu, 02 May 2013 12:13:51 -0700 Christian Wimmer Merge
Thu, 02 May 2013 12:12:51 -0700 Christian Wimmer Use a LocationIdentity interface instead of just Object for the location identity of a LocationNode
Thu, 02 May 2013 10:38:48 -0700 Christian Wimmer Consistent naming of accessor methods in the LocationNode class hierarchy
Thu, 02 May 2013 10:36:09 -0700 Christian Wimmer Refactor the LocationNode class hierarchy to allow a SnippetLocationNode, i.e., a LocationNode that can be used in snippets without requiring the individual components to be constants at the time the snippet is prepared
Thu, 02 May 2013 10:26:30 -0700 Christian Wimmer Rename field to be consistent with name of accessor method
Thu, 02 May 2013 01:06:50 +0200 Andreas Woess Preliminary Nashorn support in IGV.
Thu, 02 May 2013 18:37:53 +0200 Andreas Woess FrameDescriptor: fix default frame slot kind.
Thu, 02 May 2013 17:35:36 +0200 Doug Simon Merge.
Thu, 02 May 2013 17:17:11 +0200 Doug Simon exposed whether ASSERT is defined to Java code and use it to enable checks in ExceptionHandlerStub