log

age author description
Wed, 28 Jan 2015 15:07:54 +0100 Thomas Wuerthinger Process inputs of ProxyNodes in the scheduler.
Sat, 31 Jan 2015 00:30:00 +0100 Doug Simon initial commit of GraphBuilderPhase plugins
Sat, 31 Jan 2015 00:19:34 +0100 Doug Simon improved error message when Service loading fails
Fri, 30 Jan 2015 20:52:39 +0100 Lukas Stadler schedule inputs of proxy nodes at the loop exit
Fri, 30 Jan 2015 10:54:09 -0800 Christian Wimmer Remove unused parameter "stub" from GraalCompiler.compileGraph
Thu, 29 Jan 2015 16:49:03 +0100 Roland Schatz Unit tests for GraalDirectives API.
Thu, 29 Jan 2015 16:45:09 +0100 Roland Schatz Add GraalDirectives API to influence compiler behavior.
Wed, 28 Jan 2015 12:08:21 +0100 Roland Schatz Fix comment.
Tue, 27 Jan 2015 17:03:55 +0100 Roland Schatz Remove wrong javadoc.
Thu, 29 Jan 2015 16:34:55 -0800 Christian Wimmer Bugfix: static and instance field with same offset are not equal
Thu, 29 Jan 2015 16:33:33 -0800 Christian Wimmer Examples for Graal tutorial
Thu, 29 Jan 2015 16:32:54 -0800 Christian Wimmer More and better value setters in GraphBuilderConfiguration
Thu, 29 Jan 2015 11:45:56 -0800 Michael Van De Vanter Truffle/SL: clean up SL instrumentation code
Thu, 29 Jan 2015 11:44:14 -0800 Michael Van De Vanter Truffle/Instrumentation: comments and minor code cleanup post-review
Thu, 29 Jan 2015 11:27:19 +0100 Josef Eisl StackSlotAllocation: fix style/formating issues.
Thu, 29 Jan 2015 11:14:27 +0100 Josef Eisl StackSlotAllocation: merge with upstream.
Thu, 29 Jan 2015 10:56:07 +0100 Josef Eisl StackSlotAllocation: add metric for uninitialized stack slots.
Thu, 29 Jan 2015 10:38:01 +0100 Josef Eisl StackSlotAllocation: improve javadoc.
Wed, 28 Jan 2015 19:32:47 +0100 Josef Eisl Merge.
Wed, 28 Jan 2015 19:12:57 +0100 Josef Eisl StackSlotAllocation: handle uninitialized stack slots.
Tue, 13 Jan 2015 17:52:18 +0100 Josef Eisl Move StackSlotAllocators into a package.
Tue, 13 Jan 2015 17:50:58 +0100 Josef Eisl Make FrameMap allocation methods and VirtualStackSlot visible.
Tue, 13 Jan 2015 17:43:04 +0100 Josef Eisl StackSlotAllocator: add CFGPrinter support for StackIntervals.
Tue, 13 Jan 2015 17:42:08 +0100 Josef Eisl StackSlotAllocator: add linear scan stack slot allocator.
Tue, 13 Jan 2015 17:37:44 +0100 Josef Eisl StackSlotAllocator: add debug meters
Tue, 13 Jan 2015 17:34:34 +0100 Josef Eisl VirtualStackSlot: make toString() c1visualizer compatible.
Thu, 04 Dec 2014 14:17:24 +0100 Josef Eisl Add FrameMap.spillSlotRangeSize().
Wed, 03 Dec 2014 23:10:53 +0100 Josef Eisl Introduce FrameMapBuilderTool.
Thu, 04 Dec 2014 11:15:04 +0100 Josef Eisl Encapsulate FrameMapBuilderImpl.frameMap.
Wed, 03 Dec 2014 22:55:03 +0100 Josef Eisl Pass StackSlotAllocator to FrameMapBuilder.buildFrameMap().