log

age author description
Tue, 17 Jun 2014 12:05:34 +0200 Doug Simon HSAIL: support offloading some IntStream.reduce() operations to HSA
Tue, 17 Jun 2014 11:53:13 +0200 Roland Schatz Verify usage of equals method in LIRKind.
Tue, 17 Jun 2014 10:09:11 +0200 Roland Schatz Enable UseGraalCompilationQueue in bootstrap gate tests.
Tue, 17 Jun 2014 09:59:59 +0200 Roland Schatz Remove hotspot specific NarrowOop kind, use LIRKind.reference(Kind.Int) instead.
Tue, 17 Jun 2014 09:43:23 +0200 Roland Schatz Handle narrow oops in redundant move elimination.
Mon, 16 Jun 2014 19:38:05 +0200 Roland Schatz Better documentation for HotSpotReferenceMap.
Mon, 16 Jun 2014 23:07:45 +0200 Doug Simon disabled UseGraalCompilationQueue by default
Mon, 16 Jun 2014 22:35:17 +0200 Doug Simon HSAIL: better error message
Mon, 16 Jun 2014 21:21:25 +0200 Doug Simon Merge.
Mon, 16 Jun 2014 10:44:18 +0200 Doug Simon Merge.
Fri, 13 Jun 2014 20:06:44 +0200 Doug Simon Merge.
Fri, 13 Jun 2014 18:44:55 +0200 Doug Simon Merge.
Fri, 13 Jun 2014 18:42:33 +0200 Doug Simon disabled dialing C1 compilation back to partial profiling when Graal is the top tier compiler
Fri, 13 Jun 2014 18:41:45 +0200 Doug Simon ensure a DebugEnvironment is initialized for native compiler threads
Fri, 13 Jun 2014 17:41:42 +0200 Doug Simon placed HandleMark around Graal compilation performed on a native compiler thread
Mon, 16 Jun 2014 17:18:51 +0200 Roland Schatz Revert using LIRKind.reference(Kind.Int) instead of hotspot specific NarrowOop kind (part of c0b8d395368b).
Fri, 13 Jun 2014 15:19:12 -0700 Tom Rodriguez remove accidentally pushed changes
Fri, 13 Jun 2014 10:37:06 -0700 Tom Rodriguez derive native compiler thread name from Compiler::name
Fri, 13 Jun 2014 18:19:58 +0200 Lukas Stadler do not zap inputs and successors in Node.safeDelete
Fri, 13 Jun 2014 18:18:57 +0200 Lukas Stadler handle deleted nodes in IfNode.simplify
Fri, 13 Jun 2014 18:18:28 +0200 Lukas Stadler handle deleted proxies in GraphUtil.checkRedundantProxy
Fri, 13 Jun 2014 18:18:09 +0200 Lukas Stadler make sure that anchoredReceiver isn't deleted when tail duplicating during inlining
Fri, 13 Jun 2014 18:17:31 +0200 Lukas Stadler reduce unnecessary clearing of inputs
Fri, 13 Jun 2014 17:00:12 +0200 Doug Simon memory use tracking should only be enabled if -G:TrackMemUse is specified
Fri, 13 Jun 2014 14:25:27 +0200 Doug Simon updated Java Allocation Instrumenter library
Fri, 13 Jun 2014 11:47:44 +0200 Roland Schatz Introduce LIRKind to accurately track oop references in backend.
Fri, 13 Jun 2014 11:11:44 +0200 Roland Schatz Support XMM registers in oop maps.
Fri, 13 Jun 2014 11:08:16 +0200 Roland Schatz Refactor LIRGeneratorTool methods.
Fri, 13 Jun 2014 11:31:17 +0200 Doug Simon show array lengths in allocation records produced by AllocSpy
Fri, 13 Jun 2014 09:06:06 +0200 Laurent Daynes Merge