log

age author description
Mon, 30 Apr 2012 13:25:59 +0200 Doug Simon removed empty javadoc for generated serialVersionUID fields
Mon, 30 Apr 2012 13:16:48 +0200 Doug Simon rename: AMD64LIRLowerable -> LIRGenLowerable
Mon, 30 Apr 2012 10:11:27 +0200 Lukas Stadler turn off graph caching
Fri, 27 Apr 2012 12:56:39 -0700 Christian Wimmer Method entry counters: Enable the flag to collect an execution profile of compiled methods and their callers. This allows to, e.g., detect methods that should be inlined because they are called frequently.
Fri, 27 Apr 2012 12:05:33 -0700 Christian Wimmer Call large method that contains only assertions under assert-statements to avoid call in product mode.
Fri, 27 Apr 2012 12:04:28 -0700 Christian Wimmer Consistent output of inlining decisions. Make all inlining decisions be printable using -G:Log=InliningDecisions
Fri, 27 Apr 2012 13:12:39 +0200 Doug Simon undid fix for non-issue in checkcast/instanceof XIR snippets
Fri, 27 Apr 2012 11:16:43 +0200 Lukas Stadler set exactType only if object is known to be non-null
Fri, 27 Apr 2012 11:16:17 +0200 Lukas Stadler Visualizer: display long properties correctly, "!InstanceOf" for negated InstanceOfNodes
Fri, 27 Apr 2012 11:15:16 +0200 Lukas Stadler add leafGraphId to AccessFieldNode
Thu, 26 Apr 2012 14:35:25 +0200 Lukas Stadler Merge
Thu, 26 Apr 2012 14:27:00 +0200 Lukas Stadler get rid of compiler warning in jtt.loop.LoopLastIndexOf
Thu, 26 Apr 2012 14:19:04 +0200 Lukas Stadler Merge
Thu, 26 Apr 2012 14:18:17 +0200 Lukas Stadler moved GraphCache to platform specific part, solved class unloading problem
Wed, 25 Apr 2012 14:57:40 +0200 Lukas Stadler small change to scope log output
Thu, 26 Apr 2012 13:59:33 +0200 Gilles Duboscq Merge
Thu, 26 Apr 2012 13:59:12 +0200 Gilles Duboscq In canonicalizer, when cleaning node with no usages, use a better definition of 'floating' node
Thu, 26 Apr 2012 13:57:35 +0200 Gilles Duboscq Update the coloring filter for IGV
Thu, 26 Apr 2012 12:38:40 +0200 Doug Simon fixed bug in XIR for checkcast & instanceof: klassOop of hint object was not being used so compare always failed
Wed, 25 Apr 2012 14:34:29 +0200 Lukas Stadler (preliminary) logging to file (-G:LogFile=asdf.txt)
Wed, 25 Apr 2012 13:33:28 +0200 Lukas Stadler let NodeClass.valueEqual handle long fields
Wed, 25 Apr 2012 13:03:37 +0200 Lukas Stadler Merge
Wed, 25 Apr 2012 13:02:10 +0200 Lukas Stadler removed @Data annotation
Wed, 25 Apr 2012 12:15:42 +0200 Lukas Stadler removed clear and removeGraph from the RiGraphCache interface
Wed, 25 Apr 2012 12:13:15 +0200 Lukas Stadler don't remove empty if - merge constructs if there are guards depending on the BeginNodes
Wed, 25 Apr 2012 12:01:59 +0200 Gilles Duboscq Merge
Wed, 25 Apr 2012 12:01:52 +0200 Gilles Duboscq Pass -v argument to SPECjvm2008 harness
Wed, 25 Apr 2012 12:00:52 +0200 Gilles Duboscq Properly escape glob pattern when transforming to regex
Wed, 25 Apr 2012 11:38:49 +0200 Gilles Duboscq Do not remove empty diamond shape if there are guards in any of the branches and evacuate any other anchored values
Wed, 25 Apr 2012 11:33:47 +0200 Lukas Stadler move cached graph eviction out of GraalCompiler
Wed, 25 Apr 2012 11:33:22 +0200 Lukas Stadler add missing file
Wed, 25 Apr 2012 11:24:49 +0200 Lukas Stadler add RiGraphCache interface
Tue, 24 Apr 2012 18:13:14 +0200 Lukas Stadler remove on more vmExits instance
Tue, 24 Apr 2012 17:22:36 +0200 Lukas Stadler Merge
Tue, 24 Apr 2012 17:17:44 +0200 Lukas Stadler let NodeClass.getDebugProperties handle arrays and doubles
Tue, 24 Apr 2012 17:16:43 +0200 Lukas Stadler ReadHubNode result is non-null
Tue, 24 Apr 2012 17:14:09 +0200 Lukas Stadler use @Data in NewInstanceNode and ArithmeticNode
Tue, 24 Apr 2012 17:12:57 +0200 Lukas Stadler use @Data in FixedNode and ControlSplitNode
Tue, 24 Apr 2012 17:11:45 +0200 Lukas Stadler compute returnStamp on demand in MethodCallTargetNode
Tue, 24 Apr 2012 17:11:10 +0200 Lukas Stadler use @Data in NewArrayNode subclasses
Tue, 24 Apr 2012 17:10:00 +0200 Lukas Stadler use RiResolvedType in VirtualObjectNode
Tue, 24 Apr 2012 16:04:14 +0200 Doug Simon enhanced debug filter to be a comma-separated list of glob or substring terms
Tue, 24 Apr 2012 13:13:59 +0200 Lukas Stadler fix for last changeset
Tue, 24 Apr 2012 13:04:43 +0200 Lukas Stadler removed last remaining references to vmEntries and vmExits
Mon, 23 Apr 2012 21:27:48 +0200 Doug Simon fixed regression: loop safepoints cannot be placed inside snippets
Mon, 23 Apr 2012 15:49:32 +0200 Doug Simon Merge.
Mon, 23 Apr 2012 15:49:11 +0200 Doug Simon added support for disassembling code after installation (so that the result of patching and relocation can be seen)
Mon, 23 Apr 2012 15:42:30 +0200 Doug Simon documented importance of nmethod::_graal_compiled_method wrt code unloading and GC
Mon, 23 Apr 2012 11:10:36 +0200 Doug Simon improved disassembly comments for out-of-line stubs
Mon, 23 Apr 2012 10:27:17 +0200 Doug Simon moved loop safepoint insertion from graph building to just before scheduling, removing the need for safepoint elimination
Mon, 23 Apr 2012 10:43:16 +0200 Lukas Stadler (temporarily) make non-empty liveIn set a bailout again
Fri, 20 Apr 2012 15:12:10 +0200 Lukas Stadler Merge
Fri, 20 Apr 2012 15:03:02 +0200 Lukas Stadler Merge
Fri, 20 Apr 2012 15:02:54 +0200 Lukas Stadler enable graph caching and priority compilation queue
Fri, 20 Apr 2012 13:44:28 +0200 Lukas Stadler Merge
Fri, 20 Apr 2012 13:44:06 +0200 Lukas Stadler Merge
Thu, 19 Apr 2012 14:47:10 +0200 Lukas Stadler fix "mx intro"
Thu, 19 Apr 2012 14:46:24 +0200 Lukas Stadler make non-empty liveIn set of first block a fatal GraalInternalError
Fri, 13 Apr 2012 15:52:25 +0200 Lukas Stadler guard all compilation queue accesses, to avoid deadlocks
Fri, 20 Apr 2012 14:45:58 +0200 Doug Simon removed data link from SafepointNode to a LoopEndNode