log

age author description
Sun, 03 Jul 2011 11:05:05 +0200 Gilles Duboscq Fix bug in peeling in updating the parent loops after peeling. Added verify to If
Sat, 02 Jul 2011 02:46:04 +0200 Thomas Wuerthinger Various fixes around escape analysis.
Fri, 01 Jul 2011 21:07:29 +0200 Thomas Wuerthinger Fixed an issue in the C++ code of the escape analysis (wrongly commented out code).
Fri, 01 Jul 2011 20:11:51 +0200 Thomas Wuerthinger Adjusted inlining decision (depend on max node size instead of max codeSize).
Fri, 01 Jul 2011 19:39:29 +0200 Thomas Wuerthinger Merge.
Fri, 01 Jul 2011 19:39:14 +0200 Thomas Wuerthinger Canonicalize RegisterFinalizer nodes.
Fri, 01 Jul 2011 18:28:26 +0200 Thomas Wuerthinger Merge fixes.
Fri, 01 Jul 2011 18:24:04 +0200 Thomas Wuerthinger Merge.
Fri, 01 Jul 2011 18:15:05 +0200 Thomas Wuerthinger checkcast fixes
Thu, 30 Jun 2011 18:53:02 +0200 Thomas Wuerthinger Do not move deopt point above ExceptionObject!
Thu, 30 Jun 2011 18:45:44 +0200 Thomas Wuerthinger fixed outdated asserts.
Thu, 30 Jun 2011 18:39:13 +0200 Thomas Wuerthinger must not gvn checkcast instructions.
Thu, 30 Jun 2011 18:03:43 +0200 Thomas Wuerthinger optimized genInstanceOf XIR snippet.
Thu, 30 Jun 2011 18:00:22 +0200 Thomas Wuerthinger Removed unnecessary jump.
Thu, 30 Jun 2011 17:53:23 +0200 Thomas Wuerthinger Introduced NotInstanceOf node. Optimize instanceof statements (i.e. do not materialize).