log graal/com.oracle.truffle.api.dsl.test/src/com/oracle/truffle/api/dsl/test/TypeSystemTest.java @ 20171:9ca538e3e46e

age author description
Mon, 06 Apr 2015 13:43:39 +0100 Chris Seaton DSL: add tests for comparing against a byte and a short in guards.
Mon, 05 Jan 2015 20:23:22 +0100 Christian Humer Truffle-DSL: optimize generated code for nodes with a single specialization. (GRAAL-602 #resolve)
Mon, 05 Jan 2015 20:23:22 +0100 Christian Humer Truffle-DSL: breaking: @TypeCheck and @TypeCast now require casted/checked type as explicit parameter. Previously the type was parsed from the method name. (GRAAL-446 #resolve)
Mon, 29 Dec 2014 23:38:42 +0100 Christian Humer Truffle-DSL: remove type system singleton
Mon, 29 Dec 2014 23:38:30 +0100 Christian Humer Truffle-DSL: migrate DSL tests to use @GenerateNodeFactory.
Fri, 31 Oct 2014 10:44:05 +0100 Benoit Daloze Truffle: add a test to track an ImplicitCast bug
Wed, 27 Aug 2014 11:35:59 +0200 Christian Humer Truffle-DSL: added test for source sections in @CreateCast methods.