log

age author description
Wed, 20 Mar 2013 16:27:07 +0100 Gilles Duboscq Add asFixedNode to FloatingAccessNode so that GuardLoweringPhase supports any type of FloatingAccessNode
Wed, 20 Mar 2013 08:22:35 -0700 Christian Wimmer Remove flag and optimization for object method arguments in the register allocator. Needs more investigation of GC impact on HotSpot
Wed, 20 Mar 2013 14:01:43 +0100 Lukas Stadler Merge
Mon, 11 Mar 2013 18:41:33 +0100 Lukas Stadler added RegisterFinalizer.virtualize
Wed, 20 Mar 2013 13:41:44 +0100 Lukas Stadler DynamicCounterNode for debugging/profiling purposes
Wed, 20 Mar 2013 13:41:13 +0100 Lukas Stadler small change VirtualInstanceNode constructor
Wed, 20 Mar 2013 11:34:31 +0100 Lukas Stadler simplify VirtualInstanceNode
Wed, 20 Mar 2013 11:33:00 +0100 Lukas Stadler change naming in Access interface
Wed, 20 Mar 2013 11:32:41 +0100 Lukas Stadler don't use Access interface in ReadNode.canonicalizeRead
Wed, 20 Mar 2013 11:30:17 +0100 Lukas Stadler allow multiple identities in MemoryCheckpoint interface
Wed, 20 Mar 2013 12:00:18 +0100 Gilles Duboscq If IgnoreUnrecognizedVMOptions is set then the Graal checks for unsupported options is just a warning instead of an error
Wed, 20 Mar 2013 11:59:25 +0100 Gilles Duboscq Disable scaladacpo specs because it sometimes returns non-zero while there is no visible failure
Tue, 19 Mar 2013 14:55:58 +0100 Gilles Duboscq Fix version parsing in mx
Mon, 18 Mar 2013 14:45:36 +0100 Gilles Duboscq Use implicit null checks for all null checks
Tue, 19 Mar 2013 17:03:13 +0100 Lukas Stadler clean up unused true/false constants in ConditionalEliminationPhase
Wed, 20 Mar 2013 00:06:09 +0100 Thomas Wuerthinger Speical case ExceptionObjectNode in deopt to guard conversion.
Tue, 19 Mar 2013 23:08:03 +0100 Thomas Wuerthinger Bug fix and additional assertions in deoptimize to guard phase.
Tue, 19 Mar 2013 20:48:53 +0100 Thomas Wuerthinger Merge.
Tue, 19 Mar 2013 20:48:45 +0100 Thomas Wuerthinger Introduce a ControlSinkNode base class.
Tue, 19 Mar 2013 20:48:28 +0100 Thomas Wuerthinger Fixes a corner case when killing the control flowing into a deoptimize node.
Tue, 19 Mar 2013 18:05:49 +0100 Thomas Wuerthinger Merge.
Tue, 19 Mar 2013 18:05:35 +0100 Thomas Wuerthinger Killing cfg path to deoptimization.
Tue, 19 Mar 2013 10:00:43 -0700 Christian Wimmer InvokeWithException cannot be the lastLocationAccess for a FloatingReadNode. Since it is both the invoke and a control flow split, the scheduler cannot schedule anything immediately the invoke. It can only schedule in the normal or exceptional successor - and we have to tell the scheduler here which side it needs to choose by putting in the location identity on both successors.
Tue, 19 Mar 2013 17:01:39 +0100 Roland Schatz Merge.
Tue, 19 Mar 2013 15:46:37 +0100 Roland Schatz Fix createUnwind.
Tue, 19 Mar 2013 15:22:35 +0100 Roland Schatz Remove unnecessary assert.
Tue, 19 Mar 2013 15:58:01 +0100 Doug Simon removed unused code
Tue, 19 Mar 2013 15:52:21 +0100 Doug Simon Merge.
Tue, 19 Mar 2013 15:51:33 +0100 Doug Simon canonicalized projects
Tue, 19 Mar 2013 15:45:26 +0100 Doug Simon made frame omission test work in -graal as well as -server VM