log graal/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/Probe.java @ 19491:4d66c000d253

age author description
Wed, 18 Feb 2015 18:30:49 -0800 Michael Van De Vanter Truffle/Instrumentation: more cleanup in Probe
Wed, 18 Feb 2015 18:07:48 -0800 Michael Van De Vanter Truffle/Instrumentation: clean up the use of Assumptions in the Probe (and attached Instruments)
Wed, 18 Feb 2015 16:07:09 -0800 Michael Van De Vanter Truffle/Instrumentation: fix some optimization bugs; instrumentation PE tests now succeed after recent compiler work
Tue, 10 Feb 2015 16:44:11 -0800 Michael Van De Vanter Truffle/Instrumentation: TruffleEventReceiver renamed to TruffleEventListener
Tue, 27 Jan 2015 20:24:54 -0800 Michael Van De Vanter Truffle: Improved support for "probing" AST nodes:
Sun, 23 Nov 2014 16:07:23 -0800 Michael Van De Vanter Truffle Instrumentation: major API revision, based around the Probe and Instrument classes; add Instrumentable API for language implementors, with most details automated; reimplemented to handle AST splitting automatically; more JUnit tests.
Tue, 11 Nov 2014 14:24:21 +0100 Andreas Woess Probe interface should extend NodeInterface
Mon, 18 Aug 2014 21:03:41 -0700 Michael Van De Vanter Truffle/Instrumentation: Javadoc cleanups and minor corrections.
Mon, 18 Aug 2014 14:36:12 -0700 David Piorkowski Changes to Instrumentation
Wed, 02 Jul 2014 16:06:42 -0700 Michael Van De Vanter Truffle/Instrumentation: rename PhylumTag to SyntaxTag (along with related classes/methods)
Fri, 06 Jun 2014 17:51:47 -0700 Michael Van De Vanter Truffle/Source: major API revision
Mon, 19 May 2014 17:14:36 -0700 Michael Van De Vanter Truffle/Instrumentation: significant reorganization of the instrumentation framework's implementation and connection to the runtime ExecutionContext, with some new features, including a Tag-based "trap" mechanisms.
Mon, 12 May 2014 20:17:25 -0700 Michael Van De Vanter Truffle/Instrumentation:
Sun, 20 Apr 2014 20:37:27 -0700 Michael Van De Vanter Truffle: Major cleanup and extension of the Truffle Instrumentation framework in com.oracle.truffle.api