log

age author description
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.
Fri, 25 Jul 2014 20:48:28 -0700 Stefan Anzinger [SPARC] Implement irem
Thu, 24 Jul 2014 16:03:29 -0700 Stefan Anzinger [SPARC] When handling with stackpointer register, we need to always add the stack bias as well
Thu, 24 Jul 2014 15:38:05 -0700 Stefan Anzinger [SPARC] compareAndSwap must not modify the new value.
Thu, 24 Jul 2014 08:19:30 -0700 Stefan Anzinger [SPARC] Temporary fix to get the stack for deoptimization right when exception is thrown
Thu, 24 Jul 2014 08:13:55 -0700 Stefan Anzinger [SPARC] Patch return address fix (cleanup)
Thu, 24 Jul 2014 08:13:21 -0700 Stefan Anzinger [SPARC] Patch the return address fixed
Thu, 24 Jul 2014 08:12:19 -0700 Stefan Anzinger [SPARC] InvokeInterface calls (vstubs) need the called interface in G5 register
Mon, 21 Jul 2014 19:37:16 -0700 Stefan Anzinger [SPARC] Fix handling of overflow parameter on stack.
Mon, 21 Jul 2014 11:16:25 -0700 Stefan Anzinger [SPARC] Implement loading float and double values from stack.
Mon, 21 Jul 2014 11:15:44 -0700 Stefan Anzinger [SPARC] Reformatting some enum constants to match better to the SPARC 2011 Architecture manual
Mon, 21 Jul 2014 10:45:43 -0700 Stefan Anzinger [SPARC] Put extended arguments (index > 6) on the right place in stack
Mon, 21 Jul 2014 10:08:37 -0700 Stefan Anzinger [SPARC] Improving Exception Handling and Const2Stack
Thu, 17 Jul 2014 17:29:35 -0700 Stefan Anzinger LIRIntrospection, print byte[] parameter as string, when array consists solely of printable (ascii) characters or null bytes.
Thu, 17 Jul 2014 17:16:39 -0700 Stefan Anzinger [SPARC] Add relocation info for constant reference to constant section
Wed, 16 Jul 2014 08:50:11 -0700 Stefan Anzinger [SPARC] Updating jump targets for fcmp instructions when doing unordered compare of float/double values
Thu, 31 Jul 2014 14:43:37 +0200 Doug Simon respect dependency order between distributions when building them
Thu, 31 Jul 2014 13:42:56 +0200 Doug Simon improved generated sources up-to-date check by using SHA1 digests
Thu, 31 Jul 2014 12:00:23 +0200 Bernhard Urban mx: fix permissions of copied bootstrap JDK files (don't make everything executable)
Thu, 31 Jul 2014 00:19:21 +0200 Doug Simon removed direct use of Unsafe.getUnsafe() since graal.jar is no longer on boot class path and so reflection method of accessed Unsafe must be used
Wed, 30 Jul 2014 21:48:03 +0200 Doug Simon don't allow blocking compilation requests to Graal if Graal itself is not yet initialized
Wed, 30 Jul 2014 18:27:14 +0200 Doug Simon made -XX:+UseGraalClassLoader the default (now that truffle.jar is on the boot class path)
Wed, 30 Jul 2014 18:27:06 +0200 Doug Simon split com.oracle.graal.truffle.* projects into a separate graal-truffle.jar and added truffle.jar to the boot class path