log

age author description
Wed, 09 Dec 2015 20:43:28 -0800 Mick Jordan update truffle import
Wed, 09 Dec 2015 16:06:22 +0100 Roland Schatz Only generate a single NodeIntrinsicPluginFactory for all @NodeIntrinsic and @Fold methods in a top-level class.
Tue, 08 Dec 2015 20:47:09 -0800 Tom Rodriguez Update comment
Tue, 08 Dec 2015 17:29:03 -0800 Tom Rodriguez Ensure that the stamp is respected when folding reads from arrays
Tue, 08 Dec 2015 17:24:35 -0800 Tom Rodriguez Ensure indirect nodes trigger canonicalization
Tue, 08 Dec 2015 12:30:15 -0800 Christian Wimmer merge
Tue, 08 Dec 2015 12:29:24 -0800 Christian Wimmer Make MonitorEnterNode extensible in SVM.
Tue, 08 Dec 2015 18:00:31 +0100 Doug Simon defer InvocationPlugin registration until first plugin lookup or plugins are closed
Tue, 08 Dec 2015 18:00:22 +0100 Doug Simon updated jvmci import
Tue, 08 Dec 2015 15:51:58 +0100 Doug Simon updated jvmci import
Mon, 07 Dec 2015 14:06:22 +0100 Roland Schatz Support non-static @Fold methods.
Mon, 07 Dec 2015 11:57:37 +0100 Roland Schatz Use arg instead of _arg as prefix for variable names in generated node plugins.
Sun, 06 Dec 2015 00:13:06 -0800 Thomas Wuerthinger Simplify Truffle argument profiling code. Profile only for exact concrete class.
Fri, 04 Dec 2015 10:32:41 -0800 Tom Rodriguez Remove method handle special case logic for 8u60 and later
Fri, 04 Dec 2015 14:03:02 +0100 Doug Simon improved readability of test for which instanceof usages can be materialized
Fri, 04 Dec 2015 14:02:31 +0100 Doug Simon updated jvmci import
Thu, 03 Dec 2015 22:23:01 -0800 Tom Rodriguez Merge
Thu, 03 Dec 2015 11:03:49 -0800 Tom Rodriguez Not all foreign calls are safepoints
Wed, 02 Dec 2015 11:06:05 -0800 Tom Rodriguez Make sure leaf nodes have been GVN'ed
Thu, 03 Dec 2015 17:08:36 +0100 Stefan Anzinger Do not use MaterializationUsageReplacer for InstanceOfSnippets when ConditionalNode values are not constant (ohterwise schedule may get invalid)
Thu, 03 Dec 2015 15:46:15 +0100 Stefan Anzinger Add toString to NodeStack
Tue, 01 Dec 2015 08:46:50 -0800 Christian Wimmer Merge
Tue, 01 Dec 2015 08:46:24 -0800 Christian Wimmer Merge
Tue, 01 Dec 2015 08:45:20 -0800 Christian Wimmer Merge
Tue, 01 Dec 2015 16:15:46 +0100 Josef Eisl TraceRA: TraceLinearScanEliminateSpillMovePhase: do not introduce spill moves for intervals that StartInMemory.
Tue, 01 Dec 2015 16:14:17 +0100 Josef Eisl TraceRA: TraceLinearScanEliminateSpillMovePhase: fix isPhiResolutionMove (was negated) and add comments.
Mon, 30 Nov 2015 17:38:22 +0100 Josef Eisl TraceRA: add SuppressWarnings "try".
Mon, 30 Nov 2015 17:18:36 +0100 Josef Eisl TraceRA: move Trace Linear Scan implementation into sub-package.
Mon, 30 Nov 2015 15:07:18 +0100 Josef Eisl TraceRA: remove TraceRegisterAllocationFixupPhase.
Mon, 30 Nov 2015 15:01:06 +0100 Josef Eisl TraceRA: fix stack-to-stack moves in the assignment phase.