log graal/com.oracle.truffle.api/src/com/oracle/truffle/api/frame/FrameUtil.java @ 19507:1cde96b96673

age author description
Thu, 19 Feb 2015 16:15:56 +0100 Roland Schatz Fixed code format issues.
Wed, 30 Oct 2013 19:59:48 +0100 Andreas Woess remove obsolete FrameUtil.set<Type>Safe methods.
Wed, 30 Oct 2013 19:50:11 +0100 Andreas Woess add FrameUtil.get<Type>Safe methods that do not throw checked exceptions.
Mon, 14 Oct 2013 23:28:10 +0200 Thomas Wuerthinger Truffle API adjustments: Simplify frame handling. Introduce cast for MaterializedFrame objects.
Sun, 15 Sep 2013 02:39:07 +0200 Andreas Woess Truffle: Frame restructuring.
Mon, 26 Aug 2013 18:25:40 +0200 Christian Wirth Truffle: add Byte to Frame
Fri, 09 Aug 2013 11:55:20 +0200 Thomas Wuerthinger Adding "Classpath" exception to the classes in the com.oracle.truffle.api and the com.oracle.truffle.api.dsl package.
Thu, 25 Apr 2013 18:14:08 +0200 Andreas Woess Frame API: Introduce FrameSlotKind.
Tue, 23 Apr 2013 15:34:06 +0200 Thomas Wuerthinger Truffle API changes for the Frame API. Introduction of Assumptions class.