log

age author description
Thu, 08 Oct 2015 09:28:11 -0700 Christian Wimmer Split LIR matching rules out of NodeLIRBuilder to allow independent subclasses
Thu, 08 Oct 2015 17:24:58 +0200 Thomas Wuerthinger Small fix for conditional elimination tests.
Thu, 08 Oct 2015 16:54:27 +0200 Thomas Wuerthinger Merge.
Thu, 08 Oct 2015 15:59:44 +0200 Thomas Wuerthinger Merge.
Thu, 08 Oct 2015 15:57:40 +0200 Thomas Wuerthinger Add new canonicalization for x - y == 0 to x == y in IntegerEqualsNode.
Thu, 08 Oct 2015 16:20:18 +0200 Andreas Woess updated imported truffle revision
Thu, 08 Oct 2015 15:08:36 +0200 Roland Schatz Unit test for lazy initialization of Graal.
Thu, 08 Oct 2015 14:31:46 +0200 Roland Schatz Move options to inner classes.
Thu, 08 Oct 2015 14:29:02 +0200 Roland Schatz Utility methods for spawning subprocesses in unit tests.
Thu, 08 Oct 2015 14:26:52 +0200 Stefan Anzinger Update jvmci import
Wed, 07 Oct 2015 23:16:36 -0700 Tom Rodriguez Update jvmci import: use new log_object interface
Thu, 08 Oct 2015 04:50:02 +0200 Andreas Woess updated imported truffle revision
Wed, 07 Oct 2015 14:12:48 -0700 Christian Wimmer Make fields accessible from other packages
Wed, 07 Oct 2015 12:50:15 -0700 Stefan Anzinger Update jvmci import version
Wed, 07 Oct 2015 13:01:32 +0200 Roland Schatz Update jvmci import.
Wed, 07 Oct 2015 01:43:56 -0700 Stefan Anzinger Use mx.get_arch instead of platform.processor
Tue, 06 Oct 2015 18:44:23 -0700 Christian Wimmer Merge
Tue, 06 Oct 2015 16:52:56 -0700 Christian Wimmer Update jvmci import
Tue, 06 Oct 2015 16:52:09 -0700 Christian Wimmer Make methods in DefaultJavaLoweringProvider to avoid having them in HotSpotLoweringProvider
Tue, 06 Oct 2015 17:39:35 -0700 zhengy Address internal reviews
Wed, 30 Sep 2015 15:40:22 +0200 Stefan Anzinger Call JVMCI.initialize when Debug class is loaded to make sure properties are loaded
Tue, 06 Oct 2015 16:51:30 +0200 Josef Eisl mx microbench: add support external JMH jars using the --jar argument.
Tue, 06 Oct 2015 17:58:23 +0200 Josef Eisl TraceRA: add trace statistics dumping.
Tue, 06 Oct 2015 16:23:50 +0200 Roland Schatz Delay HotSpotBackendFactory registration.
Tue, 06 Oct 2015 15:52:06 +0200 Roland Schatz Don't initialize Graal runtime on shutdown if no compilations happened.
Tue, 06 Oct 2015 15:16:00 +0200 Roland Schatz Avoid truffle compiler initialization in createCallTarget and cancelInstalledTask.
Tue, 06 Oct 2015 14:27:55 +0200 Roland Schatz Make sure truffle call boundary methods are set to not inlineable early enough.
Mon, 05 Oct 2015 14:55:24 +0200 Roland Schatz Avoid unnecessary compiler initialization in HotSpotTruffleRuntime.
Mon, 05 Oct 2015 14:18:07 +0200 Roland Schatz Remove unused global list of stubs.
Mon, 05 Oct 2015 13:26:59 +0200 Roland Schatz Lazy initialization of HotSpotTruffleRuntime.
Sat, 03 Oct 2015 17:25:59 -0700 Michael Van De Vanter Merge with f74225bf6671d84f00ccf48c3a01040bfa1f6b3b
Sat, 03 Oct 2015 16:58:15 -0700 Michael Van De Vanter Truffle/Instrumentation: rewrite InstrumentationPartialEvaluationTest to work in PolyglotEngine after Instrumentation merge
Sat, 03 Oct 2015 00:05:38 +0200 Doug Simon changes for compatibility with jvmci-9
Fri, 02 Oct 2015 10:15:51 -0700 Tom Rodriguez Update jvmci import
Fri, 02 Oct 2015 10:03:15 -0700 Tom Rodriguez Add test for parsing of unbalanced monitors
Fri, 02 Oct 2015 15:23:31 +0200 Roland Schatz Don't try to save full vector registers in emitSaveRegisters.
Thu, 01 Oct 2015 14:32:39 -0700 Christian Wimmer Merge
Thu, 01 Oct 2015 14:21:08 -0700 Christian Wimmer Temporarily change truffle dependency for integration testing
Thu, 01 Oct 2015 14:01:17 -0700 Mick Jordan update truffle import
Thu, 01 Oct 2015 16:56:40 +0200 Roland Schatz Update jvmci import: Make HotSpotObjectConstantImpl package-private.
Wed, 30 Sep 2015 22:24:46 -0700 Michael Van De Vanter Eclipseformat
Wed, 30 Sep 2015 22:10:52 -0700 Michael Van De Vanter Test updates for revised Polyglot/Instrumentation APIs
Wed, 30 Sep 2015 17:59:48 -0700 Tom Rodriguez Updated imported jvmci version: updated InstalledCodeInvalidationTest
Wed, 30 Sep 2015 15:30:59 -0700 Tom Rodriguez Add test of InstalledCode invalidation
Wed, 30 Sep 2015 12:59:01 -0700 Christian Wimmer Merge
Wed, 30 Sep 2015 12:57:48 -0700 Christian Wimmer Add utility classes and methods for Word types
Tue, 29 Sep 2015 14:59:02 -0700 Christian Wimmer Bugfix: wrong memory barrier used for volatile Unsafe store
Wed, 30 Sep 2015 16:46:33 +0200 Andreas Woess Truffle: defer lookup of call methods
Wed, 30 Sep 2015 16:19:48 +0200 Andreas Woess Truffle: create compilations map without CollectionsAccess
Wed, 30 Sep 2015 16:18:18 +0200 Andreas Woess Truffle: intrinsify CompilerDirectives.isPartialEvaluationConstant
Wed, 30 Sep 2015 17:46:24 +0200 Andreas Woess update truffle import revision
Wed, 30 Sep 2015 17:28:35 +0200 Doug Simon work around for Eclipse bug 477597
Wed, 30 Sep 2015 15:50:25 +0200 Roland Schatz Update jvmci import: Register and PlatformKind declarations for AVX512.
Wed, 30 Sep 2015 13:49:06 +0200 Doug Simon fixed deadlock between JVMCI and TTY initialization (GRAAL-1280)
Wed, 30 Sep 2015 11:38:20 +0200 zhengy support for optimization aware accurate bytecode based profiling
Tue, 29 Sep 2015 22:19:45 +0200 Doug Simon updated imported jvmci version
Tue, 29 Sep 2015 22:03:41 +0200 Doug Simon added HotSpotStackIntrospection and made CompilerToVM.getNextStackFrame package-private
Tue, 29 Sep 2015 21:37:35 +0200 Doug Simon added HotSpotJVMCIRuntimeProvider.collectCounters and made CompilerToVM.collectCounters package-private
Tue, 29 Sep 2015 18:54:18 +0200 Doug Simon added HotSpotCodeCacheProvider.notifyCompilationStatistics and HotSpotCodeCacheProvider.resetCompilationStatistics and made made these methods package-private in CompilerToVM
Tue, 29 Sep 2015 18:54:12 +0200 Doug Simon fixed eclipseformat issue
Tue, 29 Sep 2015 17:49:27 +0200 Doug Simon added CodeCacheProvider.shouldDebugNonSafepoints and made CompilerToVM.shouldDebugNonSafepoints package-private
Tue, 29 Sep 2015 17:29:42 +0200 Doug Simon added CodeCacheProvider.invalidateInstalledCode and made CompilerToVM.invalidateInstalledCode package-private
Tue, 29 Sep 2015 17:09:42 +0200 Doug Simon added CodeCacheProvider.getMaxCallTargetOffset and made CompilerToVM.getMaxCallTargetOffset package-private
Tue, 29 Sep 2015 15:56:37 +0200 Doug Simon added HotSpotJVMCIRuntimeProvider.getLogStream() and made CompilerToVM.writeDebugOutput and CompilerToVm.flushDebugOutput package-private
Tue, 29 Sep 2015 16:01:13 +0200 Stefan Anzinger Allow OperandMode.TEMP to be STACK; do not reuse VirtualStackSlot for temp slots on SPARC
Tue, 29 Sep 2015 15:02:34 +0200 Stefan Anzinger Move .sl testcases/outputs (resources) into projects src directory
Tue, 29 Sep 2015 14:56:58 +0200 Doug Simon Merge.
Tue, 29 Sep 2015 14:55:03 +0200 Doug Simon expanded CodeCacheProvider so that it supports all forms of code installation and made CompilerToVM.installCode package-private
Mon, 28 Sep 2015 21:23:34 +0200 Doug Simon added CompilationRequest to package up a compilation request and be able to add VM specific context
Tue, 29 Sep 2015 09:55:35 +0200 Lukas Stadler add getters for inputs to ArrayEqualsNode
Tue, 29 Sep 2015 09:17:36 +0200 Stefan Anzinger [SPARC] Make SPARCLIRGenerator.asAddressValue public
Mon, 28 Sep 2015 17:20:31 +0200 Stefan Anzinger Update jvmci import version
Mon, 28 Sep 2015 17:18:58 +0200 Stefan Anzinger SnippetTemplate: Allow remove locations in snippet
Mon, 28 Sep 2015 17:17:42 +0200 Stefan Anzinger Remove Phi nodes whithout any input
Mon, 28 Sep 2015 15:08:41 +0200 Doug Simon exclude JAVA_ALLOCATION_INSTRUMENTER from GRAAL_TEST due to license conflict
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
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.