log graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/arraycopy/ArrayCopySnippets.java @ 21528:513f8d0ae27d

age author description
Fri, 22 May 2015 23:58:35 +0200 Doug Simon merge fixes
Thu, 21 May 2015 22:20:41 -0700 Tom Rodriguez Lower checkcast arraycopy idiom after frame state assignment and convert arraycopy lowering into snippets
Fri, 08 May 2015 17:52:59 +0200 Doug Simon fixed bug in ArrayCopySnippets.checkcastArraycopy: the destination element class must be passed to the runtime routine, not the destination class
Thu, 23 Apr 2015 17:18:52 -0700 Tom Rodriguez Make sure an after state is available when lowering checkcast arraycopy
Thu, 04 Dec 2014 12:13:27 +0100 Bernhard Urban checkcastArraycopy: if src and dest are equal, unchecked variant can be used
Wed, 03 Dec 2014 14:50:16 +0100 Bernhard Urban arraycopy: don't use checkcast stub if the arrays overlap
Wed, 03 Dec 2014 10:35:42 +0200 Bernhard Urban arraycopy: move related classes to dedicated package base graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/ArrayCopySnippets.java@5c7c9b1fc8dc