log graal/com.oracle.truffle.sl.test/src/com/oracle/truffle/sl/test/instrument/SLInstrumentTestRunner.java @ 19247:128586040207

age author description
Tue, 10 Feb 2015 16:44:11 -0800 Michael Van De Vanter Truffle/Instrumentation: TruffleEventReceiver renamed to TruffleEventListener
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, 18 Nov 2014 23:02:58 +0100 Andreas Woess SL: add basic support for creating objects and accessing properties
Tue, 26 Aug 2014 11:00:30 -0700 David Piorkowski Instrumentation: removed ExecutionContext parameter from probe method in Instrumentable
Thu, 21 Aug 2014 13:28:22 -0700 David Piorkowski Truffle/Instrumentation: Added Instrumentable interface and LineLocationToSourceSections map
Mon, 11 Aug 2014 13:51:26 -0700 Michael Van De Vanter SL/instrumentation: minor cleanups in sl.test.instrument
Tue, 05 Aug 2014 16:34:08 -0700 David Piorkowski SL: Added instrumentation testing