log

age author description
Fri, 01 Jun 2012 11:08:03 +0200 Doug Simon support @NodeIntrinsic based creation of a UnsafeLoadNode with a stamp indicating non-nullness
Fri, 01 Jun 2012 11:05:24 +0200 Doug Simon support use of boolean, byte, char and short constant arguments in @NodeIntrinsic methods
Fri, 01 Jun 2012 11:03:50 +0200 Doug Simon allow a framestate to flow though a framestate-less loop
Fri, 01 Jun 2012 11:02:36 +0200 Doug Simon bug fix: GraphTest method dumped to CFGPrinter was not the same as the one being executed
Fri, 01 Jun 2012 02:01:49 +0200 Andreas Woess fix for branches that have only a true successor (as emitted for negated guards).
Thu, 31 May 2012 18:24:53 +0200 Lukas Stadler add simple test for ControlFlowGraph block computation
Thu, 31 May 2012 18:23:16 +0200 Lukas Stadler quick fix for postdominator calculation
Wed, 30 May 2012 18:38:11 +0200 Doug Simon Merge.
Wed, 30 May 2012 18:34:11 +0200 Doug Simon added computation of array base offset and index scaling into CiKind and used it to remove a hard coded assumption in canonicalization of LoadIndexedNode
Wed, 30 May 2012 18:07:38 +0200 Doug Simon added findclass command to mx tool
Wed, 30 May 2012 18:03:53 +0200 Doug Simon turned off C++ code analysis
Wed, 30 May 2012 18:14:20 +0200 Gilles Duboscq Merge
Wed, 30 May 2012 18:13:35 +0200 Gilles Duboscq Make it possible in SuperBlock to duplicate the whole loop (with the loopbegin)
Tue, 29 May 2012 16:49:20 +0200 Gilles Duboscq getClass returns a non-null result
Fri, 25 May 2012 20:23:24 +0200 Thomas Wuerthinger Elimination of unused methods in the CRI.
Fri, 25 May 2012 13:22:45 +0200 Gilles Duboscq Merge
Fri, 25 May 2012 13:21:58 +0200 Gilles Duboscq Merge
Fri, 25 May 2012 13:21:43 +0200 Gilles Duboscq Canonicalize away ValueAnchors that only anchor a begin node
Fri, 25 May 2012 12:16:23 +0200 Gilles Duboscq Fix findDuplicate for nodes with no inputs
Thu, 24 May 2012 16:22:26 +0200 Gilles Duboscq Transmit null check flag from fixed to floating read nodes
Fri, 25 May 2012 11:44:44 +0200 Lukas Stadler Merge
Fri, 25 May 2012 11:35:18 +0200 Lukas Stadler changes to the dependencies and stamp system:
Fri, 25 May 2012 10:36:23 +0200 Lukas Stadler documentation on CiFrame.leafGraphId
Fri, 25 May 2012 10:35:59 +0200 Lukas Stadler CiKind.minValue and CiKind.maxValue for integer types
Thu, 24 May 2012 15:18:41 +0200 Doug Simon removed obsolete code in LoweringPhase
Thu, 24 May 2012 12:11:20 +0200 Doug Simon improved InstanceOfTest
Wed, 23 May 2012 15:28:17 +0200 Gilles Duboscq Enable fastdebug server configuration in gate
Wed, 23 May 2012 15:27:02 +0200 Gilles Duboscq Merge
Wed, 23 May 2012 11:55:31 +0200 Gilles Duboscq Merge
Wed, 23 May 2012 10:09:39 +0200 Gilles Duboscq Add distinct filter
Tue, 22 May 2012 14:34:18 +0200 Gilles Duboscq C2 doesnt seem to like the should_reexecute() assert
Wed, 23 May 2012 14:42:28 +0200 Doug Simon refactored tests to share support for dump-aware compilation
Wed, 23 May 2012 14:39:56 +0200 Doug Simon added support for decorator dump scopes so that the visualizers can distinguish between multiple compilations of the same method
Wed, 23 May 2012 12:11:27 +0200 Doug Simon removed double declaration of _vmbuild global variable in gate command
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