log

age author description
Fri, 29 Jan 2016 10:22:38 +0100 Lukas Stadler detect runaway unroll via growth instead of fixed size
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.