log

age author description
Fri, 03 Oct 2014 11:10:35 +0200 Doug Simon mx: added -XX:-UseGraalClassLoader to JMH executions
Thu, 02 Oct 2014 08:43:58 -0700 Bernhard Urban mx: convert path for unittest file on cygwin
Thu, 02 Oct 2014 06:35:56 -0700 Doug Simon graal init: fail if Factory class cannot be resolved
Thu, 02 Oct 2014 06:33:16 -0700 Bernhard Urban mx: force installation of distrubtion on windows
Thu, 02 Oct 2014 05:23:02 -0700 Bernhard Urban mx: buildvms should inherit verbosity
Thu, 02 Oct 2014 14:22:16 +0200 Doug Simon only generate data fields equality method for leaf ValueNumberable nodes; no longer generate Node.isLeafNode()
Thu, 02 Oct 2014 13:13:00 +0200 Christian Humer Truffle: fixed passed wrong arguments to the frame in callBoundary.
Thu, 02 Oct 2014 10:48:17 +0200 Roland Schatz Introduce emitLoadConstant in LIRGeneratorTool.
Thu, 02 Oct 2014 10:36:12 +0200 Christian Humer Truffle: fixed OptimizedCallTarget.callDirect was marked as not inlinable even if context sensitive inlining was not used.
Wed, 01 Oct 2014 23:20:10 +0200 Doug Simon removed value number cache
Wed, 01 Oct 2014 22:02:52 +0200 Doug Simon Merge.
Wed, 01 Oct 2014 21:13:50 +0200 Doug Simon force USE_CLANG when building on MacOS
Wed, 01 Oct 2014 20:45:56 +0200 Doug Simon constructors in a Node class must be protected
Wed, 01 Oct 2014 18:24:23 +0200 Doug Simon converted GeneratedNode to an interface to reduce annotation parsing when creating a NodeClass instance
Wed, 01 Oct 2014 19:45:11 +0200 Christian Humer Truffle: fixed callsite argument profiling was still done for inlined calls using context sensitive inlining.
Wed, 01 Oct 2014 19:45:05 +0200 Christian Humer Windows build: disable BrowseInformation for fastdebug and debug builds. The bscmake.exe tool for the BrowseInformation feature is not available in newer Windows SDK versions.
Wed, 01 Oct 2014 18:07:13 +0200 Lukas Stadler Backed out changeset: 00dd7b3c5aea ("float and double constants cannot be inlined")
Wed, 01 Oct 2014 16:18:19 +0200 Doug Simon added metrics for value numberable caches hits and missues
Wed, 01 Oct 2014 16:18:11 +0200 Doug Simon removed unused ResetDebugValuesAfterBoot option
Wed, 01 Oct 2014 16:03:11 +0200 Doug Simon fixed regression in debug value printing and removed unused support for printing per VM phase
Wed, 01 Oct 2014 14:56:01 +0200 Lukas Stadler Merge
Wed, 01 Oct 2014 14:45:06 +0200 Lukas Stadler fix NPE in graph scheduling validation
Wed, 01 Oct 2014 14:24:59 +0200 Roland Schatz Use Arrays.hashCode for hashing array fields.
Wed, 01 Oct 2014 13:55:02 +0200 Josef Eisl Better workaround for the uninitialized variable issue.
Wed, 01 Oct 2014 13:04:23 +0200 Josef Eisl Work around uninitialized variables problem with javac and lambdas.
Mon, 29 Sep 2014 15:02:18 +0200 Josef Eisl Replace anonymous StateProcedures with Lambdas.
Mon, 29 Sep 2014 14:48:31 +0200 Josef Eisl LIRIntrospection: use Lambdas wherever possible.
Mon, 29 Sep 2014 14:40:39 +0200 Josef Eisl LSRA: replace anonymous ValueConsumers with Lambdas.
Mon, 29 Sep 2014 14:37:21 +0200 Josef Eisl LSRA: replace anonymous InstructionValueConsumers with Lambdas.
Mon, 29 Sep 2014 14:30:16 +0200 Josef Eisl LSRA: replace anonymous ValueProcedures with Lambdas.
Mon, 29 Sep 2014 13:56:34 +0200 Josef Eisl LSRA: replace anonymous InstructionValueProcedures with Lambdas.
Mon, 29 Sep 2014 13:46:00 +0200 Josef Eisl Use Lamdas in ValuePositionTests.
Mon, 29 Sep 2014 13:35:31 +0200 Josef Eisl Use Lambdas in CompositeValueReplacementTests.
Wed, 01 Oct 2014 10:33:24 +0200 Doug Simon prevent deadlock in HotSpotGraalRuntime.shutdown() by loading DebugValuesPrinter class eagerly
Tue, 30 Sep 2014 18:56:28 +0200 Josef Eisl Remove InstructionValueProcedureBase (superseded by InstructionValueProcedure).
Tue, 30 Sep 2014 18:41:18 +0200 Josef Eisl Make InstructionValueProcedureBase an interface.
Thu, 25 Sep 2014 17:04:52 +0200 Josef Eisl Make [Instruction]ValueProcedure and [Instruction]ValueConsumer a FunctionalInterface.
Thu, 25 Sep 2014 14:51:02 +0200 Josef Eisl Remove ValueConsumer.visitValue(Value).
Thu, 25 Sep 2014 14:48:19 +0200 Josef Eisl Remove InstructionValueConsumer.visitValue(LIRInstruction, Value).
Thu, 25 Sep 2014 14:35:24 +0200 Josef Eisl Remove ValueProcedure.doValue(Value value).
Thu, 25 Sep 2014 14:32:47 +0200 Josef Eisl Remove InstructionValueProcedure.doValue(LIRInstruction, Value).
Thu, 25 Sep 2014 14:02:35 +0200 Josef Eisl Make ValueProcedure/ValueConsumer methods public.
Thu, 25 Sep 2014 13:53:13 +0200 Josef Eisl Make InstructionStateProcedure a FunctionalInterface.
Thu, 25 Sep 2014 10:51:30 +0200 Josef Eisl Make ValuePositionProcedure a FunctionalInterface.
Thu, 25 Sep 2014 10:27:05 +0200 Josef Eisl LIRIntrospection: rename forEach*(ValuePositionProcedure) to forEach*Pos.
Wed, 01 Oct 2014 07:39:47 +0200 Doug Simon moved Node valueNumber and valueEquals logic (optionally) to generated nodes
Tue, 30 Sep 2014 23:42:08 +0200 Andreas Woess Truffle: allow interface types in child fields
Tue, 30 Sep 2014 21:35:36 +0200 Doug Simon fixed reported annotation parsing time in NodeClass
Tue, 30 Sep 2014 19:00:46 +0200 Christian Humer Truffle: added a performance warning for number of nodes in a single Truffle cache entry.
Tue, 30 Sep 2014 15:26:07 +0200 Doug Simon moved Node naming logic back to NodeClass (without impacting NodeClass constructor performance)
Tue, 30 Sep 2014 14:45:03 +0200 Roland Schatz Make ArithmeticOpTable fields final.
Tue, 30 Sep 2014 12:15:13 +0200 Roland Schatz Remove unused method.
Tue, 30 Sep 2014 12:00:27 +0200 Roland Schatz Return empty ArithmeticOpTable for non-arithmetic stamps.
Tue, 30 Sep 2014 14:22:10 +0200 Lukas Stadler only consider ValuePhiNodes for basic induction variables
Tue, 30 Sep 2014 11:08:10 +0200 Lukas Stadler small fix to @GeneratedBy javadoc
Tue, 30 Sep 2014 11:08:10 +0200 Lukas Stadler float and double constants cannot be inlined
Tue, 30 Sep 2014 11:08:10 +0200 Lukas Stadler small visibility change in EffectsClosure
Tue, 30 Sep 2014 11:08:10 +0200 Lukas Stadler reduce noise in CanonicalizerPhase log output
Tue, 30 Sep 2014 11:08:10 +0200 Lukas Stadler better stamps for I2F, I2D, L2F and L2D operations
Tue, 30 Sep 2014 10:05:30 +0200 Bernhard Urban mx: rename helper functions for cygwin support and update comments