Mon, 09 Nov 2015 11:26:41 -0800 |
iveresov |
8140779: Code generation fixes for avx512
|
file |
diff |
annotate
|
Tue, 03 Nov 2015 09:41:03 +0100 |
thartmann |
8141132: JEP 254: Compact Strings
|
file |
diff |
annotate
|
Wed, 07 Oct 2015 06:56:58 -0400 |
adinn |
8139042: AARCH64: Correct regression introduced by 8080293
|
file |
diff |
annotate
|
Wed, 30 Sep 2015 04:35:39 -0400 |
enevill |
8138583: aarch64: add support for vectorizing fabs/fneg
|
file |
diff |
annotate
|
Wed, 23 Sep 2015 12:39:30 -0400 |
enevill |
8135231: aarch64: add support for vectorizing double precision sqrt
|
file |
diff |
annotate
|
Wed, 16 Sep 2015 13:50:57 +0000 |
enevill |
8136615: aarch64: elide DecodeN when followed by CmpP 0
|
file |
diff |
annotate
|
Wed, 16 Sep 2015 09:52:58 -0400 |
adinn |
8080293: AARCH64: Remove unnecessary dmbs from generated CAS code
|
file |
diff |
annotate
|
Wed, 16 Sep 2015 13:16:17 -0700 |
mcberg |
8134802: LCM register pressure scheduling
|
file |
diff |
annotate
|
Tue, 08 Sep 2015 14:08:58 +0100 |
aph |
8135157: DMB elimination in AArch64 C2 synchronization implementation
|
file |
diff |
annotate
|
Wed, 26 Aug 2015 17:13:59 +0100 |
adinn |
8134322: AArch64: Fix several errors in C2 biased locking implementation
|
file |
diff |
annotate
|
Thu, 20 Aug 2015 09:40:08 +0000 |
enevill |
8133842: aarch64: C2 generates illegal instructions with int shifts >=32
|
file |
diff |
annotate
|
Tue, 11 Aug 2015 10:25:24 -0400 |
adinn |
8078743: AARCH64: Extend use of stlr to cater for volatile object stores
|
file |
diff |
annotate
|
Wed, 29 Jul 2015 08:05:21 +0200 |
thartmann |
8130309: Need to bailout cleanly if creation of stubs fails when codecache is out of space
|
file |
diff |
annotate
|
Fri, 17 Jul 2015 07:50:36 +0000 |
enevill |
8131362: aarch64: C2 does not handle large stack offsets
|
file |
diff |
annotate
|
Wed, 15 Jul 2015 16:05:53 +0000 |
enevill |
8131358: aarch64: test compiler/loopopts/superword/ProdRed_Float.java fails when run with debug VM
|
file |
diff |
annotate
|
Thu, 25 Jun 2015 13:41:29 +0000 |
enevill |
8129426: aarch64: add support for PopCount in C2
|
file |
diff |
annotate
|
Thu, 25 Jun 2015 08:52:12 +0000 |
enevill |
8086087: aarch64: add support for 64 bit vectors
|
file |
diff |
annotate
|
Tue, 23 Jun 2015 18:56:17 +0000 |
enevill |
8129551: aarch64: some regressions introduced by addition of vectorisation code
|
file |
diff |
annotate
|
Thu, 04 Jun 2015 12:04:18 +0000 |
enevill |
8079565: aarch64: Add vectorization support for aarch64
|
file |
diff |
annotate
|
Thu, 21 May 2015 17:11:54 -0700 |
amurillo |
Merge
|
file |
diff |
annotate
|
Fri, 15 May 2015 09:21:48 +0000 |
enevill |
8079564: Use FP register as proper frame pointer in JIT compiled code on aarch64
|
file |
diff |
annotate
|
Mon, 18 May 2015 17:09:47 +0200 |
jwilhelm |
Merge
|
file |
diff |
annotate
|
Tue, 12 May 2015 13:58:42 +0000 |
enevill |
8079203: AARCH64: Need to cater for different partner implementations
|
file |
diff |
annotate
|
Wed, 13 May 2015 15:16:06 +0200 |
pliden |
8079792: GC directory structure cleanup
|
file |
diff |
annotate
|
Fri, 01 May 2015 03:56:01 -0700 |
amurillo |
Merge
|
file |
diff |
annotate
|
Fri, 24 Apr 2015 16:28:29 +0100 |
aph |
8078621: AARCH64: Fails to build without precompiled headers
|
file |
diff |
annotate
|
Fri, 24 Apr 2015 11:01:37 +0000 |
enevill |
8075930: AARCH64: Use FP Register in C2
|
file |
diff |
annotate
|
Thu, 23 Apr 2015 17:53:38 +0100 |
adinn |
8078263: AARCH64: Volatile fields should be accessed with ldar and stlr
|
file |
diff |
annotate
|
Fri, 27 Mar 2015 09:02:53 +0100 |
zmajo |
Merge
|
file |
diff |
annotate
|
Mon, 23 Mar 2015 10:15:53 +0100 |
thartmann |
8075136: Unnecessary sign extension for byte array access
|
file |
diff |
annotate
|
Mon, 23 Mar 2015 10:13:18 +0100 |
thartmann |
8075324: Costs of memory operands in aarch64.ad are inconsistent
|
file |
diff |
annotate
|
Mon, 23 Mar 2015 11:44:41 -0700 |
amurillo |
Merge
|
file |
diff |
annotate
|
Fri, 20 Mar 2015 17:39:29 +0000 |
aph |
8075443: AARCH64: Missed L2I optimizations in C2
|
file |
diff |
annotate
|
Sat, 14 Mar 2015 11:21:04 +0100 |
zmajo |
8074869: C2 code generator can replace -0.0f with +0.0f on Linux
|
file |
diff |
annotate
|
Tue, 03 Mar 2015 17:56:33 +0000 |
aph |
8074349: AARCH64: C2 generates poor code for some byte and character stores
|
file |
diff |
annotate
|
Mon, 02 Mar 2015 10:31:52 -0800 |
adinn |
8074119: [AARCH64] stage repo misses fixes from several Hotspot changes
|
file |
diff |
annotate
|
Thu, 05 Feb 2015 11:47:33 -0800 |
aph |
8072483: AARCH64: aarch64.ad uses the wrong operand class for some operations
|
file |
diff |
annotate
|
Tue, 20 Jan 2015 12:47:43 -0800 |
aph |
8068053: AARCH64: C1 and C2 compilers
|
file |
diff |
annotate
|