log

age author description
Fri, 02 May 2014 17:03:10 -0700 Tom Rodriguez update state flag after initialization to allow other compiler threads to execute
Fri, 02 May 2014 16:12:07 -0700 Michael Van De Vanter Truffle/Instrumentation: Revise DefaultVisualizer
Fri, 02 May 2014 22:26:45 +0200 Miguel Garcia Merge
Fri, 02 May 2014 20:25:31 +0200 Miguel Garcia [flow-sensitive] skip OSR methods
Fri, 02 May 2014 21:05:13 +0200 Miguel Garcia [flow-sensitive] minor refactorings for readability, documentation
Fri, 02 May 2014 21:58:28 +0200 Doug Simon HSAIL: support for object values in stack slots at deoptimization points
Fri, 02 May 2014 11:04:51 -0700 Christian Wimmer Introduce API for lookup of VM-internals of method handles
Fri, 02 May 2014 17:14:09 +0200 Andreas Woess Truffle: fix javadoc
Fri, 02 May 2014 17:07:44 +0200 Andreas Woess TruffleDSL: NodeCodeGenerator: remove always-true assertion
Fri, 02 May 2014 15:51:11 +0200 Andreas Woess TruffleDSL: add class loading test
Fri, 02 May 2014 15:49:46 +0200 Andreas Woess TruffleDSL: NodeCodeGenerator: avoid referencing BaseNode class in factory
Fri, 02 May 2014 15:49:22 +0200 Andreas Woess TruffleDSL: NodeCodeGenerator: add constructor factory method for uninitialized/default node
Fri, 02 May 2014 15:47:49 +0200 Andreas Woess TruffleDSL: NodeCodeGenerator: add copy constructor factory method
Fri, 02 May 2014 15:59:44 +0200 Andreas Woess Truffle: remove deprecated Node#adoptChild, Node#adoptChildren.
Fri, 02 May 2014 14:48:25 +0200 Lukas Stadler cleanup phase within PartialEscapePhase
Fri, 02 May 2014 14:47:25 +0200 Lukas Stadler small fix in CompareNode.evaluate
Fri, 02 May 2014 14:47:09 +0200 Lukas Stadler new GraphUtil.predecessorIterable
Fri, 02 May 2014 12:02:27 +0200 Lukas Stadler remove NodesToDoubles, refactoring of node probability and inlining relevance computation
Fri, 02 May 2014 14:10:16 +0200 Lukas Stadler allow BoundMethodHandles in AheadOfTime verification
Fri, 02 May 2014 12:02:27 +0200 Lukas Stadler small cosmetic fix in GraphUtil
Fri, 02 May 2014 12:02:27 +0200 Lukas Stadler simplify ReentrantNodeIterator
Fri, 02 May 2014 11:33:47 +0200 Roland Schatz Merge.
Fri, 02 May 2014 10:46:52 +0200 Roland Schatz Ignore unit test.
Fri, 02 May 2014 09:12:23 +0200 Doug Simon re-enabled use of Graal compilation queue by default until regression when using HotSpot queue is understood/resolved
Fri, 02 May 2014 00:36:27 +0200 Doug Simon made Graal work with the HotSpot compiler queue and compiler threads, enabled by -XX:-UseGraalCompilationQueue
Fri, 02 May 2014 00:17:40 +0200 Doug Simon fixed pylint warning
Thu, 01 May 2014 23:55:22 +0200 Doug Simon gate: use parallelized Java building in the gate
Thu, 01 May 2014 23:54:53 +0200 Doug Simon mx: parallelized Java builds (GRAAL-350)
Thu, 01 May 2014 18:26:25 +0200 Doug Simon fixed code that ecj had a problem compiling
Thu, 01 May 2014 17:05:24 +0200 Doug Simon commented out MatchProcessor logging