log

age author description
Thu, 10 Oct 2013 16:14:55 +0200 Doug Simon made CodeCacheProvider independent of MetaAccessProvider (GRAAL-511)
Thu, 10 Oct 2013 13:44:59 +0200 Gilles Duboscq Simplify ConstantNode.onlyUsedInVirtualState
Thu, 10 Oct 2013 12:07:58 +0200 Gilles Duboscq Ignore agent build files
Thu, 10 Oct 2013 13:03:26 +0200 Bernhard Urban Label: allocate ArrayList lazily
Thu, 10 Oct 2013 12:06:33 +0200 Doug Simon made verification of Option declaring classes runtime independent
Thu, 10 Oct 2013 12:05:39 +0200 Doug Simon removed warning
Thu, 10 Oct 2013 11:56:25 +0200 Doug Simon added tests for ResolvedJavaType.getClassInitializer() and ResolvedJavaType.getDeclaredMethods()
Thu, 10 Oct 2013 11:55:46 +0200 Doug Simon added ResolvedJavaType.getClassInititalizer()
Thu, 10 Oct 2013 03:23:40 +0200 Andreas Woess Back out changeset be0a33a631fa.
Wed, 09 Oct 2013 22:21:49 +0200 Andreas Woess Truffle: fix node rewrite issue that can occur when a currently executing node is replaced in a recursive call.
Wed, 09 Oct 2013 20:03:43 +0200 Andreas Woess Remove obsolete TruffleCompilerOptions.
Wed, 09 Oct 2013 19:38:58 +0200 Andreas Woess fix typo
Wed, 09 Oct 2013 17:55:00 +0200 Andreas Woess Fix DeoptimizeNode @NodeInfo.
Wed, 09 Oct 2013 17:34:44 +0200 Thomas Wuerthinger Merge.
Wed, 09 Oct 2013 17:26:38 +0200 Thomas Wuerthinger Merge.
Wed, 09 Oct 2013 17:26:29 +0200 Thomas Wuerthinger Do not emit code for constants in virtual state.
Tue, 08 Oct 2013 23:14:53 +0200 Thomas Wuerthinger Allow floating unsafe loads.
Tue, 08 Oct 2013 23:14:35 +0200 Thomas Wuerthinger Only allow virtualization of PiNode if type matches.
Wed, 09 Oct 2013 16:53:07 +0200 Bernhard Urban StandardMethodSubstitutionsTest: reenable tests again
Wed, 09 Oct 2013 16:02:48 +0200 Doug Simon spelling fix
Tue, 08 Oct 2013 21:47:46 +0200 Thomas Wuerthinger Merge.
Tue, 08 Oct 2013 00:18:11 +0200 Thomas Wuerthinger Introduce ConditionAnchorNode.
Tue, 08 Oct 2013 00:17:56 +0200 Thomas Wuerthinger Fix warnings in PTX code.
Tue, 08 Oct 2013 15:06:43 +0200 Doug Simon ensure graal.options in the JDK is deployed/updated/deleted each time the VM is run
Tue, 08 Oct 2013 13:30:10 +0200 Doug Simon suggest corrections for mistyped Graal options (GRAAL-521)
Tue, 08 Oct 2013 00:20:24 +0100 Chris Seaton TruffleRuntime.createVirtualFrame.
Mon, 07 Oct 2013 23:16:00 +0200 Thomas Wuerthinger Merge.
Mon, 07 Oct 2013 23:10:17 +0200 Thomas Wuerthinger Fix unsafe load snippet.
Mon, 07 Oct 2013 09:10:51 +0200 Thomas Wuerthinger Merge.
Mon, 07 Oct 2013 03:12:05 +0200 Thomas Wuerthinger Fix more PTX warnings.