log

age author description
Mon, 22 Jul 2013 18:07:53 +0200 Andreas Woess Truffle: add Node.isReplaceable()
Mon, 22 Jul 2013 17:29:48 +0200 Andreas Woess Truffle: ignore null children in NodeUtil.findNodeChildren; refactoring.
Mon, 22 Jul 2013 16:20:43 +0200 Andreas Woess Truffle: print inlined call target and rename profiling option.
Mon, 22 Jul 2013 16:17:45 +0200 Andreas Woess Truffle: remove Node.EMPTY_ARRAY constant
Mon, 22 Jul 2013 16:19:39 +0200 Lukas Stadler Merge
Mon, 22 Jul 2013 16:18:55 +0200 Lukas Stadler fix merging of types in ConditionalEliminationPhase
Mon, 22 Jul 2013 16:04:43 +0200 Lukas Stadler check for one more case in ConditionalEliminationTest
Mon, 22 Jul 2013 16:04:21 +0200 Lukas Stadler small fixes for early read elimination
Mon, 22 Jul 2013 13:35:23 +0200 Christos Kotselidis Merge
Mon, 22 Jul 2013 13:34:53 +0200 Christos Kotselidis Make VerifyOopStub leaf call
Mon, 22 Jul 2013 13:28:03 +0200 Christos Kotselidis Add Javadoc to G1ReferentFieldReadBarrier
Mon, 22 Jul 2013 12:12:57 +0200 Roland Schatz Method to reconstruct array index from LocationNode.
Mon, 22 Jul 2013 11:58:00 +0200 Roland Schatz Documentation fixes.
Mon, 22 Jul 2013 10:54:43 +0200 Roland Schatz Rename isInitialized to isInitialization (inverting semantics!).
Mon, 22 Jul 2013 10:46:26 +0200 Roland Schatz Leave null check at original node when adding G1ReferentFieldReadBarrier.
Sun, 21 Jul 2013 22:13:21 +0200 Christos Kotselidis Method renaming
Sun, 21 Jul 2013 20:11:55 +0200 Christos Kotselidis Merge
Sun, 21 Jul 2013 20:11:12 +0200 Christos Kotselidis Add new node for referent field read barrier (G1 GC)
Sun, 21 Jul 2013 19:15:40 +0200 Christos Kotselidis Rename WriteBarrierType to BarrierType
Sun, 21 Jul 2013 15:25:16 +0200 Christian Humer Truffle: Increased TruffleCache maximum node count from 200 to 350.
Sat, 20 Jul 2013 10:57:13 +0200 Christian Humer Truffle: Added early read elimination to TruffleCache.
Sat, 20 Jul 2013 10:52:48 +0200 Christian Humer Truffle-DSL: Made specializations reflectable at runtime.
Fri, 19 Jul 2013 22:21:31 +0200 Christos Kotselidis Merge
Fri, 19 Jul 2013 22:18:40 +0200 Christos Kotselidis Method renaming
Fri, 19 Jul 2013 22:14:53 +0200 Christos Kotselidis Javadoc fixes
Fri, 19 Jul 2013 22:10:48 +0200 Christos Kotselidis Method and variables' renaming
Fri, 19 Jul 2013 12:01:15 -0700 twisti added createLabelName override in AbstractHSAILAssembler; create a common label name in AbstractAssembler
Fri, 19 Jul 2013 09:30:49 -0700 Mick Jordan Merge
Fri, 19 Jul 2013 09:13:54 -0700 Mick Jordan add condition accessor to GuardingPiNode
Fri, 19 Jul 2013 17:47:35 +0200 Doug Simon made it possible to use enum constants in snippets