log

age author description
Fri, 01 Aug 2014 16:28:06 -0700 Michael Van De Vanter Truffle/SourceAttribution: NodeUtil.displaySourceAttribution() outut revised for legibility.
Fri, 01 Aug 2014 17:37:34 +0200 Gilles Duboscq Truffle: Add conditions to CompilerDirective accesses in FrameWithoutBoxing
Fri, 01 Aug 2014 15:19:26 +0200 Gilles Duboscq unswitching: check full SwitchNode structure
Fri, 25 Jul 2014 13:12:32 +0200 Gilles Duboscq mx: fix comments: jrelibrary is about the JRE, not the JDK
Fri, 01 Aug 2014 11:36:08 +0200 Doug Simon fixed regression in use of -f option to 'mx build'
Thu, 31 Jul 2014 18:47:10 +0200 Doug Simon Merge.
Thu, 31 Jul 2014 17:53:06 +0200 Doug Simon HSAIL: reset TLAB in donor thread to detect allocation in donor while kernel was active
Thu, 31 Jul 2014 17:52:13 +0200 Doug Simon mx: distribution should (also) be rebuilt when a transitive project dependency is updated
Thu, 31 Jul 2014 16:35:17 +0200 Bernhard Urban projects: consistent naming for source archives
Thu, 31 Jul 2014 07:29:13 -0700 Stefan Anzinger Merge
Thu, 31 Jul 2014 07:07:38 -0700 Stefan Anzinger [SPARC] Fixing compare of short/char with constants, using half of single float registers as of now, otherwise it would overlap with double registers
Wed, 30 Jul 2014 14:49:41 -0700 Stefan Anzinger [SPARC] Putting safepoint to the right instruction in code.
Wed, 30 Jul 2014 10:39:39 -0700 Stefan Anzinger Merge
Wed, 30 Jul 2014 09:36:32 -0700 Stefan Anzinger Fix complaints from findbugs
Wed, 30 Jul 2014 08:51:04 -0700 Stefan Anzinger [SPARC] Test op applies to bool, char, byte and short types as well.
Wed, 30 Jul 2014 08:50:26 -0700 Stefan Anzinger [SPARC] Fist implementation of unsigned arithmethic (Still to improve)
Wed, 30 Jul 2014 08:41:52 -0700 Stefan Anzinger [SPARC] Using now right opcodes for unsigned compare operations
Wed, 30 Jul 2014 08:40:08 -0700 Stefan Anzinger [SPARC] Fix deoptimization fixup of return pc when called via the deoptimization entry
Wed, 30 Jul 2014 08:37:10 -0700 Stefan Anzinger [SPARC] New test with mixed params (mixed slot sizes 1,2,4,8 bytes) in higher argument indices (> 5)
Wed, 30 Jul 2014 08:35:22 -0700 Stefan Anzinger [SPARC] Fixed assertion for stackslot avalibility when deopt is possible
Tue, 29 Jul 2014 11:51:29 -0700 Stefan Anzinger [SPARC] Spill slots must be 4 byte aligned
Tue, 29 Jul 2014 11:04:36 -0700 Stefan Anzinger [SPARC] Let the register allocator manage where the thread is aved during the runtime call.
Mon, 28 Jul 2014 15:49:50 -0700 Stefan Anzinger [SPARC] Fixing TableSwitchOp when using default target
Mon, 28 Jul 2014 14:29:52 -0700 Stefan Anzinger [SPARC] First implementation of TableSwitchOp
Mon, 28 Jul 2014 10:38:18 -0700 Stefan Anzinger [SPARC] Provide call save info for deoptimization calls as well
Mon, 28 Jul 2014 10:37:13 -0700 Stefan Anzinger [SPARC] Control flow now for AT, BT, AE, BE
Mon, 28 Jul 2014 10:36:27 -0700 Stefan Anzinger [SPARC] ld/st for char, byte and boolean
Fri, 25 Jul 2014 20:57:11 -0700 Stefan Anzinger [SPARC] Small typo in monitorSnippets
Fri, 25 Jul 2014 20:55:56 -0700 Stefan Anzinger [SPARC] Fix issues, with looking up information for exception handling, (Return PC is after the delay slot)
Fri, 25 Jul 2014 20:54:28 -0700 Stefan Anzinger [SPARC] Fix issues when deoptimizing with floats in local scope.