log

age author description
Tue, 25 Mar 2014 13:32:32 -0700 Christian Wimmer Perform de-virtualization of calls only in canonicalizer and not in graph builder
Tue, 25 Mar 2014 11:50:57 -0700 Christian Wimmer Allow project-specific overrides of Eclipse configuration files
Tue, 25 Mar 2014 11:50:31 -0700 Christian Wimmer Add new optional method parameter
Tue, 25 Mar 2014 11:50:05 -0700 Christian Wimmer Add equals/hashCode methods
Tue, 25 Mar 2014 11:49:46 -0700 Christian Wimmer Use Stamp instead of Kind for method parameter
Tue, 25 Mar 2014 11:48:33 -0700 Christian Wimmer Do not call @NodeIntrinsic method from within Graal
Tue, 25 Mar 2014 11:47:43 -0700 Christian Wimmer Fix format string
Tue, 25 Mar 2014 11:47:27 -0700 Christian Wimmer Allow subclasses to provide their own graph builder
Tue, 25 Mar 2014 11:26:50 -0700 Christian Wimmer Add verification code
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