log

age author description
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
Tue, 22 Sep 2015 17:38:07 -0700 Christian Wimmer Allow invocation plugin registry to be created with class name instead of java.lang.Class
Tue, 22 Sep 2015 17:36:27 -0700 Christian Wimmer Add missing registerOptional* methods
Tue, 22 Sep 2015 17:35:52 -0700 Christian Wimmer Allow overwriting of invocation plugins
Tue, 22 Sep 2015 17:26:22 -0700 Christian Wimmer Workaround for LIR constant optimization
Tue, 22 Sep 2015 23:12:56 +0200 Doug Simon adapted CompileTheWorld for switch to -Djvmci.option.<name>=<value> format
Tue, 22 Sep 2015 13:23:15 -0700 Christian Wimmer Update jvmci import
Tue, 22 Sep 2015 13:22:18 -0700 Christian Wimmer Add assertion removed from VirtualObject in JVMCI repository, allow customization of JavaKind lookup
Tue, 22 Sep 2015 18:41:03 +0100 Chris Seaton Increase InliningDepthError to 300.
Tue, 22 Sep 2015 17:54:55 +0200 Roland Schatz Avoid unnecessary array copy.
Tue, 22 Sep 2015 17:30:09 +0200 Roland Schatz Update jvmci import: Make implementation classes package private.
Tue, 22 Sep 2015 15:41:43 +0200 Roland Schatz Move UnsignedMath class to graal, and remove methods that duplicate existing methods in JDK.
Tue, 22 Sep 2015 15:43:15 +0200 Roland Schatz Move AbstractAddress to com.oracle.graal.asm package.
Tue, 22 Sep 2015 11:50:36 +0200 Roland Schatz Update jvmci import: Use PlatformKind.getSizeInBytes() instead of TargetDescription.getSizeInBytes(PlatformKind).
Mon, 21 Sep 2015 23:24:58 +0200 Doug Simon updated jdkartifactstats to show stripped jar sizes
Mon, 21 Sep 2015 15:11:40 +0200 Roland Schatz Update jvmci import: Remove rawValue from HotSpotMetaspaceConstantImpl.
Mon, 21 Sep 2015 12:07:52 +0200 Doug Simon added jdkartifactstats command
Mon, 21 Sep 2015 11:27:49 +0200 Lukas Stadler remove leftover debug output
Fri, 18 Sep 2015 10:15:38 -0700 Tom Rodriguez Update jvmci import
Fri, 18 Sep 2015 15:18:26 +0200 Doug Simon updated imported jvmci version
Fri, 18 Sep 2015 15:16:41 +0200 Doug Simon added CompilerToVM.compilerToVM() for static access to the CompilerToVM instance
Fri, 18 Sep 2015 15:05:31 +0200 Doug Simon consistently use HotSpotVMConfig.config() for static access to the HotSpotVMConfig instance
Fri, 18 Sep 2015 15:10:05 +0200 Josef Eisl AMD64: introduce AMD64HotSpotRestoreRbpOp.
Fri, 18 Sep 2015 15:09:46 +0200 Josef Eisl Backout 47a3d4b3ccb3 (AMD64HotSpotEpilogueOp: set rbp rescue location on construction.)
Thu, 17 Sep 2015 13:10:35 +0200 Josef Eisl LIRTest: allow void nodes.
Wed, 09 Sep 2015 16:43:28 +0200 Josef Eisl mx microbench: respect --suite argument.
Fri, 18 Sep 2015 13:12:02 +0200 Roland Schatz Update jvmci import: Use AMD64Kind instead of JavaKind in backend.
Fri, 18 Sep 2015 11:41:06 +0200 Roland Schatz Use dummy PlatformKind in platform independent backend test.
Thu, 17 Sep 2015 22:15:07 -0700 Tom Rodriguez Update jvmci import: Replace JVMCICompileWithC1Only with package based controls
Thu, 17 Sep 2015 16:48:47 +0200 Roland Schatz Support inline null comparisons in SPARC backend.
Thu, 17 Sep 2015 15:05:54 +0200 Roland Schatz Use LIRKind.Illegal instead of JavaKind.Illegal in backend.
Thu, 17 Sep 2015 14:29:34 +0200 Roland Schatz Use correct LIRKind for constants in phis.
Thu, 17 Sep 2015 11:08:55 +0200 Roland Schatz Use correct wordKind in CurrentJavaThreadNode and FrameMap.
Thu, 17 Sep 2015 14:10:51 +0200 Stefan Anzinger [SPARC] Remove special null handling in SPARCLIRGenerator.emitConstant
Wed, 16 Sep 2015 21:56:12 +0200 Doug Simon work around for Eclipse bug 477597
Wed, 16 Sep 2015 21:17:42 +0200 Doug Simon updated imports to be explicit and added checkstyle rule to forbid * imports
Wed, 16 Sep 2015 15:43:24 +0200 Paul Woegerer Allow PartialEscapePhase to be reused for PEA selective inlining
Wed, 16 Sep 2015 14:42:30 +0200 Gilles Duboscq Always put TRUFFLE_API on the bootclasspath
Wed, 16 Sep 2015 14:12:37 +0200 Stefan Anzinger Update jvmci import version
Wed, 16 Sep 2015 12:19:31 +0200 Roland Schatz Update jvmci import: Clean separation between backend and frontend wordKind.
Wed, 16 Sep 2015 12:05:27 +0200 Roland Schatz Fix verification of return kind.
Wed, 16 Sep 2015 11:49:07 +0200 Stefan Anzinger CheckGraalInvariants: Use deterministic class order (outer before inner) and initialize them in single thread to avoid deadlocks during initialization
Tue, 15 Sep 2015 22:35:17 -0700 Tom Rodriguez Update jvmci import: Add test exercising CHA with default methods
Wed, 16 Sep 2015 01:09:19 +0200 Doug Simon removed methods from HotSpotGraalRuntimeProvider that access statically available JVMCI functionality (GRAAL-1235)
Wed, 16 Sep 2015 00:48:33 +0200 Doug Simon removed HotSpotGraalRuntime singleton - it's now owned by a HotSpotGraalCompiler instance (GRAAL-1235)
Tue, 15 Sep 2015 21:10:57 +0200 Andreas Woess improve GraphPE error reporting
Tue, 15 Sep 2015 17:05:35 +0200 Andreas Woess improve TraceTrufflePerformanceWarnings output