log

age author description
Mon, 11 Mar 2013 17:28:03 +0100 Thomas Wuerthinger Small style fix.
Mon, 11 Mar 2013 11:32:08 +0100 Thomas Wuerthinger Remove stubs as a parameter to TargetMethodAssembler.
Mon, 11 Mar 2013 15:39:41 +0100 Doug Simon Merge.
Mon, 11 Mar 2013 15:39:20 +0100 Doug Simon made GraphBuilderPhase and SnippetInstaller more extensible (inspired by patch from Mick Jordan)
Mon, 11 Mar 2013 15:37:34 +0100 Doug Simon workaround for UnsafeCastNode.tryInferStamp when the stamp is StampFactory.forNodeIntrinsic (contributed by Mick Jordan)
Mon, 11 Mar 2013 14:02:18 +0100 Doug Simon made SafepointNode extensible (temp. solution until SafepointNodes are lowered via snippets)
Mon, 11 Mar 2013 14:01:16 +0100 Doug Simon alignment bug fix (contributed by Mick Jordan)
Mon, 11 Mar 2013 14:28:34 +0100 Doug Simon added probabilities to Convert snippets
Mon, 11 Mar 2013 12:07:28 +0100 Roland Schatz Merge.
Mon, 11 Mar 2013 11:10:03 +0100 Roland Schatz Fix wrong prefix in bit operations.
Mon, 11 Mar 2013 11:07:56 +0100 Roland Schatz Allow STACK argument in conversion ops.
Mon, 11 Mar 2013 10:13:44 +0100 Roland Schatz Check that OperandFlags is consistent with declared type of operand field.
Mon, 11 Mar 2013 10:13:42 +0100 Roland Schatz Move platform specific assumptions from AllocatorTest to a separate project.
Mon, 11 Mar 2013 11:25:00 +0100 Doug Simon generated NetBeans projects will also update graal.jar
Sun, 10 Mar 2013 23:05:39 +0100 Thomas Wuerthinger Fix check for unscheduled blocks.
Sun, 10 Mar 2013 23:04:12 +0100 Thomas Wuerthinger Use sum of unscheduled blocks at merge point.
Sun, 10 Mar 2013 23:02:48 +0100 Thomas Wuerthinger Schedule predecessors before merges.
Sun, 10 Mar 2013 19:51:32 +0100 Thomas Wuerthinger Merge.
Sun, 10 Mar 2013 19:51:18 +0100 Thomas Wuerthinger Fix bit scan assembler instructions.
Fri, 08 Mar 2013 16:57:46 +0100 Doug Simon fixed issue with deleting temp files on Windows
Fri, 08 Mar 2013 15:58:08 +0100 Doug Simon Merge.
Fri, 08 Mar 2013 15:57:41 +0100 Doug Simon enabled Eclipse builders to use console logging
Fri, 08 Mar 2013 15:55:37 +0100 Doug Simon use shutil.move to make concurrent updating/replacement of graal.jar atomic
Fri, 08 Mar 2013 14:33:33 +0100 Doug Simon replaced AMD64Arithmetic.ConvertSlowPath with a snippet (GRAAL-140)
Fri, 08 Mar 2013 13:54:41 +0100 Doug Simon added support for node lowering to set the fixed node for the next node to be lowered
Thu, 07 Mar 2013 20:18:27 +0100 Doug Simon fixed debug scope for test compilations so that -G:+PrintCFG works again
Thu, 07 Mar 2013 11:53:16 +0100 Doug Simon Merge.
Thu, 07 Mar 2013 11:44:36 +0100 Doug Simon removed use of NonConstantParameterError (GRAAL-147)
Fri, 08 Mar 2013 14:38:42 +0100 Lukas Stadler pass JAVA_HOME to eclipse builder
Fri, 08 Mar 2013 13:19:28 +0100 Roland Schatz Merge.
Thu, 07 Mar 2013 18:24:15 +0100 Roland Schatz Remove unused project dependency.
Thu, 07 Mar 2013 17:36:09 +0100 Roland Schatz Merge.
Thu, 07 Mar 2013 16:52:09 +0100 Roland Schatz Removed unused parameter from AbstractAssembler.makeAddress().
Thu, 07 Mar 2013 16:33:30 +0100 Roland Schatz Remove unused Address class.
Thu, 07 Mar 2013 16:33:27 +0100 Roland Schatz Convert PTXAddress to CompositeValue.
Thu, 07 Mar 2013 16:20:18 +0100 Roland Schatz Make AMD64Address a low-level representation for use by the assembler only.
Thu, 07 Mar 2013 15:16:19 +0100 Roland Schatz Convert AMD64Address to CompositeValue.
Thu, 07 Mar 2013 15:16:19 +0100 Roland Schatz Composite value.
Thu, 07 Mar 2013 15:16:18 +0100 Roland Schatz Move reusable parts of LIRInstructionClass into base class.
Thu, 07 Mar 2013 15:16:12 +0100 Roland Schatz Change source comment to match refactored method signature.
Fri, 08 Mar 2013 11:23:28 +0100 Thomas Wuerthinger Experiment with new LSRA block order.
Fri, 08 Mar 2013 11:19:23 +0100 Thomas Wuerthinger Undo experiment with using probabilities for split positions.
Fri, 08 Mar 2013 00:50:48 +0100 Thomas Wuerthinger Fix imports.
Fri, 08 Mar 2013 00:39:48 +0100 Thomas Wuerthinger Fix regression in client compiler debug recording.
Thu, 07 Mar 2013 23:24:05 +0100 Thomas Wuerthinger Fix client build.
Thu, 07 Mar 2013 22:33:46 +0100 Thomas Wuerthinger Fix JavaCallArguments initialization.
Thu, 07 Mar 2013 22:04:07 +0100 Thomas Wuerthinger Fix product build.
Thu, 07 Mar 2013 21:33:03 +0100 Thomas Wuerthinger More C++ fixes. Revert alignment change of _number_of_committed_segments.
Thu, 07 Mar 2013 21:24:17 +0100 Thomas Wuerthinger Fix issue that caused IC stub to be uncleared for C1/C2.
Thu, 07 Mar 2013 21:19:45 +0100 Thomas Wuerthinger Fix Graal compiler test base class.
Thu, 07 Mar 2013 21:18:35 +0100 Thomas Wuerthinger More fixes in the C++ part.
Thu, 07 Mar 2013 21:00:29 +0100 Thomas Wuerthinger Minimize diff to plain HotSpot version.
Thu, 07 Mar 2013 15:17:51 +0100 Thomas Wuerthinger Fix CFG printer output. Clean up after making the compiler class all-static.
Thu, 07 Mar 2013 14:38:28 +0100 Thomas Wuerthinger Merge.
Thu, 07 Mar 2013 14:38:20 +0100 Thomas Wuerthinger Experiment with using probability information for finding split position.
Thu, 07 Mar 2013 11:58:34 +0100 Gilles Duboscq Use different vm args for SPECjbb2013
Thu, 07 Mar 2013 11:16:07 +0100 Roland Schatz Merge.
Thu, 07 Mar 2013 11:04:14 +0100 Roland Schatz Change parameter order to be consistent with the rest of the backend.
Thu, 07 Mar 2013 09:43:34 +0100 Roland Schatz Remove SpillMoveOp.
Thu, 07 Mar 2013 09:43:30 +0100 Roland Schatz Use MoveOp marker interface in AllocatorTest.