log

age author description
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.
Fri, 15 Jun 2012 14:42:11 +0200 Doug Simon added support for extending the filtering context of a DebugConfig
Fri, 15 Jun 2012 13:17:04 +0200 Doug Simon Merge.
Fri, 15 Jun 2012 13:16:43 +0200 Doug Simon reverted to using fast_new_instance_init_check_id stub to use fast TLAB refilling
Fri, 15 Jun 2012 12:05:13 +0200 Doug Simon added more tests to NewInstanceTest
Fri, 15 Jun 2012 12:04:26 +0200 Doug Simon added check to ensure fast path allocation is never used for types that don't allow it
Thu, 14 Jun 2012 17:03:22 +0200 Doug Simon improved allocation tracing in NewInstanceSnippets
Fri, 15 Jun 2012 09:54:37 +0200 Gilles Duboscq Merge
Fri, 15 Jun 2012 09:53:14 +0200 Gilles Duboscq Add 2 array copy tests
Thu, 14 Jun 2012 17:10:49 +0200 Gilles Duboscq Merge