log

age author description
Tue, 27 Nov 2012 17:32:40 +0100 Lukas Stadler virtualization of unsafeload and unsafestore
Tue, 27 Nov 2012 17:29:42 +0100 Lukas Stadler remove createSignature from CompilerToVM interface
Tue, 27 Nov 2012 13:44:16 +0100 Lukas Stadler remove MonitorEnter interface from DimensionsNode
Tue, 27 Nov 2012 13:43:04 +0100 Lukas Stadler VM support for deferred reads and writes: ScopeDesc, DebugInfo, DebugInfoRecorder
Tue, 27 Nov 2012 16:37:02 +0100 Doug Simon bug fix for HotSpotReslvedJavaType.findUniqueConcreteSubtype() on arrays of interfaces
Tue, 27 Nov 2012 16:09:05 +0100 Doug Simon added unit tests for JavaType, JavaMethod and ResolvedJavaMethod
Tue, 27 Nov 2012 15:10:50 +0100 Doug Simon improved documentation for ResolvedJavaType.findUniqueConcreteSubtype()
Tue, 27 Nov 2012 13:03:08 +0100 Gilles Duboscq Merge
Tue, 27 Nov 2012 11:29:06 +0100 Gilles Duboscq Avoid call to MetaUtil.format in GraphBuilder if it is not necessary
Tue, 27 Nov 2012 11:08:02 +0100 Gilles Duboscq HotSpotSignature.getParameterType should not try eager resolving.
Tue, 27 Nov 2012 12:10:41 +0100 Lukas Stadler Merge
Tue, 27 Nov 2012 11:51:13 +0100 Lukas Stadler PEA: remove shouldRevirtualize logic
Tue, 27 Nov 2012 11:21:48 +0100 Doug Simon added unit tests for ResolvedJavaType
Tue, 27 Nov 2012 11:18:34 +0100 Doug Simon added more #ifdefs for GRAAL specific code
Mon, 26 Nov 2012 19:30:54 -0800 Christian Wimmer Simplify how stamp is preserved after lowering of allocation nodes
Mon, 26 Nov 2012 18:58:28 -0800 Christian Wimmer More flexible handling of stamp for word type: Define a singleton Stamp instance for words that is then re-written to the target-specific primitive word stamp by the WordTypeRewriterPhase. This allows nodes to have a word stamp without any dependency on global or static state.
Mon, 26 Nov 2012 18:25:44 -0800 Christian Wimmer Allow intrinsification without a GraalCodeCacheProvider (workaround until TODO is resolved)
Mon, 26 Nov 2012 18:24:08 -0800 Christian Wimmer close() method for dump handlers should not throw IOException
Mon, 26 Nov 2012 18:17:14 -0800 Christian Wimmer Better implementation of UnsafeCastNode
Mon, 26 Nov 2012 18:03:47 -0800 Christian Wimmer Fix getInstanceFields for arryas and interfaces
Mon, 26 Nov 2012 18:21:22 +0100 Doug Simon Merge.
Mon, 26 Nov 2012 18:20:34 +0100 Doug Simon added tests for instanceof with array types
Mon, 26 Nov 2012 16:51:43 +0100 Doug Simon CompilerToVM.lookupType() now fails with an exception if eagerResolve is true and resolution fails
Mon, 26 Nov 2012 16:18:56 +0100 Doug Simon fixed bug in creation of the name for a HotSpotTypeUnresolved
Mon, 26 Nov 2012 16:08:10 +0100 Gilles Duboscq Insert less placeholder nodes in snippet code
Mon, 26 Nov 2012 13:20:00 +0100 Lukas Stadler only perform PEA iteration if there are analyzable nodes
Mon, 26 Nov 2012 13:19:32 +0100 Lukas Stadler Merge
Mon, 26 Nov 2012 12:03:46 +0100 Lukas Stadler Merge
Fri, 23 Nov 2012 15:01:37 +0100 Lukas Stadler let VirtualObjectNodes react to materialization
Mon, 26 Nov 2012 11:22:26 +0100 Doug Simon fixed implementation of HotSpotResolvedJavaType.findUniqueConcreteSubtype() for array types