log

age author description
Fri, 05 Apr 2013 16:43:13 +0200 Bernhard Urban PiPushable: new interface for nodes that are able to be pushed through a PiNode
Thu, 04 Apr 2013 13:48:37 +0200 Bernhard Urban PiNode: add markerinterface IterableNodeType for fast iteration
Fri, 05 Apr 2013 16:54:55 +0200 Bernhard Urban UnsafeCastNode: make it an subclass of PiNode
Thu, 04 Apr 2013 10:50:39 +0200 Bernhard Urban PiNode: use existing dependencies array for anchor
Thu, 04 Apr 2013 13:25:15 +0200 Bernhard Urban .hgignore: temporary file generated by mx
Fri, 05 Apr 2013 15:34:45 +0200 Gilles Duboscq A server0 "build" needs to create a jdk copy if it does not exist yet
Fri, 05 Apr 2013 14:24:02 +0200 Gilles Duboscq Allow building using a jdk that does not contain man
Fri, 05 Apr 2013 11:56:21 +0200 Doug Simon moved ReplacementsProvider to com.oracle.graal.nodes.spi
Fri, 05 Apr 2013 11:03:21 +0200 Christian Humer Fixed NodeParser error synchronization was done too late.
Fri, 05 Apr 2013 02:33:42 +0200 Doug Simon lower ExceptionObjectNode with a snippet (GRAAL-133)
Fri, 05 Apr 2013 01:58:32 +0200 Doug Simon simplified registration of snippets
Fri, 05 Apr 2013 01:53:50 +0200 Doug Simon split the ExceptionObjectNode into two nodes during lowering; the original node remains to denote the entry to an exception handler and a new LoadExceptionObjectNode is placed after it to load the exception object
Fri, 05 Apr 2013 01:51:24 +0200 Doug Simon added test for a compiled exception handler
Fri, 05 Apr 2013 01:29:09 +0200 Doug Simon passed a Replacements object to ArrayCopyNode and ObjectCloneNode instead of using the Graal.getRequiredCapability() API
Fri, 05 Apr 2013 01:26:48 +0200 Doug Simon added getReplacements() to LoweringTool
Fri, 05 Apr 2013 01:22:36 +0200 Doug Simon moved Replacements and MacroSubstitution from the graal.api.replacements project to graal.nodes project and reversed the dependency between these two projects (the latter now/again depends on the former)
Fri, 05 Apr 2013 01:12:46 +0200 Doug Simon passed a Replacements object to inlining utility methods that need one instead of the GraalRuntime API
Thu, 04 Apr 2013 16:58:59 +0200 Lukas Stadler Merge
Thu, 04 Apr 2013 15:31:27 +0200 Lukas Stadler remove UNKNOWN_LOCATION
Thu, 04 Apr 2013 15:05:48 +0200 Doug Simon ensure generated Jar.launch files have the same format as that produced when refreshing in Eclipse
Thu, 04 Apr 2013 14:29:07 +0200 Doug Simon Merge.
Thu, 04 Apr 2013 14:28:34 +0200 Doug Simon fixed more concurrency issues in ReplacementsImpl
Wed, 03 Apr 2013 22:52:11 +0200 Doug Simon fixed concurrency issues in ReplacementsImpl
Wed, 03 Apr 2013 21:55:41 +0200 Doug Simon fixed compiler warnings
Wed, 03 Apr 2013 21:53:32 +0200 Doug Simon renames: [HotSpot]ReplacementsInstaller -> [HotSpot]ReplacementsImpl
Wed, 03 Apr 2013 21:51:44 +0200 Doug Simon implemented lazy installation of replacements (GRAAL-137)
Thu, 04 Apr 2013 13:55:35 +0200 Christian Wirth Merged
Thu, 04 Apr 2013 13:26:34 +0200 Christian Wirth on building 'server0', return
Thu, 04 Apr 2013 11:57:04 +0200 Christian Haeubl added JUnit 4.11 support to ProfilingInfoTest
Thu, 04 Apr 2013 10:04:49 +0200 Lukas Stadler Merge