log

age author description
Tue, 25 Mar 2014 11:15:37 -0700 Christian Wimmer Support zero-extend-load for all data sizes
Tue, 25 Mar 2014 11:07:47 -0700 Christian Wimmer Introduce base class ConstantData
Tue, 25 Mar 2014 21:02:37 +0100 Doug Simon replaced RawDataValue with LIRGeneratorTool.emitData(); accept only ASCII strings in log and VM error messages
Tue, 25 Mar 2014 18:53:34 +0100 Roland Schatz Introduce separate interfaces for deoptimizing nodes that deopt to a state before, during or after their execution.
Tue, 25 Mar 2014 16:38:01 +0100 Bernhard Urban nmethod: fix -XX:+PrintNMethodStatistics
Tue, 25 Mar 2014 14:23:43 +0100 Doug Simon taught LIRVerifier about RawDataValue
Tue, 25 Mar 2014 13:57:48 +0100 Doug Simon use raw data support to fix incorrect use of String.intern() for embedding strings in code
Tue, 25 Mar 2014 13:56:52 +0100 Doug Simon added support for installing raw data with code
Tue, 25 Mar 2014 13:55:55 +0100 Doug Simon check that data patches are of the expected type
Mon, 24 Mar 2014 23:50:48 +0100 Doug Simon Merge.
Mon, 24 Mar 2014 23:50:18 +0100 Doug Simon Backport of 8504393de66b from jdk9
Mon, 24 Mar 2014 21:30:43 +0100 Doug Simon Backed out merge changeset: b51e29501f30
Mon, 24 Mar 2014 14:02:58 +0100 Lukas Stadler new ProfileCompiledMethods tool
Mon, 24 Mar 2014 13:31:39 +0100 Lukas Stadler update BenchmarkCounters (add TimedDynamicCounters, fix -XX:+GraalCountersExcludeCompiler)
Mon, 24 Mar 2014 14:41:28 +0100 Doug Simon HSAIL: implemented storing compressed constants and made HSAILHotSpotLIRGenerator implement HotSpotLIRGenerator
Mon, 24 Mar 2014 11:24:22 +0100 Gilles Duboscq Update vm descriptions in readme
Mon, 24 Mar 2014 10:45:24 +0100 Lukas Stadler deal with deleted ends in ConvertDeoptimizeToGuardPhase
Mon, 24 Mar 2014 09:40:29 +0100 Bernhard Urban mx build: ignore release tag suffix if build directory is not a mercurial repository
Fri, 21 Mar 2014 16:36:59 -0700 Tom Rodriguez fix vargs -> Object -> vargs logging call paths
Fri, 21 Mar 2014 15:28:37 -0700 Tom Rodriguez don't do subword float converts
Fri, 21 Mar 2014 14:26:58 -0700 twisti make HotSpotResolvedJavaMethod leaner
Fri, 21 Mar 2014 13:54:43 +0100 Christian Humer Merge.
Fri, 21 Mar 2014 13:54:08 +0100 Christian Humer Truffle: fixed call count profile; added leaf check for inlining; inline tracing now shows dispatched calls.
Thu, 20 Mar 2014 17:15:36 +0100 Lukas Stadler additional canonicalizers for accesses and value nodes (improves number of implicit null checks)
Fri, 21 Mar 2014 11:51:14 +0100 Lukas Stadler metric for number of implicit null checks in GuardLoweringPhase
Thu, 20 Mar 2014 14:14:48 +0100 Lukas Stadler test case for IfNode reordering fix (a300322)
Thu, 20 Mar 2014 14:13:55 +0100 Lukas Stadler canonicalize certain shift-compare expressions
Fri, 21 Mar 2014 10:45:16 +0100 Lukas Stadler keep the guard alive when removing ReadNodes without usages
Thu, 20 Mar 2014 17:36:43 -0700 Tom Rodriguez guard implicit exception deopt
Thu, 20 Mar 2014 16:56:21 -0700 Tom Rodriguez printing fixes