log

age author description
Thu, 19 Sep 2013 21:53:20 +0200 Bernhard Urban FloatingReadPhase: add interface to access memory state
Thu, 19 Sep 2013 21:53:20 +0200 Bernhard Urban UnsafeArrayCopyNode: location identity must be ANY_LOCATION as it lowers to snippets containing nodes with ANY_LOCATION
Sat, 21 Sep 2013 04:10:53 +0200 Andreas Woess Merge
Sat, 21 Sep 2013 04:01:09 +0200 Andreas Woess Truffle-DSL: use clone() for copying node arrays in copy constructor.
Fri, 20 Sep 2013 16:30:18 +0200 Andreas Woess Truffle-DSL: automatically generate copy constructor if super constructor expects only SourceSection parameter.
Fri, 20 Sep 2013 23:04:47 +0200 Doug Simon re-enabled MonitorTest.test7
Fri, 20 Sep 2013 23:04:30 +0200 Doug Simon made compilation ID allocation in tests be atomic
Fri, 20 Sep 2013 21:58:38 +0200 Doug Simon added HSAIL register configuration
Fri, 20 Sep 2013 21:14:24 +0200 Doug Simon better reporting of failures during multi-threaded tests
Fri, 20 Sep 2013 13:20:49 -0400 Morris Meyer Turn off MonitorTest.test7
Fri, 20 Sep 2013 10:31:17 -0400 Morris Meyer PTX assembler load, store and parameter refactoring
Fri, 20 Sep 2013 13:41:24 +0200 Roland Schatz Allow multiple NodeChangedListeners.
Fri, 20 Sep 2013 11:37:03 +0200 Roland Schatz Specialized asNode for FixedWithNextNode and FloatingNode.
Thu, 19 Sep 2013 23:42:23 +0200 Doug Simon added warning about ignored forced graph dump
Thu, 19 Sep 2013 23:41:23 +0200 Doug Simon made snippet and substitution graphs lower themselves before being inlined
Thu, 19 Sep 2013 15:06:50 -0400 Morris Meyer PTX assembler Register -> Variable conversion
Thu, 19 Sep 2013 20:08:34 +0200 Thomas Wuerthinger Fix partial evaluator to not inline SlowPath methods.
Thu, 19 Sep 2013 16:18:12 +0200 Thomas Wuerthinger Merge.
Thu, 19 Sep 2013 15:53:26 +0200 Thomas Wuerthinger Run partial escape analysis on Truffle cache methods.
Thu, 19 Sep 2013 15:53:09 +0200 Thomas Wuerthinger Clean up value anchors connected to fixed nodes.
Thu, 19 Sep 2013 13:30:07 +0200 Gilles Duboscq Exit loops for deopts that miss loop exits in DeoptimizationGroupingPhase
Thu, 19 Sep 2013 12:14:56 +0200 Gilles Duboscq Group Deoptimization which have the same FrameState
Thu, 19 Sep 2013 10:51:30 +0200 Christian Wirth Merged
Thu, 19 Sep 2013 10:38:00 +0200 Christian Wirth add two options for compilation decisions based on time passed
Thu, 19 Sep 2013 10:36:56 +0200 Christian Wirth use time passed to decide what methods to compile or inline
Thu, 19 Sep 2013 10:01:31 +0200 Gilles Duboscq Disable StaticDoubleSpillTest until HSAIL backend problem is resolved
Wed, 18 Sep 2013 18:21:41 +0200 Gilles Duboscq Disable StaticIntSpillTest until HSAIL backend problem is resolved
Wed, 18 Sep 2013 18:20:59 +0200 Gilles Duboscq Use earliest schedule for guards
Wed, 18 Sep 2013 16:44:54 +0200 Gilles Duboscq Better handling of methods which have no line number or variable name tables.
Tue, 17 Sep 2013 18:05:11 +0200 Gilles Duboscq The SnippetFrameStateCleanupPhase now sets invalid framestates on the paths of side effecting instruction except for the last one where an AFTER_BCI is used.