log

age author description
Fri, 22 Jun 2012 11:35:11 +0200 Gilles Duboscq Split _vmLibDirInJdk into _vmLibDirInJdk and _vmCfgInJdk to account for Windows jdk layout
Thu, 21 Jun 2012 17:33:45 +0200 Gilles Duboscq Merge
Thu, 21 Jun 2012 17:27:58 +0200 Gilles Duboscq Fix warning,
Thu, 21 Jun 2012 16:37:19 +0200 Gilles Duboscq Fix warning after merge
Thu, 21 Jun 2012 16:36:37 +0200 Gilles Duboscq Merge
Thu, 21 Jun 2012 16:35:23 +0200 Gilles Duboscq A bit of work on counted loops
Thu, 21 Jun 2012 16:31:10 +0200 Gilles Duboscq In inlining, refresh InlineInfo when making inline decision in case the receiver has a better stamp than when the original InlineInfo where created
Thu, 21 Jun 2012 16:29:56 +0200 Gilles Duboscq split DistinctFilteredNodeIterable in it own subclass
Thu, 21 Jun 2012 16:29:14 +0200 Gilles Duboscq Canoncialize < to |<| for positive values
Thu, 21 Jun 2012 16:26:59 +0200 Gilles Duboscq Fix for peeling and VirtualStateNode
Wed, 20 Jun 2012 16:59:47 +0200 Gilles Duboscq Make sure snippet instentiation doesn't produce dead nodes and remove redundant DCE
Wed, 20 Jun 2012 16:55:39 +0200 Gilles Duboscq Scope the replacement code in Canonicalizer into the CanonicalizeNode scope
Wed, 20 Jun 2012 16:55:08 +0200 Gilles Duboscq Small cleanups
Wed, 20 Jun 2012 13:52:03 +0200 Gilles Duboscq Be abit more carefull about displacements in makeAddress
Thu, 21 Jun 2012 16:48:56 +0200 Doug Simon added verification phase for snippets to ensure word types are not incorrectly mixed with Object types
Thu, 21 Jun 2012 10:52:23 +0200 Doug Simon made graal_verify_oop stub create a frame to improve crash log when it fails
Wed, 20 Jun 2012 21:38:44 +0200 Doug Simon fixed scope label
Wed, 20 Jun 2012 21:38:25 +0200 Doug Simon split lowering of NEW into two separate nodes - one for doing the allocation and one for doing the object formatting. Both of these nodes are in turn lowered via snippets.
Wed, 20 Jun 2012 18:12:50 +0200 Lukas Stadler added TypeSwitchNode for polymorphic inlining
Wed, 20 Jun 2012 16:59:43 +0200 Doug Simon reduced shutdown pause when -G:Dump is used from 5 seconds to 2
Wed, 20 Jun 2012 16:59:15 +0200 Doug Simon generalized canonicalization of a compare node for inputs of type ConditionalNode
Wed, 20 Jun 2012 10:36:20 +0200 Lukas Stadler fix to ValueProxyNode for graal.boot
Tue, 19 Jun 2012 21:06:49 +0200 Doug Simon allowed RegisterNode to directly use a register not used by the register allocator
Tue, 19 Jun 2012 20:03:06 +0200 Lukas Stadler new stamp inference in CanonicalizerPhase, IntegerStamp.mask
Tue, 19 Jun 2012 17:12:02 +0200 Doug Simon Re-enabled NewInstanceSnippets by default for all methods.
Tue, 19 Jun 2012 17:00:24 +0200 Doug Simon made RegisterNode fixed which should fix the issue of TLAB values being GVN'ed in the NewInstanceSnippets (bug was found by Thomas)
Tue, 19 Jun 2012 14:09:57 +0200 Doug Simon fixed bug in call to verifyOops stub - was using-32 bit move instead of 64-bit move
Tue, 19 Jun 2012 13:25:18 +0200 Gilles Duboscq Merge
Tue, 19 Jun 2012 13:20:39 +0200 Gilles Duboscq fix to ldiv's -MIN/-1 special case, add a jtt for this
Tue, 19 Jun 2012 11:38:30 +0200 Doug Simon Merge.
Tue, 19 Jun 2012 11:37:39 +0200 Doug Simon added unit tests for the Word type
Tue, 19 Jun 2012 11:36:27 +0200 Doug Simon modified harness for running JUnit and JTT tests such that only projects declaring a 'testHarness' attribute in mx/projects are scanned for tests
Mon, 18 Jun 2012 15:39:07 +0200 Doug Simon removed support for compiling allocation of instances of non-initialized classes
Mon, 18 Jun 2012 18:01:53 +0200 Lukas Stadler Merge.
Mon, 18 Jun 2012 18:00:06 +0200 Lukas Stadler small changes/renamings to virtual object handling
Mon, 18 Jun 2012 17:58:36 +0200 Lukas Stadler add inliningIdentifier to FrameState (fixes problem with duplicated FrameStates and locking)
Mon, 18 Jun 2012 15:03:27 +0200 Gilles Duboscq Add aliased case array copy jtt tests
Mon, 18 Jun 2012 11:59:05 +0200 Gilles Duboscq Merge
Sat, 16 Jun 2012 16:13:32 +0200 Gilles Duboscq Merge AnchorNode and ValueAnchorNode
Mon, 18 Jun 2012 10:07:33 +0200 Lukas Stadler Merge.
Fri, 15 Jun 2012 15:59:43 +0200 Lukas Stadler use ValueAnchorNode for FixedGuardNode lowering
Fri, 15 Jun 2012 15:59:22 +0200 Lukas Stadler set correct probabilities on MergeNodes
Sun, 17 Jun 2012 23:45:44 +0200 Thomas Wuerthinger Disable NewInstance lowering for all methods again.
Sun, 17 Jun 2012 21:35:52 +0200 Thomas Wuerthinger Treat a write to ANY_LOCATION as memory check point.
Sun, 17 Jun 2012 18:06:27 +0200 Thomas Wuerthinger Enable NewInstance lowering by default for all methods.
Sun, 17 Jun 2012 18:04:59 +0200 Thomas Wuerthinger Fixed an issue in the new instance stub call operation: rax must be reserved as a temp as it is overwritten in the runtime stub.
Sat, 16 Jun 2012 16:53:02 +0200 Thomas Wuerthinger Canonicalize projects.
Sat, 16 Jun 2012 02:20:02 +0200 Thomas Wuerthinger Merge.
Sat, 16 Jun 2012 02:19:38 +0200 Thomas Wuerthinger Added detailed test cases for the closed world analysis. Add support for ValueProxyNode, CheckCastNode. Fix modelling of arrays.
Sat, 16 Jun 2012 02:17:44 +0200 Thomas Wuerthinger Make the value proxy node use the stamp of the proxied value.
Sat, 16 Jun 2012 00:39:30 +0200 Thomas Wuerthinger Add correct checkcast node to entry of catch block after exception dispatch.
Sat, 16 Jun 2012 00:06:48 +0200 Thomas Wuerthinger Initial implementation of closed world analysis by iteratively expanding the universe starting at method entry points.
Thu, 14 Jun 2012 18:03:43 +0200 Thomas Wuerthinger Merge.
Thu, 14 Jun 2012 18:03:18 +0200 Thomas Wuerthinger Implement addEntryMethod in boot image generator. Add Graal.getRequiredCapability utility to Graal class.
Thu, 14 Jun 2012 17:54:59 +0200 Thomas Wuerthinger Added BootImageClassLoader and associated test class.
Fri, 15 Jun 2012 16:42:08 +0200 Doug Simon Merge.
Fri, 15 Jun 2012 16:12:41 +0200 Doug Simon added oop verification to NewInstanceSnippets when -XX:+VerifyOops is enabled
Fri, 15 Jun 2012 15:48:44 +0200 Gilles Duboscq Merge
Fri, 15 Jun 2012 15:38:42 +0200 Gilles Duboscq Merge
Fri, 15 Jun 2012 15:35:10 +0200 Gilles Duboscq Add BinaryNode.reassociate to do generic +, -, *, &, |, ^ reassociation, use it for canoncialization. Will be used to reassociate loop invariants.