log

age author description
Thu, 20 Aug 2015 10:13:13 -0700 Christian Wimmer Disable findbugs for jtt projects, since mx is no longer doing that automatically
Wed, 19 Aug 2015 17:36:20 -0700 Christian Wimmer Add missing deployment distribution
Wed, 19 Aug 2015 16:55:41 -0700 Christian Wimmer Canonicalize project dependencies
Wed, 19 Aug 2015 16:49:11 -0700 Christian Wimmer Update jvmci version
Wed, 19 Aug 2015 16:32:20 -0700 Christian Wimmer Make accessors public
Wed, 19 Aug 2015 16:13:31 -0700 Christian Wimmer Put HotSpot-specific projects in their own distribution
Wed, 19 Aug 2015 16:12:13 -0700 Christian Wimmer Improve stamps of phi functions during bytecode parsing
Wed, 19 Aug 2015 16:11:29 -0700 Christian Wimmer Move reflection and service lookups only in static initializers
Wed, 19 Aug 2015 16:05:14 -0700 Christian Wimmer Make deoptimization-safety optional in MethodHandlePlugin
Wed, 19 Aug 2015 16:03:54 -0700 Christian Wimmer Support for subclasses of IntrinsicGraphBuilder
Wed, 19 Aug 2015 15:48:09 +0200 Christian Wirth Merged
Wed, 19 Aug 2015 15:30:42 +0200 Christian Wirth Merged
Wed, 19 Aug 2015 15:29:06 +0200 Christian Wirth Update truffle version
Wed, 19 Aug 2015 15:14:21 +0200 Roland Schatz Make sure JVMCI is initialized before accessing the GraalRuntime.
Wed, 19 Aug 2015 14:06:18 +0200 Roland Schatz Remove dead code.
Wed, 19 Aug 2015 11:09:49 +0200 Doug Simon removed unnecessary @CallerSensitive usage
Wed, 19 Aug 2015 11:09:29 +0200 Doug Simon added check for correct usage of @CallerSensitive
Tue, 18 Aug 2015 20:54:23 +0200 Andreas Woess update truffle import version
Tue, 18 Aug 2015 15:07:44 +0200 Andreas Woess Truffle: remove graal.truffle.unsafe package
Tue, 18 Aug 2015 15:06:03 +0200 Andreas Woess Truffle: remove graal.truffle.unsafe.UnsafeAccessImpl intrinsics
Tue, 18 Aug 2015 13:42:20 +0200 Andreas Woess Truffle: allow registration of additional invocation plugins via jvmci service
Tue, 18 Aug 2015 12:37:18 +0200 Andreas Woess Truffle: register invocation plugins only once
Tue, 18 Aug 2015 14:09:28 +0200 Andreas Woess fix typo
Tue, 18 Aug 2015 19:20:36 +0200 Stefan Anzinger [SPARC] SPARCControlFlow cbcond cc2==true when Xcc condition code register is used
Tue, 18 Aug 2015 15:08:53 +0200 Roland Schatz Remove redundant TargetDescription argument, use TargetDescription from Backend instead.
Mon, 17 Aug 2015 19:36:19 +0200 Roland Schatz Use jvmci.compiler property for compiler selection.
Wed, 12 Aug 2015 13:57:35 +0200 Roland Schatz Don't use service lookup to discover HotSpotGraalCompiler in CompilationTask.
Fri, 14 Aug 2015 09:59:41 +0200 Stefan Anzinger [SPARC] Only accept STORE_LOAD memory barrier in LIR Instruction
Fri, 14 Aug 2015 09:28:43 +0200 Stefan Anzinger [SPARC] Add stxa
Fri, 14 Aug 2015 17:34:58 -0700 Christian Wimmer Truffle: delay intrinsification of explicit bailout, so that GraphPE does the bailout during partial evaluation and not during parsing