log graal/com.oracle.graal.graph.test/src/com/oracle/graal/graph/test/NodeMapTest.java @ 18998:ec0733b5a90a

age author description
Wed, 28 Jan 2015 02:34:14 +0100 Thomas Wuerthinger Allow final modifier on node subclasses and start adding the modifier to leaf classes.
Mon, 12 Jan 2015 20:39:04 +0100 Doug Simon removed Node factory methods
Wed, 15 Oct 2014 15:35:33 +0200 Doug Simon removed Node generation (GRAAL-857)
Wed, 01 Oct 2014 20:45:56 +0200 Doug Simon constructors in a Node class must be protected
Thu, 04 Sep 2014 12:51:43 +0200 Doug Simon fixed unit tests so that they pass when assertions are disabled
Mon, 25 Aug 2014 13:45:12 +0200 Doug Simon made use of generated Node classes predicated on value of graal.useGeneratedNodes system property (default is false)
Mon, 18 Aug 2014 14:04:21 +0200 Doug Simon added factory method to all Node classes; replaced Node classes instantiation with calls to factory methods; replaced identity tests on Node classes with ' == <node class>.getGenClass()' idiom
Wed, 28 May 2014 17:14:24 +0200 Lukas Stadler grow NodeMaps exponentially
Mon, 26 May 2014 13:37:21 +0200 Lukas Stadler tests for NodeMap