log CHANGELOG.md @ 18164:53afdc71b311

age author description
Fri, 24 Oct 2014 22:50:04 +0100 Chris Seaton Truffle: added PrimitiveValueProfile.
Thu, 23 Oct 2014 17:20:10 +0200 Christian Humer Truffle: renamed the splitting to callTargetCloning. Made RootNode cloning an implementation detail of the Truffle runtime.
Tue, 21 Oct 2014 00:22:51 +0200 Christian Humer Truffle: rename @SlowPath to @TruffleBoundary.
Mon, 13 Oct 2014 17:44:40 +0200 Christian Humer Truffle: Make BranchProfile constructor private and introduce a factory Method BranchProfile.create().
Tue, 30 Sep 2014 23:42:08 +0200 Andreas Woess Truffle: allow interface types in child fields
Tue, 23 Sep 2014 13:19:30 +0200 Doug Simon updated CHANGELOG.md
Tue, 23 Sep 2014 13:10:25 +0200 Doug Simon updated CHANGELOG.md
Tue, 23 Sep 2014 10:55:35 +0200 Bernhard Urban changelog: graal-0.5 graal-0.5
Tue, 09 Sep 2014 20:22:11 +0100 Chris Seaton Truffle: change log entry for TruffleCompilationExceptionsAreThrown.
Sat, 06 Sep 2014 17:20:11 +0100 Chris Seaton Truffle: entries in change log.
Thu, 28 Aug 2014 15:35:29 +0200 Christian Humer Truffle: added support for Runtime#getCallTargets()
Tue, 19 Aug 2014 15:27:57 +0200 Bernhard Urban changelog: graal-0.4 graal-0.4
Mon, 18 Aug 2014 19:00:20 +0200 Christian Humer Truffle: renamed BooleanConditionProfile to BinaryConditionProfile and IntegerConditionProfile to CountingConditionProfile.
Wed, 13 Aug 2014 20:44:36 +0200 Christian Humer Truffle: new condition profile primitives.