log

age author description
Mon, 28 Sep 2015 11:06:21 +0200 Doug Simon made graal suite use GPLv2-CPE license
Sun, 27 Sep 2015 16:39:13 +0200 Doug Simon fixed checkstyle issues
Sun, 27 Sep 2015 16:06:33 +0200 Doug Simon adapt to mx change in terms of where generated output is placed; updated jvmci and truffle imports
Fri, 25 Sep 2015 17:19:26 +0200 Doug Simon work around for Eclipse bug 477597
Fri, 25 Sep 2015 15:49:10 -0700 Christian Wimmer Correctly guard invocation plugins based on supported CPUFeature of AMD64
Fri, 25 Sep 2015 15:07:22 -0700 Christian Wimmer Merge
Fri, 25 Sep 2015 14:52:23 -0700 Christian Wimmer Conditionally register invocation plugins that require deoptimization so that VM can decide to be deoptimization-free
Fri, 25 Sep 2015 11:24:55 -0700 Christian Wimmer Add new option TruffleCompilationExceptionsArePrinted
Fri, 25 Sep 2015 11:22:37 -0700 Christian Wimmer Use lazy class loading instead of explicit assertionsEnabled check
Thu, 24 Sep 2015 14:24:07 +0200 Stefan Anzinger [SPARC] Make Op3 and Opf LIR instructions delayable
Fri, 25 Sep 2015 09:31:04 +0200 Stefan Anzinger Reduce option PEGraphDecoder.Options.InliningDepthError default value to 275 to avoid StackOverflowErrors on SPARC
Thu, 24 Sep 2015 21:17:13 -0700 Tom Rodriguez Update jvmci import
Thu, 24 Sep 2015 14:44:21 +0200 Roland Schatz Update jvmci import: Remove initializeArchitecture methods.
Thu, 24 Sep 2015 14:29:13 +0200 Roland Schatz Remove default implementations of LIRKindTool and zapValueForKind.
Thu, 24 Sep 2015 12:05:43 +0200 Stefan Anzinger Change c.o.nfi.test to javaCompliance 1.8
Thu, 24 Sep 2015 11:31:04 +0200 Stefan Anzinger Update jvmci and truffle import version
Wed, 23 Sep 2015 17:41:47 +0200 Stefan Anzinger Update jvmci import version
Wed, 23 Sep 2015 15:42:58 +0200 Stefan Anzinger [SPARC] Remove JavaKind dependency from SPARC backend, clearing up SPARCArithmetic
Mon, 21 Sep 2015 14:35:30 +0200 Stefan Anzinger [SPARC] Introduce LIR instruction for Op3 and Opf instructions
Fri, 18 Sep 2015 12:18:41 +0200 Stefan Anzinger [SPARC] Remove SPARCCompare.ACMP
Tue, 25 Aug 2015 17:42:38 +0200 Stefan Anzinger HotSpotInstructionProfiling: Add comment about increment patching
Wed, 23 Sep 2015 13:09:38 +0200 Lukas Stadler more accurate position for EnsureVirtual exception
Wed, 23 Sep 2015 11:35:57 +0200 Josef Eisl TraceRA: respect neverSpillConstants option.
Wed, 23 Sep 2015 11:34:38 +0200 Josef Eisl Move NeverSpillConstants to BackendOptions.
Fri, 18 Sep 2015 16:32:38 +0200 Josef Eisl AMD64: Remove StoreRbpOp.
Tue, 22 Sep 2015 18:04:38 -0700 Christian Wimmer Merge
Tue, 22 Sep 2015 17:43:05 -0700 Christian Wimmer Make method final to improve code that has a MethodHandle to it
Tue, 22 Sep 2015 17:41:50 -0700 Christian Wimmer Configure lazy/eager snippets via system property to allow customization without source code change
Tue, 22 Sep 2015 17:39:52 -0700 Christian Wimmer Increase visibility of some BytecodeParser methods and fields
Tue, 22 Sep 2015 17:39:01 -0700 Christian Wimmer Also adopt empty parent for InvocationPlugins, it might get filled later on