log

age author description
Wed, 28 Jan 2015 04:05:07 +0100 Thomas Wuerthinger Run eclipse format.
Wed, 28 Jan 2015 03:28:31 +0100 Thomas Wuerthinger Merge.
Wed, 28 Jan 2015 02:58:22 +0100 Thomas Wuerthinger Do not enforce final constraint for macro node classes.
Wed, 28 Jan 2015 02:34:14 +0100 Thomas Wuerthinger Allow final modifier on node subclasses and start adding the modifier to leaf classes.
Wed, 28 Jan 2015 01:11:25 +0100 Thomas Wuerthinger Fix class comparison statements for BeginNode and MergeNode to reflect new class hierarchy.
Wed, 28 Jan 2015 01:06:39 +0100 Thomas Wuerthinger Make AbstractMergeNode abstract and introduce concrete subclass MergeNode.
Wed, 28 Jan 2015 01:04:20 +0100 Thomas Wuerthinger Rename MergeNode to AbstractMergeNode.
Wed, 28 Jan 2015 01:01:54 +0100 Thomas Wuerthinger Make AbstractBeginNode an abstract class and create concrete subclass BeginNode.
Wed, 28 Jan 2015 00:50:31 +0100 Thomas Wuerthinger Rename BeginNode => AbstractBeginNode.
Tue, 27 Jan 2015 23:52:31 +0100 Thomas Wuerthinger Rename KillSet to LocationSet, make it more efficient, and fix a bug related to ANY_LOCATION.
Tue, 27 Jan 2015 23:52:05 +0100 Thomas Wuerthinger Add a corner case test case with a mixture of unsafe writes and normal reads.
Tue, 27 Jan 2015 20:28:43 -0800 Michael Van De Vanter Truffle/Instrumentation: clean up and repair some old unit tests
Tue, 27 Jan 2015 20:28:19 -0800 Michael Van De Vanter Truffle/Instrumentation: clean up and repair some old unit tests
Tue, 27 Jan 2015 20:27:25 -0800 Michael Van De Vanter Truffle/Tools: unit tests for new framework and tool instances
Tue, 27 Jan 2015 20:26:41 -0800 Michael Van De Vanter Truffle/Tools: a new framework for pluggable tools that gather Truffle execution data
Tue, 27 Jan 2015 20:25:26 -0800 Michael Van De Vanter Truffle/Source: add default comparator for LineLocation
Tue, 27 Jan 2015 20:24:54 -0800 Michael Van De Vanter Truffle: Improved support for "probing" AST nodes:
Tue, 27 Jan 2015 20:23:13 -0800 Michael Van De Vanter Truffle: Additions to NodeUtil to support optional "safe" AST node replacement (and diagnostics when unsafe)
Tue, 27 Jan 2015 15:47:34 -0800 Tom Rodriguez Automatically install Batik for SVG export in IGV
Tue, 27 Jan 2015 14:54:07 -0800 Tom Rodriguez Fix inline policy of EdgesTest to ensure stable results
Tue, 27 Jan 2015 23:19:40 +0100 Lukas Stadler fix TruffleBoundary usage in SLCallUntilOptimizedBuiltin
Tue, 27 Jan 2015 23:14:40 +0100 Lukas Stadler store absolute file in FileSource
Tue, 27 Jan 2015 23:12:58 +0100 Lukas Stadler include original exception in FileSource.getReader
Tue, 27 Jan 2015 23:12:51 +0100 Lukas Stadler dump graphs for performance warnings
Tue, 27 Jan 2015 23:11:11 +0100 Lukas Stadler add annotation processor to verify TruffleBoundary/VirtualFrame usages
Tue, 27 Jan 2015 21:24:24 +0100 Doug Simon renamed LIRGenerator.emitForeignCall to emitForeignCallOp to avoid confusion
Tue, 27 Jan 2015 16:58:48 +0100 Thomas Wuerthinger Merge.
Tue, 27 Jan 2015 16:56:10 +0100 Thomas Wuerthinger Do not compute region set in SchedulePhase. Use new API of ReentrantBlockIterator.
Tue, 27 Jan 2015 16:52:25 +0100 Thomas Wuerthinger Pass a lambda to the ReentrantBlockIterator instead of a set.
Tue, 27 Jan 2015 16:16:06 +0100 Thomas Wuerthinger Only cache in MergeProcessor of PEA when processing loop begin blocks.