log

age author description
Thu, 28 Jan 2016 18:45:33 +0100 Lukas Stadler specialize OSRRootNode for the specific Frame class
Thu, 28 Jan 2016 18:44:59 +0100 Lukas Stadler modify the default loop unroll policy: allow 0 and 1 iteration loops to always be unrolled
Thu, 28 Jan 2016 16:24:50 +0100 Doug Simon defend against missing LocalVariableTable method attribute and missing slots in the table
Thu, 28 Jan 2016 11:16:03 +0100 Doug Simon increased iterations to increase chance of test failing
Thu, 28 Jan 2016 10:59:18 +0100 Doug Simon Added tag graal-0.13 for changeset a821d7d0ab7e
Wed, 27 Jan 2016 09:35:35 -0800 Christian Wimmer GraphPE: Improve stamp for phi functions during parsing graal-0.13
Wed, 27 Jan 2016 14:46:12 +0100 Andreas Woess Truffle: test case for phi stamp inference during partial evaluation
Wed, 27 Jan 2016 14:41:33 +0100 Gilles Duboscq Fix NewArrayStub when inlineContiguousAllocationSupported is false
Tue, 26 Jan 2016 15:31:38 -0800 Christian Wimmer Bugfix: only array types have a component type
Tue, 26 Jan 2016 12:01:34 +0100 Lukas Stadler use isJavaLangObject() in BasicArrayCopyNode
Mon, 25 Jan 2016 15:50:03 -0800 Christian Wimmer Fix formatting errors that the gate complained about
Mon, 25 Jan 2016 15:03:43 -0800 Christian Wimmer Update JVMCI import: Move lookup of Java class and hub from ResolvedJavaType to ConstantReflectionProvider
Sat, 23 Jan 2016 12:07:27 +0100 Benoit Daloze Fix description of TruffleIterativePartialEscape
Fri, 22 Jan 2016 13:50:04 -1000 twisti [AArch64]: A bunch of fixes and improvements.
Thu, 21 Jan 2016 14:24:24 -0800 Christian Wimmer Update JVMCI import: Make CallingConvention.Type extensible; remove unused stackOnly parameter
Thu, 21 Jan 2016 10:35:29 -0800 Christian Wimmer Make CallingConvention in HotSpotHostBackend instead of passing it in as a parameter to GraalCompiler.compile
Thu, 21 Jan 2016 10:20:11 -0800 Christian Wimmer Remove leftover classes from Bytecode-to-LIR experiment
Wed, 20 Jan 2016 23:45:15 -0800 Tom Rodriguez Update graal import: stack banging must take space required for deopt into account
Wed, 20 Jan 2016 22:30:50 +0100 Doug Simon support for jdk.internal.misc.VM (jdk9) as well as sun.misc.VM (< jdk9)
Wed, 20 Jan 2016 10:54:25 -0800 Christian Wimmer GraphPE: keep state of MergeNode when creating LoopBeginNode
Wed, 20 Jan 2016 12:16:37 +0100 Josef Eisl TraceRA: make BiDirectionalTraceBuilder default.
Wed, 20 Jan 2016 12:03:05 +0100 Josef Eisl TraceRA: add BiDirectionalTraceBuilder.
Wed, 20 Jan 2016 12:12:37 +0100 Josef Eisl TraceRA: rename TraceBuilder to UniDirectionalTraceBuilder.
Wed, 20 Jan 2016 11:59:13 +0100 Josef Eisl TraceRA: improve assertion in TraceBuilderResult.
Wed, 20 Jan 2016 11:58:32 +0100 Josef Eisl TraceRA: introduce Trace class.
Tue, 19 Jan 2016 18:46:15 +0100 Josef Eisl TraceRA: move trace building asserts to TraceBuilderResult.
Tue, 19 Jan 2016 18:16:22 +0100 Josef Eisl TraceRA: introduce TraceBuilderPhase.
Tue, 19 Jan 2016 17:15:51 +0100 Josef Eisl TraceRA: outsource TraceBuilderResult.
Wed, 20 Jan 2016 12:01:21 +0100 Roland Schatz Update jvmci import.
Tue, 19 Jan 2016 21:28:31 -0800 Tom Rodriguez Update jvmci import
Tue, 19 Jan 2016 17:51:48 -0800 Christian Wimmer Merge
Tue, 19 Jan 2016 17:51:28 -0800 Christian Wimmer Allow customization of CompilationResultBuilder.dataCache
Tue, 19 Jan 2016 11:36:05 -0800 Christian Wimmer GraphPE: support phi functions when creating loop exit state
Tue, 19 Jan 2016 10:57:09 -0800 Tom Rodriguez Include exception type in detail message for compilation failures
Tue, 19 Jan 2016 10:49:37 -0800 Tom Rodriguez Fixed javadoc text
Tue, 19 Jan 2016 14:30:52 +0100 Gilles Duboscq Point to GitHub repo for truffle suite
Tue, 19 Jan 2016 15:55:24 +0100 Josef Eisl TraceRA: propagate ShadowedRegisterValues through the TraceTrivialAllocator.
Tue, 19 Jan 2016 15:05:14 +0100 Andreas Woess fix mx vm command regression
Tue, 19 Jan 2016 12:04:18 +0100 Doug Simon use JVMCI_VERSION constant to avoid too much eagerness when loading mx_graal_8
Tue, 19 Jan 2016 12:20:24 +0100 Manuel Rigger remove redundant modifiers.
Tue, 19 Jan 2016 10:55:27 +0100 Manuel Rigger rename JVMCIJDKConfig to reflect the JVMCI renaming changes.
Tue, 19 Jan 2016 10:28:33 +0100 Josef Eisl TraceRA: avoid streams in TraceRegisterAllocationPhase.
Tue, 19 Jan 2016 10:24:05 +0100 Josef Eisl TraceRA: do not use streams in TraceBuilder asserts.
Tue, 19 Jan 2016 10:05:58 +0100 Josef Eisl TraceRA: don't use streams for TraceBuilderResult.incoming*Edges().
Mon, 18 Jan 2016 10:58:42 -0800 Tom Rodriguez Report number of inlined bytecodes when compilation succeeds
Mon, 18 Jan 2016 18:37:09 +0100 Manuel Rigger Branch probability fix for usage in ConditionalNode.
Mon, 18 Jan 2016 10:29:19 +0100 Roland Schatz Update import: Move CompilationResult and DataSection from JVMCI to Graal.
Fri, 15 Jan 2016 16:30:38 +0100 Roland Schatz Update jvmci import.
Fri, 15 Jan 2016 18:27:58 +0100 Thomas Wuerthinger Simplification of unreachable node tracking in SchedulePhase: Unreachable node bitset is invert of visited bitset.
Fri, 15 Jan 2016 18:20:21 +0100 Thomas Wuerthinger Clean up in the scheduling phase.
Fri, 15 Jan 2016 18:02:41 +0100 Thomas Wuerthinger Remove loop explosion and merging during graph building and FastPE. GraphPE is the successor with equivalent capabilities.
Thu, 14 Jan 2016 15:18:33 -0800 Christian Wimmer GraphPE: refactoring of loop detection
Thu, 14 Jan 2016 15:06:16 -0800 Christian Wimmer GraphPE: provide a FrameState for LoopExit created by loop detection
Thu, 14 Jan 2016 22:41:45 +0100 Doug Simon removed unused AOT write barrier code
Thu, 14 Jan 2016 18:43:15 +0100 Doug Simon update jvmci.jar extracted from JDK9 if its inputs change
Thu, 14 Jan 2016 18:02:54 +0100 Manuel Rigger temporary workaround for pylint bug
Thu, 14 Jan 2016 12:57:32 +0100 Roland Schatz Remove usages of CodeCacheProvider.needsDataPatch.
Thu, 14 Jan 2016 01:16:19 +0100 Doug Simon fixed copy-and-paste error (GRAAL-1395)
Wed, 13 Jan 2016 22:48:03 +0100 Doug Simon made use of profiling consistent per compilation (GRAAL-1395)
Tue, 12 Jan 2016 17:56:53 -0800 Christian Wimmer Exclude tracing in NFI calls in Truffle compilations