log

age author description
Mon, 02 Nov 2015 11:36:45 +0100 Stefan Anzinger Update jvmci import version
Sun, 01 Nov 2015 23:46:02 -0800 Tom Rodriguez Be more conservative when moving tests upward
Sun, 01 Nov 2015 22:08:26 -0800 Tom Rodriguez Merge
Thu, 29 Oct 2015 12:35:30 -0700 Tom Rodriguez Fix machinery for elimination of pending tests
Sun, 01 Nov 2015 17:03:05 +0100 Doug Simon added sources for JVMCI library
Sun, 01 Nov 2015 10:59:29 +0100 Doug Simon a dependency on MatchProcessor requires a dependency on ServiceProviderProcessor
Sat, 31 Oct 2015 12:49:11 +0100 Doug Simon Merge.
Sat, 31 Oct 2015 12:49:00 +0100 Doug Simon revert javaCompliance for Graal projects to 1.8
Sat, 31 Oct 2015 12:48:50 +0100 Doug Simon MatchProcessor should not generate files in META-INF/jvmci.providers but rely on the @ServiceProcessor annotation instead
Fri, 30 Oct 2015 15:47:56 +0100 Doug Simon use JVMCI (compile time) library instead of jvmci suite when default JDK is JDK9
Fri, 30 Oct 2015 20:56:28 +0100 Thomas Wuerthinger Merge.
Fri, 30 Oct 2015 20:55:32 +0100 Thomas Wuerthinger Fix read elimination for raw read and write nodes.
Fri, 30 Oct 2015 10:46:56 -0700 Tom Rodriguez Merge
Thu, 29 Oct 2015 12:23:07 -0700 Tom Rodriguez Add unifying DeoptimizingGuard interface for AbstractFixedGuardNode and GuardNode
Thu, 29 Oct 2015 12:22:45 -0700 Tom Rodriguez Add scopes for dumping in conditional elimination tests
Thu, 29 Oct 2015 12:22:17 -0700 Tom Rodriguez Fixed commutation logic for BinaryOpLogicNode
Thu, 29 Oct 2015 17:48:15 +0100 Stefan Anzinger Let MatchProcessor generate ProviderFiles into META-INF/jvmci.providers
Thu, 29 Oct 2015 17:49:30 +0100 Stefan Rumzucker Add basic functionality for debug dumps via Salver trace events.
Thu, 29 Oct 2015 13:53:23 +0100 Gilles Duboscq Add SafepointRethrowDeoptPETest
Thu, 29 Oct 2015 17:26:07 +0100 Gilles Duboscq Update graal version
Thu, 29 Oct 2015 16:29:42 +0100 Roland Schatz Unit test for error conditions in JVMCI code installer.
Thu, 29 Oct 2015 13:32:53 +0100 Stefan Anzinger Update jvmci import version
Wed, 28 Oct 2015 14:07:45 -0700 Tom Rodriguez updated imported jvmci version
Wed, 28 Oct 2015 14:03:30 -0700 Tom Rodriguez Check sense of test when handling bit tests
Wed, 28 Oct 2015 18:47:47 +0100 Andreas Woess TruffleTreeDumpHandler: dump inlined call graph
Wed, 28 Oct 2015 18:47:41 +0100 Andreas Woess TruffleTreeDumpHandler: dump inlined trees to IGV
Wed, 28 Oct 2015 18:47:22 +0100 Andreas Woess update truffle import
Tue, 27 Oct 2015 16:01:15 -0700 Tom Rodriguez Canonicalize single bit tests
Tue, 27 Oct 2015 09:44:24 -0700 Tom Rodriguez Factor out compilation exception handling logic
Tue, 27 Oct 2015 14:09:17 +0100 Doug Simon updated jvmci import
Mon, 26 Oct 2015 16:39:48 -0700 Christian Wimmer bugfix: can only register assumptions when graph allows it
Mon, 26 Oct 2015 18:27:19 +0100 Doug Simon updated truffle import
Mon, 26 Oct 2015 10:26:30 -0700 Tom Rodriguez Correct guard logic to only rely on constants
Mon, 26 Oct 2015 09:14:01 -0700 Christian Wimmer Fix DebugInfoBuilder handling of constant values
Mon, 26 Oct 2015 00:07:23 +0100 Doug Simon specify tag="default" in call to mx.get_jdk()
Sun, 25 Oct 2015 11:55:50 +0100 Doug Simon mx: added BootClasspathDist
Sun, 25 Oct 2015 10:50:06 +0100 Doug Simon updated jvmci import
Sat, 24 Oct 2015 15:29:31 -0700 Tom Rodriguez Fold post dominating bit tests into earlier guards
Sat, 24 Oct 2015 15:27:58 -0700 Tom Rodriguez Look into expressions when performing conditional elimination
Sat, 24 Oct 2015 12:18:09 -0700 Tom Rodriguez Move constants to the right in commutative nodes
Sat, 24 Oct 2015 00:49:18 +0200 Doug Simon made Graal work on a JDK9 image without needing the jvmci mx suite or extensions
Fri, 23 Oct 2015 23:08:19 +0200 Doug Simon fixed paths in .pydevproject
Fri, 23 Oct 2015 23:04:14 +0200 Doug Simon make OptionsVerifierTest work with JDK9
Fri, 23 Oct 2015 10:26:45 -0700 Tom Rodriguez Verify number of arguments to ForeignCallNode matches signature
Fri, 23 Oct 2015 10:25:31 -0700 Christian Wimmer Allow subclasses of BytecodeParser to intercept customize exception dispatch
Thu, 22 Oct 2015 11:52:54 -0700 Tom Rodriguez Use try/catch around all the logic in a CompilationTask
Thu, 22 Oct 2015 16:21:29 +0200 Roland Schatz Remove GraalRuntimeAccess mechanism, and move Graal singleton class to test project.
Thu, 22 Oct 2015 16:00:44 +0200 Roland Schatz Avoid using Graal singleton in Truffle initialization.
Wed, 21 Oct 2015 16:20:23 +0200 Roland Schatz API to get the GraalRuntime of the JVMCI system compiler.
Tue, 20 Oct 2015 15:56:18 +0200 Gilles Duboscq Check guards stage before optimizing or inserting guards
Tue, 20 Oct 2015 15:55:40 +0200 Gilles Duboscq Fix missing transfer of speculation when recreating guards/deops
Tue, 20 Oct 2015 15:44:10 +0200 Gilles Duboscq BytecodeExceptionNodes can be lowere regarless of the guards stage
Tue, 20 Oct 2015 14:16:21 +0200 Gilles Duboscq Count input nodes before running a phase
Thu, 22 Oct 2015 12:56:40 +0200 Doug Simon made inlined method recording unconditional during compilation
Thu, 22 Oct 2015 11:50:53 +0200 Stefan Anzinger Enable System_setOut test again
Fri, 16 Oct 2015 15:02:39 +0200 Stefan Anzinger [SPARC] Load compressed HotSpotObjectConstants constants inline
Fri, 16 Oct 2015 10:47:19 +0200 Stefan Anzinger Remove Setx and clean up SPARCMove
Wed, 21 Oct 2015 21:38:13 -0700 Tom Rodriguez Update jvmci import
Wed, 21 Oct 2015 20:34:36 -0700 Tom Rodriguez Adjust method handle test to reproduce JDK9 handle invoke problem
Wed, 21 Oct 2015 23:56:19 +0200 Doug Simon moved Graal compiler options from JVMCI to GraalCompilerOptions