log

age author description
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
Fri, 19 Jul 2013 12:45:59 +0200 Doug Simon fixed bug in EdgeMoveOptimizer triggered by a backend (such as HSAIL) that has conditional branches with explicit input operands (as opposed to an implicit condition flags register)
Thu, 18 Jul 2013 13:31:08 -0700 Christian Wimmer Bugfix of stamp mask computation
Thu, 18 Jul 2013 17:18:13 +0200 Lukas Stadler make early read elimination work on read/write nodes (in addition to load/store)
Thu, 18 Jul 2013 17:16:16 +0200 Lukas Stadler fix problem in PEReadEliminationClosure (could lead to unschedulable graph)
Thu, 18 Jul 2013 17:15:32 +0200 Lukas Stadler output only blocks with changes in EffectClosure tracing
Thu, 18 Jul 2013 15:37:07 +0200 Roland Schatz Unit test for raw data patch.
Thu, 18 Jul 2013 15:37:02 +0200 Roland Schatz Support data patches for values larger than long.
Thu, 18 Jul 2013 14:35:12 +0200 Lukas Stadler reset "permanent" flag on ValueAnchorNodes during inlining
Thu, 18 Jul 2013 14:34:45 +0200 Lukas Stadler new Option PrintGraphProbabilities to output probabilities during binary graph dumping
Thu, 18 Jul 2013 13:17:37 +0200 Lukas Stadler new ValueAnchorCleanupPhase to make lock elimination work again, tests for lock elimination
Thu, 18 Jul 2013 13:16:37 +0200 Lukas Stadler move LockElimination to MidTier
Thu, 18 Jul 2013 13:15:07 +0200 Lukas Stadler always perform canonicalization at the beginning of MidTier
Thu, 18 Jul 2013 12:59:36 +0200 Lukas Stadler remove obsolete code from ValueAnchorNode
Thu, 18 Jul 2013 12:04:09 +0200 Lukas Stadler make MergeableState an abstract class instead of an interface
Thu, 18 Jul 2013 12:01:17 +0200 Lukas Stadler fix for ConditionalEliminationPhase.addNullness
Wed, 17 Jul 2013 20:23:36 +0200 Christos Kotselidis Replace custom graph building with snippet for unsafe load lowering
Wed, 17 Jul 2013 19:52:20 +0200 Christos Kotselidis Introduce new read opcode that allows compressed oops and read barriers
Wed, 17 Jul 2013 19:31:46 +0200 Christos Kotselidis Remove unused node intrinsic
Wed, 17 Jul 2013 19:30:36 +0200 Christos Kotselidis Code refactoring and cleanup
Wed, 17 Jul 2013 18:02:19 +0200 Andreas Woess Truffle: try out a new inlining policy
Wed, 17 Jul 2013 16:05:48 +0200 Andreas Woess Truffle: increase inlining maximum caller size
Wed, 17 Jul 2013 14:52:24 +0200 Andreas Woess Truffle: detect inlined recursive calls and introduce depth limit
Wed, 17 Jul 2013 14:14:52 +0200 Andreas Woess Truffle: add InlinedCallSite interface and an InlinableCallSite method to query the inlined call target
Wed, 17 Jul 2013 13:53:11 +0200 Andreas Woess Truffle: add NodeUtil.countNodes overload that counts nodes of a specific type
Tue, 16 Jul 2013 17:41:21 -0700 twisti SPARC: fixes and more stuff works
Tue, 16 Jul 2013 18:30:45 +0200 Doug Simon Merge.
Tue, 16 Jul 2013 18:13:36 +0200 Doug Simon Merge.