log

age author description
Mon, 07 Oct 2013 11:36:49 +0200 Doug Simon Merge.
Sun, 06 Oct 2013 23:45:02 +0200 Doug Simon removed the IterableNodeType marker interface from PhiNode (GRAAL-471)
Sun, 06 Oct 2013 23:44:15 +0200 Doug Simon removed unused PhiStampPhase
Sun, 06 Oct 2013 23:40:18 +0200 Doug Simon removed the IterableNodeType marker interface from EscapeObjectState (GRAAL-471)
Sun, 06 Oct 2013 23:37:24 +0200 Doug Simon removed the IterableNodeType marker interface from ValueAnchorNode (GRAAL-471)
Sun, 06 Oct 2013 23:35:47 +0200 Doug Simon removed the IterableNodeType marker interface from WriteBarrier (GRAAL-471); typed iteration is only used in tests
Sun, 06 Oct 2013 23:32:25 +0200 Doug Simon removed the IterableNodeType marker interface from MaterializedObjectState (GRAAL-471)
Sun, 06 Oct 2013 23:31:03 +0200 Doug Simon removed the IterableNodeType marker interface from LogicNegationNode (GRAAL-471)
Sun, 06 Oct 2013 23:29:37 +0200 Doug Simon removed the IterableNodeType marker interface from LoadIndexedNode (GRAAL-471)
Sun, 06 Oct 2013 23:28:58 +0200 Doug Simon removed unused class
Sun, 06 Oct 2013 23:04:55 +0200 Doug Simon removed the IterableNodeType marker interface from LoadFieldNode (GRAAL-471)
Sun, 06 Oct 2013 21:19:22 -0700 Michael Van De Vanter Merge with 67a1e27a8dbb0945dc974b3ee3d8ac8af04743d3
Sun, 06 Oct 2013 21:17:51 -0700 Michael Van De Vanter Truffle: another minor tweak to NodeUtil.printSourceAttributionTree
Sun, 06 Oct 2013 19:58:09 -0700 Michael Van De Vanter SL: remove use of RootNode() constructor
Sun, 06 Oct 2013 19:57:46 -0700 Michael Van De Vanter Truffle: clean out one more use of the RootNode() constructor in test code
Sun, 06 Oct 2013 19:54:56 -0700 Michael Van De Vanter SL: update node constructors to use the Node(SourceSection) constructor
Sun, 06 Oct 2013 19:53:00 -0700 Michael Van De Vanter Truffle; remove uses of Node() constructor in test code
Sun, 06 Oct 2013 22:07:23 -0400 Morris Meyer PTX initial float and double
Sun, 06 Oct 2013 18:15:56 -0400 Morris Meyer PTX boolean return value, emitIntegerTestMove, warnings
Sun, 06 Oct 2013 13:55:09 -0400 Morris Meyer PTX conditional move, switch, if-else
Sun, 06 Oct 2013 15:38:20 +0200 Thomas Wuerthinger Merge.
Sun, 06 Oct 2013 15:36:12 +0200 Thomas Wuerthinger Adjustments to unsafe access and unsafe cast compiler directives in Truffle API.
Sat, 05 Oct 2013 15:01:01 +0200 Thomas Wuerthinger Adjustment to unsafe customization macro node.
Sat, 05 Oct 2013 16:51:42 -0400 Morris Meyer Fixes to PTX control flow logic
Sat, 05 Oct 2013 10:37:38 -0400 Morris Meyer Disable broken BitCountNode integer / long substition test
Sat, 05 Oct 2013 10:31:18 -0400 Morris Meyer Fixed BasicPTXTest and IntegerPTXTest
Fri, 04 Oct 2013 11:56:18 +0200 Lukas Stadler more javadoc and output tweaks for dynamic counters
Fri, 04 Oct 2013 00:53:19 +0200 Doug Simon added block ids to Labels
Thu, 03 Oct 2013 21:28:21 +0200 Doug Simon removed dead or unused code
Thu, 03 Oct 2013 18:08:24 +0200 Roland Schatz Fix wrong typecast.