log graal/com.oracle.truffle.codegen.processor/src/com/oracle/truffle/codegen/processor/node/ShortCircuitData.java @ 10085:9d15ca2f38d1

age author description
Mon, 15 Apr 2013 18:50:19 +0200 Christian Humer Sourcegen can now generate execute methods of signature execute(frame, evaluatedValue).
Fri, 15 Mar 2013 21:18:33 +0100 Christian Humer Final fields of base node can be optionally passed to builtin specialization method. And a few fixes.
Fri, 01 Mar 2013 17:03:57 +0100 Christian Humer Implemented support for executing nodes in @Children fields.
Wed, 23 Jan 2013 16:34:57 +0100 Doug Simon applied mx eclipseformat to all Java files
Fri, 18 Jan 2013 13:28:12 +0100 Christian Humer Codegen operation generation is inferred from the node type hierarchy.