changeset 23212:2643ba182e6f graal-0.11

updated changelog for 0.11
author Doug Simon <doug.simon@oracle.com>
date Wed, 23 Dec 2015 10:19:10 +0100
parents 86780d6ac391
children d13cb2d28a84
files CHANGELOG.md
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG.md	Tue Dec 22 22:10:52 2015 +0100
+++ b/CHANGELOG.md	Wed Dec 23 10:19:10 2015 +0100
@@ -5,6 +5,16 @@
 ## `tip`
 ...
 
+## Version 0.11
+23-Dec-2015, [Repository Revision](http://hg.openjdk.java.net/graal/graal-compiler/shortlog/graal-0.11)
+* Moved support for command line options from JVMCI to Graal.
+* Made invocation plugin initialization lazy: plugins for a class are initialized first time compiler parses a method in the class.
+* Removed method handle special case logic for 8u60 and later.
+* Generate graph builder plugins for @NodeIntrinsic and @Fold methods instead of using reflection.
+* Converted LoadHubNode into normal FloatingNode from FloatingGuardedNode.
+* Enabled CRC32 intrinsics on SPARC.
+* Added log methods to Debug with 9 and 10 arguments.
+
 ## Version 0.10
 17-Nov-2015, [Repository Revision](http://hg.openjdk.java.net/graal/graal-compiler/shortlog/graal-0.10)
 * Added experimental Trace Register Allocator.