# HG changeset patch # User Doug Simon # Date 1450862350 -3600 # Node ID 2643ba182e6f704aab7222d49f72456411e60c7b # Parent 86780d6ac391a56392ead806638f619082a1a21d updated changelog for 0.11 diff -r 86780d6ac391 -r 2643ba182e6f CHANGELOG.md --- 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.