log graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/GraalCompilerTest.java @ 22876:cc788c1189fc

age author description
Thu, 22 Oct 2015 16:21:29 +0200 Roland Schatz Remove GraalRuntimeAccess mechanism, and move Graal singleton class to test project.
Wed, 21 Oct 2015 23:56:19 +0200 Doug Simon moved Graal compiler options from JVMCI to GraalCompilerOptions
Wed, 21 Oct 2015 14:05:46 +0200 Roland Schatz Update jvmci import: Rename Compiler to JVMCICompiler. graal-0.9
Sun, 18 Oct 2015 23:16:09 -0700 Tom Rodriguez Make sure graphs compiled in tests can be dumped
Thu, 08 Oct 2015 17:41:33 -0700 Tom Rodriguez Update jvmci and truffle import: Rename jdk.internal.jvmci to jdk.vm.ci
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
Wed, 16 Sep 2015 21:17:42 +0200 Doug Simon updated imports to be explicit and added checkstyle rule to forbid * imports
Tue, 08 Sep 2015 19:57:39 +0200 Roland Schatz Update jvmci import: Refactoring: Rename Kind to JavaKind.
Thu, 03 Sep 2015 00:54:14 +0200 Doug Simon suppressed -Xlint:try warnings
Tue, 18 Aug 2015 15:08:53 +0200 Roland Schatz Remove redundant TargetDescription argument, use TargetDescription from Backend instead.
Mon, 27 Jul 2015 16:26:41 -0700 Tom Rodriguez Eliminate jdk.internal.jvmci.debug
Wed, 22 Jul 2015 23:27:39 -0700 Tom Rodriguez Move most of jdk.internal.jvmci.debug back into com.oracle.graal.debug
Tue, 23 Jun 2015 12:02:47 +0200 Gilles Duboscq Restored explicit org.junit.internal.AssumptionViolatedException import (needed as it became ambiguous with newer versions of JUnit)
Tue, 23 Jun 2015 12:00:17 +0200 Gilles Duboscq Move SpeculationLog into the structured graph
Mon, 22 Jun 2015 12:12:53 -0700 twisti Rename com.oracle.jvmci to jdk.internal.jvmci
Sat, 20 Jun 2015 01:29:17 +0200 Thomas Wuerthinger Remove type profile proxy node.
Wed, 10 Jun 2015 16:06:52 +0200 Gilles Duboscq Make speculation log available in HighTierContext
Wed, 03 Jun 2015 15:47:54 +0200 Gilles Duboscq Introduce Compiler interface in jvmci. Use it from jvmci.hotspot.CompilationTask
Thu, 04 Jun 2015 13:35:47 +0200 Doug Simon moved asm, bytecode and asm.test code back to com.oracle.graal name space (JBS:GRAAL-53)
Wed, 03 Jun 2015 18:33:23 +0200 Doug Simon moved com.oracle.asm.**.test to JVMCI namespace (JBS:GRAAL-53)
Mon, 01 Jun 2015 15:14:39 +0200 Gilles Duboscq Move HotSpotResolvedJavaMethod.getSpeculationLog to ResolvedJavaMethod
Wed, 27 May 2015 00:36:16 +0200 Doug Simon renamed com.oracle.graal.api[meta|code] modules to com.oracle.jvmci.[meta|code] (JBS:GRAAL-53)
Tue, 26 May 2015 23:21:15 +0200 Doug Simon renamed com.oracle.graal.[debug|options|hotspotvmconfig]* modules to com.oracle.jvmci.[debug|options|hotspotvmconfig]* modules (JBS:GRAAL-53)
Tue, 26 May 2015 11:19:50 +0200 Doug Simon moved Receiver inner class from MethodIdMap to InvocationPlugin (JBS:GRAAL-53)
Mon, 25 May 2015 23:30:34 +0200 Doug Simon moved GraalInternalError to com.oracle.jvmci.common and renamed it to JVMCIError (JBS:GRAAL-53)
Wed, 06 May 2015 22:18:53 -0700 Tom Rodriguez Ignore InfopointNodes when comparing graphs
Wed, 06 May 2015 11:44:07 -0700 Tom Rodriguez Allow access to GraalCompilerTest.Result fields
Tue, 28 Apr 2015 11:54:06 +0200 Josef Eisl GraalCompilerTest: add breakpoint(int).
Mon, 13 Apr 2015 21:50:37 +0200 Doug Simon generalized map in InvocationPlugins to MethodIdMap
Mon, 06 Apr 2015 00:19:30 +0200 Doug Simon replaced method substitution for GraalCompilerTest.breakpoint() with an InvocationPlugin
Sun, 29 Mar 2015 20:51:22 +0200 Thomas Wuerthinger Remove GraphCache option.
Tue, 17 Mar 2015 12:13:24 +0100 Doug Simon Merge.
Thu, 12 Mar 2015 23:48:20 +0100 Thomas Wuerthinger Remove code of the old schedule algorithm.
Thu, 12 Mar 2015 23:25:19 +0100 Thomas Wuerthinger Merge.
Thu, 12 Mar 2015 23:24:03 +0100 Thomas Wuerthinger Add a new algorithm for latest possible schedule. Fix earliest possible schedule for the case of floating reads. Add scheduling test cases.
Sun, 15 Mar 2015 11:36:54 +0100 Doug Simon refactored GraphBuilderConfiguration (and its component classes) into a separate project
Sun, 15 Mar 2015 10:52:22 +0100 Doug Simon graph builder plugins are created before GraphBuilderConfigurations and the process for deriving plugins from an existing configuration is simplified
Wed, 11 Mar 2015 20:43:12 +0100 Doug Simon use GraphBuilderPlugins for method substitutions, intrinsics and snippets (GRAAL-982)
Tue, 10 Mar 2015 21:39:31 +0100 Doug Simon added ArgSupplier mechanism for supporting tests that modify their arguments
Mon, 02 Mar 2015 15:59:01 +0100 Thomas Wuerthinger Enable adding constant nodes to the comparison for GraalCompilerTest.
Fri, 27 Feb 2015 18:25:41 +0100 Thomas Wuerthinger Temporarily disable constant scheduling again for canonical graph comparisons.
Fri, 27 Feb 2015 13:54:30 +0100 Thomas Wuerthinger New bytecode interpreter partial evaluation test including an IFZERO bytecode. Make graph builder loop explosion support multiple loop back edges from one peeling iteration.
Mon, 16 Feb 2015 21:45:12 +0100 Doug Simon Merge.
Mon, 16 Feb 2015 17:47:43 +0100 Thomas Wuerthinger Add generic parameter to NodeClass. Change Graph#getNodes(Class) to Graph#getNodes(NodeClass).
Mon, 16 Feb 2015 13:41:30 +0100 Doug Simon copy all plugins when copying a GraphBuilderConfiguration
Mon, 16 Feb 2015 11:57:43 +0100 Doug Simon renamed GraphBuilderPlugins to InvocationPlugins and consolidated it into GraphBuilderConfiguration; moved declaration of GraphBuilderPlugin sub-interfaces into GraphBuilderPlugin
Thu, 12 Feb 2015 21:27:06 +0100 Thomas Wuerthinger Temporarily remove the baseline compiler experiment.
Thu, 12 Feb 2015 01:54:05 +0100 Doug Simon pulled method evolution dependencies out of Assumptions and directly into StructuredGraph
Wed, 11 Feb 2015 16:08:50 +0100 Josef Eisl Merge (rename LowLevel{Phases,..} to LIR{Phases,..})
Wed, 11 Feb 2015 15:22:53 +0100 Josef Eisl Rename LowLevelSuites to LIRSuites.
Wed, 11 Feb 2015 10:13:08 +0100 Doug Simon made Assumptions be part of a StructuredGraph
Tue, 10 Feb 2015 14:44:55 +0100 Josef Eisl GraalCompilerTest: use DerivedOptionValue for lowLevelSuites.
Tue, 10 Feb 2015 14:43:12 +0100 Josef Eisl Merge (LowLevelSuites).
Tue, 10 Feb 2015 11:09:28 +0100 Josef Eisl GraalCompiler.emitLowLevel: use LowLevelSuites instead of LowLevelCompilerConfiguration.
Tue, 10 Feb 2015 13:08:31 +0100 Roland Schatz Pick up changes to suites when overriding options in unit tests.
Thu, 05 Feb 2015 01:24:09 +0100 Thomas Wuerthinger Remove unused import.
Thu, 05 Feb 2015 01:04:56 +0100 Thomas Wuerthinger Make graph equality comparison for testing purposes more robust, by sorting constants lexically.
Wed, 04 Feb 2015 14:39:22 +0100 Doug Simon copy GraphBuilderPlugins when copying a GraphBuilderPhase
Sat, 31 Jan 2015 00:30:00 +0100 Doug Simon initial commit of GraphBuilderPhase plugins
Fri, 30 Jan 2015 10:54:09 -0800 Christian Wimmer Remove unused parameter "stub" from GraalCompiler.compileGraph