log

age author description
Wed, 23 May 2012 12:06:44 +0200 Doug Simon added execution of DaCapo_pmd by [server|client]+[product|fastdebug] to the gate
Tue, 22 May 2012 17:45:31 +0200 Doug Simon Merge.
Tue, 22 May 2012 16:44:30 +0200 Doug Simon added support for snippet templates which are snippet graphs specialized by binding a constant to at least one of the snippet's parameters
Tue, 22 May 2012 16:42:56 +0200 Doug Simon correctly handle null for replacements parameter in Graph.addDuplicates()
Tue, 22 May 2012 16:31:30 +0200 Lukas Stadler Merge
Tue, 22 May 2012 16:19:02 +0200 Lukas Stadler changes towards a canonical representation of comparisons:
Tue, 22 May 2012 14:57:01 +0200 Lukas Stadler add snapshot() call in MergeNode.removeEnd to fix concurrent modification problem
Tue, 22 May 2012 13:30:30 +0200 Gilles Duboscq Keep UsagesDroppedNodes in canonicalizer
Tue, 22 May 2012 12:10:58 +0200 Gilles Duboscq Anchor guards of read nodes when floating them
Tue, 22 May 2012 11:57:21 +0200 Gilles Duboscq make ValueAnchorNode able to anchor multiple values, use dependencies for anchored values
Tue, 22 May 2012 11:37:07 +0200 Gilles Duboscq Merge
Tue, 22 May 2012 11:36:45 +0200 Gilles Duboscq Merge Canonicalizer and GVN Phases
Mon, 21 May 2012 15:44:03 +0200 Gilles Duboscq autoGrow option to NodeBitMaps
Fri, 18 May 2012 15:49:46 +0200 Gilles Duboscq Use exact type for check cast canonicalization if available
Fri, 18 May 2012 15:49:23 +0200 Gilles Duboscq do not canonicalize scaled indexedlocation nodes if target is not available
Fri, 18 May 2012 15:48:38 +0200 Gilles Duboscq Use iterative lowering instead of manually applying lowering
Tue, 22 May 2012 11:11:48 +0200 Lukas Stadler fix bug in FloatingReadPhase that leads to wrong ordering of phi inputs on memory phis
Wed, 16 May 2012 13:24:39 +0200 Gilles Duboscq Merge
Wed, 16 May 2012 13:24:32 +0200 Gilles Duboscq When removing inputs from phi nodes, kill unused values
Tue, 15 May 2012 16:27:12 +0200 Gilles Duboscq Merge
Tue, 15 May 2012 16:26:55 +0200 Gilles Duboscq better compile commands for JTTs (compile all methods from jtt except run* methods)
Tue, 15 May 2012 16:26:07 +0200 Gilles Duboscq Some SuperBlock cleanup
Mon, 14 May 2012 16:16:22 +0200 Gilles Duboscq Merge
Mon, 14 May 2012 16:16:12 +0200 Gilles Duboscq Perform compiler oracle should_not_inline check before heuristic checks
Tue, 15 May 2012 20:24:52 +0200 Lukas Stadler AMD64LIRGenerator: reorder compare operands to prevent unnecessary loads of constants
Tue, 15 May 2012 20:14:52 +0200 Lukas Stadler changes to Condition: more canonicalization support, foldCondition always returns a result
Tue, 15 May 2012 20:13:25 +0200 Lukas Stadler look at the probability of IfNodes during ComputeLinearScanOrder
Tue, 15 May 2012 14:29:14 +0200 Lukas Stadler small fix for Condition.OF/NOF removal
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