log

age author description
Fri, 21 Jun 2013 16:52:58 +0200 Christos Kotselidis Fix checkstyle errors
Fri, 21 Jun 2013 16:49:32 +0200 Christos Kotselidis Merge
Fri, 21 Jun 2013 16:42:32 +0200 Christos Kotselidis Probability inversion in unsafe load lowering
Fri, 21 Jun 2013 16:26:35 +0200 Christos Kotselidis Add G1 Barriers during lowering
Fri, 21 Jun 2013 15:46:43 +0200 Christos Kotselidis Augment Write Barrier Addition Tests for G1 barriers
Fri, 21 Jun 2013 15:46:18 +0200 Christos Kotselidis Add logging helper function for write barrier debugging
Fri, 21 Jun 2013 15:11:46 +0200 Christos Kotselidis Attach G1 Pre barrier to load field of referent field
Fri, 21 Jun 2013 15:03:26 +0200 Christos Kotselidis Augment WriteBarrierAddition phase to insert G1 Barriers
Fri, 21 Jun 2013 11:59:34 +0200 Christos Kotselidis Add G1 Barrier Snippets
Fri, 21 Jun 2013 11:41:34 +0200 Christos Kotselidis Merge
Fri, 21 Jun 2013 11:34:17 +0200 Christos Kotselidis Read nodes with attached barrier (G1) can not float
Fri, 21 Jun 2013 11:08:10 +0200 Christos Kotselidis Forbid direct eden allocation when G1 is enabled
Mon, 24 Jun 2013 08:01:33 +0200 Lukas Stadler remove scheduledNext from ScheduledNode
Mon, 24 Jun 2013 02:19:14 +0200 Andreas Woess OptimizedCallTarget: always disable compilation on exception; cleanup
Sun, 23 Jun 2013 16:35:17 +0200 Andreas Woess TraceTruffleCompilation: output truffle and graal node counts
Sun, 23 Jun 2013 14:42:15 +0200 Andreas Woess PartialEvaluator: report node count difference (+/-) instead of new node count
Sun, 23 Jun 2013 23:42:07 +0200 Thomas Wuerthinger Ignore two test classes that show failures when used with code coverage tools.
Sun, 23 Jun 2013 21:44:35 +0200 Thomas Wuerthinger Merge.
Sun, 23 Jun 2013 21:44:15 +0200 Thomas Wuerthinger Add basic version of Graal's Truffle runtime.
Sun, 23 Jun 2013 21:36:00 +0200 Thomas Wuerthinger Add decompiler debug handler.
Sun, 23 Jun 2013 21:04:34 +0200 Thomas Wuerthinger Experimental decompiler that outputs Java source code from Graal IR for debug purposes.
Sun, 23 Jun 2013 20:50:18 +0200 Thomas Wuerthinger Clean up.
Sun, 23 Jun 2013 15:49:09 +0200 Thomas Wuerthinger Merge.
Sun, 23 Jun 2013 15:49:01 +0200 Thomas Wuerthinger Throw InvalidInstalledCodeException directly in the stubs.
Sun, 23 Jun 2013 15:27:39 +0200 Thomas Wuerthinger Improve HotSpotNMethodTest.
Fri, 21 Jun 2013 22:09:25 +0200 Thomas Wuerthinger Fix for invalidateInstalledCode.
Fri, 21 Jun 2013 22:04:46 +0200 Thomas Wuerthinger Fix invalidateInstalledCode and delete isInstalledCodeValid.
Fri, 21 Jun 2013 18:26:52 +0200 Thomas Wuerthinger Restructure the handling of HotSpotInstalledCode and their link to nmethods.
Fri, 21 Jun 2013 17:52:19 +0200 Thomas Wuerthinger Merge.
Fri, 21 Jun 2013 17:52:08 +0200 Thomas Wuerthinger Temporarily remove SPARC version of calling HotSpotInstalledCode targets.