log graal/com.oracle.truffle.api/src/com/oracle/truffle/api/nodes/NodeUtil.java @ 16779:e52ad0d3b7d6

age author description
Tue, 12 Aug 2014 00:08:19 +0200 Doug Simon put some security sensitive actions into a privileged action
Fri, 01 Aug 2014 16:28:06 -0700 Michael Van De Vanter Truffle/SourceAttribution: NodeUtil.displaySourceAttribution() outut revised for legibility.
Tue, 22 Jul 2014 16:32:43 +0200 Andreas Woess Truffle: revert to previous iterator implementation, add test case
Thu, 17 Jul 2014 11:51:35 +0200 Christian Wirth extract method in NodeUtil
Mon, 14 Jul 2014 17:06:32 -0700 Michael Van De Vanter Merge with f0f4402a4f65bc5456feeb4d78e6b4843ec23d8c
Mon, 14 Jul 2014 16:04:09 -0700 Michael Van De Vanter Truffle: NodeUtil fix for displaying null SourceSections.
Thu, 10 Jul 2014 18:15:29 +0200 Andreas Woess Truffle: improve NodeIterator
Thu, 10 Jul 2014 18:08:29 +0200 Andreas Woess Truffle: move iterator to NodeClass
Thu, 10 Jul 2014 18:08:29 +0200 Andreas Woess Truffle: use ClassValue for NodeClass
Thu, 10 Jul 2014 18:08:29 +0200 Andreas Woess Truffle: remove obsolete NodeUtil.findNodeInstancesInFunction (functionally equivalent to findAllNodeInstances)
Thu, 10 Jul 2014 18:08:29 +0200 Andreas Woess Truffle: move TraceRewrites code to NodeUtil
Fri, 06 Jun 2014 17:51:47 -0700 Michael Van De Vanter Truffle/Source: major API revision
Tue, 20 May 2014 18:58:03 -0700 Christian Wimmer Introduce method to customize type size
Mon, 14 Apr 2014 20:32:25 +0200 Christian Humer Truffle: API-change: renamed CallNode to DirectCallNode and added IndirectCallNode.
Mon, 14 Apr 2014 18:25:23 +0200 Christian Humer Truffle: context sensitive inlining cleanup
Mon, 14 Apr 2014 18:25:23 +0200 Christian Humer Truffle: Made inlining context-insensitive again to reduce complexity.
Thu, 03 Apr 2014 18:33:48 +0200 Christian Humer Truffle: Truffle API changes for context sensitive inlining.
Tue, 25 Mar 2014 11:50:05 -0700 Christian Wimmer Add equals/hashCode methods
Mon, 17 Mar 2014 18:46:39 +0100 Christian Humer Truffle: renamed NodeFilter to NodeCountFilter and changed it to have inclusive implementation semantics.
Mon, 17 Mar 2014 14:29:45 +0100 Christian Humer Truffle: Removed deprecated API; Added NodeFilter to customize filter when counting nodes.
Mon, 17 Mar 2014 14:29:45 +0100 Christian Humer Truffle: Introduced NodeCost as a replacement for NodeInfo.Kind.
Wed, 05 Mar 2014 23:33:25 +0100 Christian Humer Truffle: Now keeps track of all not just inlined call-sites called by CallNode. Deprecated some old API in NodeUtil.
Wed, 05 Mar 2014 14:01:21 +0100 Thomas Wuerthinger Remove unused imports.
Fri, 21 Feb 2014 02:25:12 +0100 Christian Humer Truffle: Added API in NodeUtil to count nodes restricted to a Kind.
Thu, 20 Feb 2014 01:21:49 +0100 Christian Humer Truffle: Updated inlining API. Pushed inlining implementation to the Truffle runtime.
Wed, 29 Jan 2014 20:49:09 +0100 Christian Humer Truffle: further fixes to the new CallNode.
Mon, 04 Nov 2013 21:24:56 +0100 Christian Humer Truffle: cleanup of NodeUtil#findParent; added NodeUtil#findAllParents
Wed, 09 Oct 2013 22:21:49 +0200 Andreas Woess Truffle: fix node rewrite issue that can occur when a currently executing node is replaced in a recursive call.
Sun, 06 Oct 2013 21:17:51 -0700 Michael Van De Vanter Truffle: another minor tweak to NodeUtil.printSourceAttributionTree
Tue, 01 Oct 2013 17:26:56 -0700 Michael Van De Vanter Truffle: minor legibility improvement in NodeUtil.printSourceAttributionTree()