log graal/com.oracle.truffle.dsl.processor/src/com/oracle/truffle/dsl/processor/java/ElementUtils.java @ 19283:08aa0372dad4

age author description
Fri, 23 Jan 2015 02:55:23 +0100 Christian Humer Truffle-DSL: implement new guard expression syntax.
Thu, 22 Jan 2015 20:44:24 +0100 Christian Humer Truffle-DSL: remove old DSL layout; Make new layout the default.
Fri, 09 Jan 2015 16:02:55 +0100 Christian Humer Truffle-DSL: fix execute methods with evaluated arguments were not handled correctly with varargs arguments.
Mon, 05 Jan 2015 01:31:08 +0100 Christian Humer Truffle-DSL: support for frame types Frame, MaterializedFrame. Added validation for frame type consistency. Some refactorings along the way.
Fri, 02 Jan 2015 14:31:51 +0100 Christian Humer Truffle-DSL: fix crash if type in rewriteOn is not of type Throwable. Improved error messages for Specialization#rewriteOn.
Mon, 29 Dec 2014 23:38:54 +0100 Christian Humer Truffle-DSL: new node layout implementation.
Mon, 29 Dec 2014 23:38:25 +0100 Christian Humer Truffle-DSL: implemented @GenerateNodeFactory to enable generation of factories. Factory generation is now disabled by default.
Tue, 02 Sep 2014 00:44:43 +0200 Doug Simon select generated input and successor iterators if Node.USE_GENERATED_NODES
Wed, 27 Aug 2014 11:35:59 +0200 Christian Humer Truffle-DSL: fixed generic type earsure for types in the type system.
Mon, 25 Aug 2014 20:59:56 +0200 Christian Humer Truffle-DSL: better support for types with type arguments.
Sat, 23 Aug 2014 19:31:18 +0200 Christian Humer Truffle-DSL: some more performance optimizations.
Fri, 22 Aug 2014 16:03:49 +0200 Doug Simon Merge.
Fri, 22 Aug 2014 15:56:51 +0200 Doug Simon switched to using new NodeFieldIterator and NodeFieldIterable for traversing Node inputs and successors
Sat, 16 Aug 2014 00:03:21 +0200 Doug Simon factored out getSuperType
Mon, 18 Aug 2014 18:41:16 +0200 Christian Humer Truffle-DSL: argument syntax support for guards
Thu, 14 Aug 2014 15:02:17 +0200 Christian Humer Truffle-DSL: fixed guard solve of guards for interfaces.
Wed, 13 Aug 2014 21:05:29 +0200 Doug Simon process all declared interfaces when collecting transitive super types
Wed, 13 Aug 2014 18:06:26 +0200 Christian Humer Truffle-DSL: better caching for type checks.
Wed, 13 Aug 2014 18:06:18 +0200 Christian Humer Truffle-DSL: introduced identifiers for type matching.
Wed, 13 Aug 2014 18:06:18 +0200 Christian Humer Truffle-DSL: optimized ElementUtils.typeEquals
Wed, 13 Aug 2014 18:06:18 +0200 Christian Humer Truffle-DSL: fixed ElementUtils#getType should not throw NPE if type is not on the classpath.
Tue, 12 Aug 2014 17:45:03 +0200 Christian Humer Truffle-DSL: fixed a bug in ElementUtils#getType.
Tue, 12 Aug 2014 17:21:06 +0200 Christian Humer Truffle-DSL: initial cleanups for code sharing with the new graal annotation processor.
Mon, 11 Aug 2014 17:20:24 +0200 Christian Humer Truffle-DSL: fixed assertions on unspecified toString methods of the annotation processing API.
Mon, 11 Aug 2014 15:57:14 +0200 Christian Humer Truffle-DSL: new package structure. base graal/com.oracle.truffle.dsl.processor/src/com/oracle/truffle/dsl/processor/Utils.java@8645140683c2