log

age author description
Tue, 15 May 2012 14:22:01 +0200 Lukas Stadler remove Condition.OF and Condition.NOF
Tue, 15 May 2012 11:07:34 +0200 Lukas Stadler remove array length input from LoadIndexedNode and StoreIndexedNode
Tue, 15 May 2012 10:03:33 +0200 Doug Simon added support for -G:+CheckcastCounters in checkcast snippets
Mon, 14 May 2012 22:07:14 +0200 Doug Simon Merge.
Mon, 14 May 2012 22:06:49 +0200 Doug Simon fixed bug in compiled call to slow typecheck stub in VM
Mon, 14 May 2012 22:05:15 +0200 Doug Simon made lowering repeat processing of fixed nodes until no new fixed nodes are added before lowering floating nodes
Mon, 14 May 2012 21:52:32 +0200 Doug Simon added test for checkcasts inserted by lowering of storeindexed instructions
Mon, 14 May 2012 21:51:32 +0200 Doug Simon fixed bug in returning array values from CompilerToVMImpl.executeCompiledMethodVarargs
Fri, 11 May 2012 16:58:22 +0200 Doug Simon changed semantics of -G:HIRLowerCheckcast slightly
Fri, 11 May 2012 16:38:22 +0200 Lukas Stadler fix for IsTypeNode canonicalization
Fri, 11 May 2012 16:02:24 +0200 Lukas Stadler Merge
Fri, 11 May 2012 16:00:00 +0200 Lukas Stadler add a new simple CheckCast elimination phase
Fri, 11 May 2012 15:59:11 +0200 Lukas Stadler let StampFactory.orTypes use RiResolvedType.leastCommonAncestor
Fri, 11 May 2012 15:26:46 +0200 Lukas Stadler disable frame state culling
Fri, 11 May 2012 15:17:53 +0200 Lukas Stadler use exactType and assumptions to canonicalize ReadHubNode
Fri, 11 May 2012 15:17:17 +0200 Lukas Stadler use dependencies collection instead of explicit guard fields
Fri, 11 May 2012 14:39:58 +0200 Lukas Stadler alphabetically sort debug values for Metric and Time
Thu, 10 May 2012 14:24:25 +0200 Lukas Stadler Merge
Wed, 09 May 2012 12:11:36 +0200 Lukas Stadler Merge
Wed, 09 May 2012 12:10:35 +0200 Lukas Stadler cull unnecessary framestates at merges
Wed, 09 May 2012 10:43:05 +0200 Lukas Stadler add field name to AccessFieldNodes in visualizer
Wed, 09 May 2012 10:42:03 +0200 Lukas Stadler canonicalize more integer operations: (a+1)+2 to a+3 and (a*2)*2 to a*4
Fri, 11 May 2012 14:11:56 +0200 Doug Simon made graph marking stateless (in the graph) to ensure recursive marking is safe
Fri, 11 May 2012 12:20:36 +0200 Doug Simon moved checkcast lowering into LoweringPhase and added -G:HIRLowerCheckcast option to enable it (disabled by default) as it is not yet stable
Fri, 11 May 2012 11:57:29 +0200 Doug Simon slightly better implementation of NodeIterable.isEmpty()
Fri, 11 May 2012 11:56:58 +0200 Doug Simon added javadoc to ValueProxyNode
Fri, 11 May 2012 11:27:53 +0200 Doug Simon synchronized mxtool with Maxine
Fri, 11 May 2012 11:26:39 +0200 Doug Simon removed stateAfter field from FixedWithNextNode - now only StateSplit implementations have this field
Fri, 11 May 2012 10:57:50 +0200 Doug Simon rename: megamorph -> megamorphic
Fri, 11 May 2012 10:13:55 +0200 Doug Simon used more specific BeginNode subclass where appropriate
Thu, 10 May 2012 00:36:12 +0200 Doug Simon made CheckCastNode be a FixedNode instead of a BooleanNode
Thu, 10 May 2012 00:33:58 +0200 Doug Simon created StartNode and DispatchBeginNode for clearer visualization of these special nodes in the visualizer
Wed, 09 May 2012 22:35:44 +0200 Doug Simon removed TypeCheckNode
Wed, 09 May 2012 22:21:58 +0200 Doug Simon moved conversion of type profiles into hints for type check instructions from front end to lowering phase
Wed, 09 May 2012 16:39:52 +0200 Doug Simon added javadoc to GuardNode
Wed, 09 May 2012 16:21:03 +0200 Doug Simon if -G:Dump option is used, the compiler queues are given 5 seconds to finish any pending tasks (including graph dumping) before the VM exits
Tue, 08 May 2012 22:51:36 +0200 Doug Simon build JaCoCo exclude list by scanning for snippets
Tue, 08 May 2012 21:32:35 +0200 Doug Simon lowering checkcasts with Java snippets
Tue, 08 May 2012 20:17:30 +0200 Doug Simon separated the notion of has-side-effect from may-have-frame-state
Tue, 08 May 2012 16:10:00 +0200 Doug Simon expanded formatting of array CiConstants to show contents of the array
Tue, 08 May 2012 15:52:01 +0200 Doug Simon pulled AbstractStateSplit into FixedWithNextNode and made it no longer implement StateSplit. StateSplit is now implemented only by nodes that really have side effects.
Mon, 07 May 2012 11:40:44 +0200 Doug Simon lowering checkcasts with Java snippets (incomplete)
Mon, 07 May 2012 11:34:16 +0200 Doug Simon moved creation of a RiCodeInfo to the runtime side of the CRI
Mon, 07 May 2012 11:08:58 +0200 Doug Simon added thread name to debug info message
Fri, 04 May 2012 16:54:27 +0200 Doug Simon canonicalize load from a compile-constant, immutable array
Fri, 04 May 2012 16:52:58 +0200 Doug Simon extended canonicalization so that a caller can specify a CiConstant value is an immutable object or array
Fri, 04 May 2012 16:38:38 +0200 Doug Simon removed product and debug configurations from hotspot CDT project config
Fri, 04 May 2012 12:08:05 +0200 Gilles Duboscq Add verification in NullCheckNode and AccessFieldNode
Fri, 04 May 2012 12:08:00 +0200 Gilles Duboscq Fix : in peeling, while merging early exits, transfer all anchored nodes from the exit to the merge
Thu, 03 May 2012 15:43:03 +0200 Gilles Duboscq Fix : There can be proxies in the virtual chain
Thu, 03 May 2012 15:19:16 +0200 Gilles Duboscq Merge
Thu, 03 May 2012 15:19:11 +0200 Gilles Duboscq Fix merge
Thu, 03 May 2012 11:05:46 +0200 Gilles Duboscq Merge
Fri, 27 Apr 2012 13:13:06 +0200 Gilles Duboscq rename CiKind.toUnboxedJavaClass to toBoxedJavaClass
Fri, 27 Apr 2012 12:14:47 +0200 Gilles Duboscq Merge
Fri, 27 Apr 2012 12:14:38 +0200 Gilles Duboscq Fix a peeling-escape analysis related problem that was causin LinearScan bailouts (merge virtual chains when merging ends of the peeled code)
Thu, 03 May 2012 13:39:45 +0200 Doug Simon added mechanism (enabled by -G:PICache and -G:PiFilter) for saving/loading method profiling info to/from disk
Wed, 02 May 2012 18:23:12 +0200 Doug Simon fixed bug in use of CheckcastMinHintHitProbability
Wed, 02 May 2012 18:04:36 +0200 Doug Simon moved RiResolvedMethod.dumpProfile() to CiUtil.profileAsString()
Wed, 02 May 2012 17:09:00 +0200 Doug Simon added GraalOptions.CheckcastMinHintHitProbability to better guide use of hints for checkcasts