log graal/com.oracle.graal.replacements.test/src/com/oracle/graal/replacements/test/ArraysSubstitutionsTest.java @ 18120:86ec7f6f71b3

age author description
Sat, 18 Oct 2014 00:08:19 +0200 Doug Simon refactored GraalCompilerTest API to be in terms of ResolvedJavaMethod instead of Method
Wed, 06 Aug 2014 17:41:51 +0200 Doug Simon renamed GraalCompilerTest.parse to GraalCompilerTest.parseEager and improved javadoc for all parse* methods
Tue, 13 May 2014 21:47:50 +0200 Doug Simon renamed GraalTest.assertEquals* to assertDeepEquals to avoid confusion with JUnit API methods
Fri, 02 May 2014 12:02:27 +0200 Lukas Stadler remove NodesToDoubles, refactoring of node probability and inlining relevance computation
Wed, 19 Mar 2014 12:01:30 +0100 Lukas Stadler fixed canonicalization of ArrayEqualsNode, added Virtualizable implementation
Tue, 18 Mar 2014 16:35:49 +0100 Lukas Stadler make ArrayEqualsNode fixed instead of floating
Tue, 18 Feb 2014 21:55:26 -0800 twisti added Arrays.equals substitutions