log graal/com.oracle.graal.phases/src/com/oracle/graal/phases/verify/VerifyUsageWithEquals.java @ 14162:ab1c093f15c2

age author description
Wed, 12 Mar 2014 21:50:50 +0100 Doug Simon added unit test to ensure all classes in graal.jar comply with select global invariants
Sun, 03 Nov 2013 15:27:52 +0100 Doug Simon made ConstantNodes external to a Graph (GRAAL-508)
Thu, 10 Oct 2013 16:14:55 +0200 Doug Simon made CodeCacheProvider independent of MetaAccessProvider (GRAAL-511)
Wed, 25 Sep 2013 17:07:33 +0200 Bernhard Urban HSAIL, SPARC: fix some occurrences of object identity, using equals() instead
Thu, 08 Aug 2013 18:17:47 +0200 Gilles Duboscq Add illegal stamp
Fri, 02 Aug 2013 11:22:23 +0200 Roland Schatz Move VerifyUsageWithEquals phases into HighTier.
Fri, 31 May 2013 11:38:35 +0200 Bernhard Urban VerifyUsageWithEquals: fix wording
Thu, 23 May 2013 12:06:05 +0200 Bernhard Urban VerifyUsageWithEquals: better error message
Thu, 23 May 2013 12:00:40 +0200 Bernhard Urban VerifyUsageWithEquals/VerifyPhase: add documentation
Thu, 23 May 2013 10:57:51 +0200 Bernhard Urban VerifyUsageWithEquals: check for null before passing it to isAssignableForm()
Wed, 22 May 2013 16:28:12 +0200 Bernhard Urban VerifyUsageWithEquals: refactoring
Tue, 21 May 2013 18:03:24 +0200 Bernhard Urban VerifyUsageWithEquals: allow to pass a class to the phase