log

age author description
Wed, 19 Nov 2014 16:06:49 +0100 Josef Eisl Merge (FrameMapBuilder).
Wed, 19 Nov 2014 16:04:01 +0100 Josef Eisl Assert assumptions about the deoptimization rescue slot.
Tue, 18 Nov 2014 11:21:07 +0100 Josef Eisl Fix checkstyle issues.
Mon, 17 Nov 2014 20:29:38 +0100 Josef Eisl Rename DelayedFrameMapBuilder to FrameMapBuilderImpl (again).
Mon, 17 Nov 2014 20:28:29 +0100 Josef Eisl Introduce StackSlotAllocator interface.
Mon, 17 Nov 2014 20:15:59 +0100 Josef Eisl Replace FrameMappingToolImpl by SimpleStackSlotAllocator.
Mon, 17 Nov 2014 20:07:24 +0100 Josef Eisl DelayedFrameMapBuilder: require non null register config.
Mon, 17 Nov 2014 20:00:58 +0100 Josef Eisl DelayedFrameMapBuilder: remove FrameMapFactory.
Mon, 17 Nov 2014 19:54:33 +0100 Josef Eisl FrameMappingToolImpl: store mapping internally.
Mon, 17 Nov 2014 19:36:52 +0100 Josef Eisl DelayedFrameMapBuilder: outsource SimpleVirtualStackSlot and VirtualStackSlotRange.
Mon, 17 Nov 2014 19:34:08 +0100 Josef Eisl DelayedFrameMapBuilder: remove TrackedVirtualStackSlot.
Mon, 17 Nov 2014 19:32:55 +0100 Josef Eisl DelayedFrameMapBuilder: remove TrackedVirtualStackSlot.transform().
Mon, 17 Nov 2014 19:32:05 +0100 Josef Eisl FrameMappingToolImpl: inline TrackedVirtualStackSlot.transform().
Mon, 17 Nov 2014 19:27:32 +0100 Josef Eisl FrameMappingToolImpl: type switch for call to transform().
Mon, 17 Nov 2014 19:22:06 +0100 Josef Eisl FrameMapBuilder: Change visibility for TrackedVirtualStackSlot and subclasses.
Mon, 17 Nov 2014 19:06:27 +0100 Josef Eisl FrameMapBuilder: use FrameMap.allocateSpillSlot();
Mon, 17 Nov 2014 18:56:46 +0100 Josef Eisl FrameMapBuilder: DelayedFrameMapBuilder use FrameMap.allocateStackSlots().
Mon, 17 Nov 2014 18:28:51 +0100 Josef Eisl FrameBuilder: add FrameMappingToolImpl.
Mon, 17 Nov 2014 17:39:16 +0100 Josef Eisl FrameMapBuilder: outsource FrameMappingTool.
Mon, 17 Nov 2014 16:53:26 +0100 Josef Eisl FrameMapBuilder: outsource FrameMappable.
Mon, 17 Nov 2014 17:22:54 +0100 Josef Eisl AMD64HotSpotLIRGenerationResult does not need to be FrameMappable.
Mon, 17 Nov 2014 16:41:44 +0100 Josef Eisl FrameMapBuilder: move into package.
Mon, 17 Nov 2014 16:14:47 +0100 Josef Eisl FrameMapBuilder: remove freeSpillSlot().
Tue, 11 Nov 2014 18:17:17 +0100 Josef Eisl Allow updating HotSpotMonitorValue.slot.
Tue, 11 Nov 2014 17:03:16 +0100 Josef Eisl LIR: map all VirtualStackSlot operands to StackSlots.
Tue, 11 Nov 2014 17:01:47 +0100 Josef Eisl LinearScan: update VirtualStackSlot in intervals.spillSlot.
Tue, 11 Nov 2014 16:53:32 +0100 Josef Eisl Interval: allow to change VirtualStackSlot to StackSlot.
Tue, 11 Nov 2014 16:51:41 +0100 Josef Eisl Change VirtualStackSlot.toString().
Tue, 11 Nov 2014 14:15:39 +0100 Josef Eisl Use StackSlotValue where appropriate.
Tue, 11 Nov 2014 14:12:55 +0100 Josef Eisl Add getId(), hashCode() toString() equals() to VirtualStackSlot.
Mon, 10 Nov 2014 19:43:16 +0100 Josef Eisl Handel RBP and deoptimization rescue slot in AMD64FrameMapBuilder.
Mon, 10 Nov 2014 18:40:52 +0100 Josef Eisl FrameMapFactory: create (empty) FrameMap eagerly.
Mon, 10 Nov 2014 18:37:28 +0100 Josef Eisl Revert Backend.frameMap(FrameMapBuilder) to Backend.frameMap(RegisterConfig).
Wed, 05 Nov 2014 20:16:00 +0100 Josef Eisl Introduce FrameMappingTool.
Wed, 05 Nov 2014 19:29:26 +0100 Josef Eisl LIRVerifier: allow StackSlotValues for OperandFlag.STACK.
Wed, 05 Nov 2014 19:18:35 +0100 Josef Eisl StackSlot is no longer a VirtualStackSlot (rename ForwardingFrameMapBuilder to DelayedFrameMapBuilder).
Wed, 05 Nov 2014 17:30:22 +0100 Josef Eisl Use VirtualStackSlot for outObjectStackSlots in FrameMapBuilder.allocateStackSlots().
Thu, 23 Oct 2014 18:07:31 +0200 Josef Eisl Move allocateStackSlots logic from FrameMap to ForwardingFrameMapBuilder.
Thu, 23 Oct 2014 17:48:46 +0200 Josef Eisl Move freeSpillSlot() from FrameMap to ForwardingFrameMapBuilder.
Thu, 23 Oct 2014 14:55:04 +0200 Josef Eisl Introduce StackSlotValue and VirtualStackSlot.
Thu, 23 Oct 2014 14:27:34 +0200 Josef Eisl Introduce AMD64FrameMapBuilder to support special stack slot allocation for RBP.
Thu, 23 Oct 2014 13:13:16 +0200 Josef Eisl Pass LIRGenerationResult to FrameMapBuilder.buildFrameMap().
Mon, 10 Nov 2014 18:23:51 +0100 Josef Eisl Add FrameMapBuilder.getCodeCache().
Thu, 23 Oct 2014 10:13:01 +0200 Josef Eisl Renamed FrameMapBuilderImpl to ForwardingFrameMapBuilder.
Tue, 11 Nov 2014 14:16:39 +0100 Josef Eisl Print LIR after FrameMap building.
Tue, 11 Nov 2014 18:34:42 +0100 Josef Eisl Add CHANGELOG entry about the changed behavior of ResolvedJavaType#resolveMethod().
Wed, 19 Nov 2014 13:43:12 +0100 Roland Schatz Use HotSpotWordTypeRewriterPhase in Truffle.
Wed, 19 Nov 2014 12:02:35 +0100 Gilles Duboscq Trust interface types comming form LoadIndexed nodes
Wed, 19 Nov 2014 11:36:48 +0100 Gilles Duboscq StampTool: add more methods to create object stamps to avoid using too many boolean arguments, add some javadoc, use them.
Wed, 19 Nov 2014 13:32:05 +0100 Gilles Duboscq Add support of lzcnt and tzcnt
Wed, 19 Nov 2014 13:10:24 +0100 Doug Simon fixed support for IDE_BUILD_TARGET
Wed, 19 Nov 2014 09:53:16 +0100 Doug Simon removed projects.deprecated
Tue, 18 Nov 2014 12:08:51 +0100 Andreas Woess SL: use the truffle object storage model to represent SL objects
Tue, 18 Nov 2014 23:02:58 +0100 Andreas Woess SL: add basic support for creating objects and accessing properties
Tue, 21 Oct 2014 15:11:32 +0200 Andreas Woess SL: sanitize whitespace in ATG
Tue, 18 Nov 2014 23:11:00 +0100 Andreas Woess Truffle: add object API to truffle distribution, update changelog
Tue, 18 Nov 2014 23:19:43 +0100 Andreas Woess Truffle: initial commit of object API implementation
Tue, 18 Nov 2014 16:18:45 +0100 Andreas Woess Truffle: initial commit of object API
Fri, 14 Nov 2014 13:49:12 +0100 Andreas Woess improve path resolving in mx.sh so that it can be run from outside the repo root
Tue, 18 Nov 2014 11:03:39 +0100 Gilles Duboscq SharedRuntime::compute_compiled_exc_handler: explain why it seems that we deoptimzie twice, use Deoptimization::deoptimize since we already have our hands on the frame.