log

age author description
Fri, 08 May 2015 17:47:01 +0200 Doug Simon clarifying comments added to HotSpotClassSubstitutions
Thu, 07 May 2015 20:14:23 -0700 Michael Van De Vanter Truffle/Source: add a new kind of Source (both indexed and non-indexed flavors) whose contents are unavailable at creation, but will be provided incrementally.
Thu, 07 May 2015 17:51:55 -0700 Michael Van De Vanter Truffle/Source: rename asPseudoFile() to fromNamedText(), which more accurately describes its use cases. Rework Javadoc for completeness and clarity.
Thu, 07 May 2015 15:04:02 +0200 Josef Eisl SpillMoveFactory#emitStackMove: use AllocatableValue and Value (again).
Thu, 07 May 2015 14:55:16 +0300 Jaroslav Tulach The expected intention with ConditionProfile's seems to be to control all existing implementations. Making externally unsubclasssable.
Thu, 07 May 2015 11:00:02 +0200 Josef Eisl AMD64/SPARCSpillMoveFactory#createStackMove() delegate to AMD64/SPARCSLIRGenerator#createStackMove().
Wed, 06 May 2015 22:28:58 -0700 Tom Rodriguez Rename test
Wed, 06 May 2015 22:18:53 -0700 Tom Rodriguez Ignore InfopointNodes when comparing graphs
Wed, 06 May 2015 22:18:09 -0700 Tom Rodriguez Counted loop detection should ignore InfopointNodes
Wed, 06 May 2015 22:17:08 -0700 Tom Rodriguez Add missing null check
Wed, 06 May 2015 12:14:30 -0700 Tom Rodriguez Merge
Wed, 06 May 2015 11:44:29 -0700 Tom Rodriguez Add test exercising virtualization of copyOf
Wed, 06 May 2015 11:44:07 -0700 Tom Rodriguez Allow access to GraalCompilerTest.Result fields
Mon, 04 May 2015 23:38:38 -0700 Tom Rodriguez Delay LoadHub lowering until LowTier
Mon, 04 May 2015 23:36:12 -0700 Tom Rodriguez Handle null exceptionValue in PEGraphDecoder
Mon, 04 May 2015 23:30:11 -0700 Tom Rodriguez Add option to include LIR in final assembly as comments
Wed, 06 May 2015 17:14:04 +0200 Stefan Anzinger Merge
Wed, 06 May 2015 17:13:50 +0200 Stefan Anzinger [SPARC] Implement Narrow OOPS
Wed, 06 May 2015 17:10:58 +0200 Stefan Anzinger UnsafeEATest: use 8 byte aligned x field
Wed, 06 May 2015 17:05:14 +0200 Stefan Anzinger [SPARC] Remove register allocation HINT from SPARCArithmetic
Tue, 05 May 2015 17:30:47 +0200 Stefan Anzinger Use boxed cache in HotSpotConstantpool instead of synchronization
Wed, 06 May 2015 11:08:36 +0200 Josef Eisl SPARCStackMove: add SPARCTailDelayedLIRInstruction marker interface.
Tue, 05 May 2015 16:20:44 +0200 Josef Eisl Add StackMoveTest.
Wed, 06 May 2015 09:42:23 +0200 Josef Eisl Introduce LIRTest.
Tue, 05 May 2015 17:29:35 +0200 Josef Eisl SPARCStackMove: handle floating point values.
Tue, 05 May 2015 16:53:37 +0200 Josef Eisl Add SPARCStackMove.
Tue, 05 May 2015 16:24:39 +0200 Josef Eisl MoveResolver: don't call check from constructor.
Thu, 30 Apr 2015 15:39:11 +0200 Josef Eisl SSALinearScan: add register hints to PHIs.
Thu, 30 Apr 2015 15:36:03 +0200 Josef Eisl SSAUtils: minor refactoring.
Thu, 30 Apr 2015 11:51:44 +0200 Josef Eisl SSALinearScan: add meter for phi resolution moves.
Thu, 30 Apr 2015 16:59:13 +0200 Josef Eisl Add LoopPhiResolutionTest.
Tue, 05 May 2015 17:29:07 +0200 Doug Simon fixed npe in NodeClass.shortName()
Tue, 05 May 2015 11:56:10 +0200 Josef Eisl Introduce SSALinearScan and SSAMoveResolver.
Thu, 30 Apr 2015 15:32:34 +0200 Josef Eisl NodeLIRBuilder: relax verification of derived kinds for PHIs (aka look at stack kinds).
Thu, 30 Apr 2015 11:04:06 +0200 Josef Eisl SSADestructionPhase: deactivate LIREagerSSADestruction by default.
Thu, 30 Apr 2015 10:59:58 +0200 Josef Eisl MoveResolver: minor refactoring.
Thu, 30 Apr 2015 10:58:10 +0200 Josef Eisl LinearScan: minor refactoring and comment cleanup.
Tue, 05 May 2015 13:08:05 +0200 Josef Eisl NodeLIRBuilder: use AbstractMergeNode#valuePhis.
Tue, 05 May 2015 13:07:06 +0200 Josef Eisl Add AbstractMergeNode#valuePhis.
Tue, 05 May 2015 13:04:28 +0200 Josef Eisl SSAVerifier: remove obsolete comment.
Tue, 05 May 2015 12:20:06 +0200 Josef Eisl JumpOp: set outgoingValues in the right constructor.
Tue, 05 May 2015 12:12:33 +0200 Josef Eisl Check for null in LabelOp#setIncomingValues and JumpOp#setOutgoingValues.
Tue, 05 May 2015 11:53:38 +0200 Josef Eisl NodeLIRBuilder: remove useless instanceof check.
Mon, 04 May 2015 11:06:19 +0200 Josef Eisl CHANGELOG: add SSA LIR.
Wed, 29 Apr 2015 13:31:37 +0200 Josef Eisl SSADestructionPhase: use removePhiOut/removePhiIn/phiOutIndex.
Thu, 23 Apr 2015 17:38:44 +0200 Josef Eisl SSAUtils: add removePhiOut/removePhiIn/phiOutIndex.
Thu, 23 Apr 2015 11:30:36 +0200 Josef Eisl LIRVerifier: verify PHIs.
Wed, 29 Apr 2015 11:57:47 +0200 Josef Eisl Run SSADestructionPhase only if SSA_LIR is enabled.
Wed, 29 Apr 2015 11:40:04 +0200 Josef Eisl NodeLIRBuilder: use LIRKind.merge() to create kind for PHIs.
Tue, 21 Apr 2015 18:12:01 +0200 Josef Eisl SSAVerifier: ignore StackSlotValues.
Mon, 20 Apr 2015 18:05:27 +0200 Josef Eisl Add SSAVerifier.
Mon, 20 Apr 2015 17:30:30 +0200 Josef Eisl Add LIREagerSSADestruction option.
Wed, 22 Apr 2015 11:40:17 +0200 Josef Eisl Introduce c.o.g.lir.ssa.SSAUtils.
Mon, 20 Apr 2015 16:02:38 +0200 Josef Eisl Add SSADestructionPhase.
Thu, 23 Apr 2015 14:35:28 +0200 Josef Eisl Add LabelOp.isPhiIn().
Mon, 20 Apr 2015 15:30:15 +0200 Josef Eisl LabelOp/JumpOp: add accessors for incoming/outgoing values.
Mon, 20 Apr 2015 14:14:09 +0200 Josef Eisl Create SSA LIR.
Mon, 04 May 2015 23:15:42 +0200 Stefan Anzinger Use double-checked locking in HotSpotConstantPool.lookupType.
Mon, 04 May 2015 19:34:51 +0200 Stefan Anzinger Merge
Mon, 04 May 2015 19:12:50 +0200 Stefan Anzinger Make cache in HotSpotConstantPool.lookupType thread safe.