Fri, 02 Feb 2018 15:07:31 -0800 |
rlupusoru |
manual merge with defaultvectorIntrinsics |
Thu, 01 Feb 2018 15:39:35 -0800 |
psandoz |
Make Vector.Shape non-generic. As previously expressed it was not offeringvectorIntrinsics |
Mon, 29 Jan 2018 14:18:33 -0800 |
psandoz |
Add note to consider methods for leading/trailing zeros on mask.vectorIntrinsics |
Mon, 29 Jan 2018 12:46:41 -0800 |
psandoz |
Add a method to obtain a preferred vector species, selectingvectorIntrinsics |
Fri, 19 Jan 2018 14:54:53 -0800 |
rlupusoru |
Fix build error due to utility method being used in non-assert scenariovectorIntrinsics |
Tue, 16 Jan 2018 16:50:07 -0800 |
vdeshpande |
Neg, MulAll, and Abs support for int, float, and doublevectorIntrinsics |
Thu, 18 Jan 2018 13:31:14 -0800 |
rlupusoru |
Blend and improved mask supportvectorIntrinsics |
Mon, 15 Jan 2018 17:55:08 +0300 |
vlivanov |
Fix mismatch index computation in VectorArrays.mismatch().vectorIntrinsics |
Fri, 22 Dec 2017 02:15:18 +0300 |
vlivanov |
Fix IGV.vectorIntrinsics |
Thu, 21 Dec 2017 20:56:28 +0300 |
vlivanov |
Fix path to Spp in gen-src.sh.vectorIntrinsics |
Thu, 21 Dec 2017 20:45:39 +0300 |
vlivanov |
Fix build w/ precompiled headers turned off.vectorIntrinsics |
Mon, 18 Dec 2017 12:12:32 -0800 |
Razvan A Lupusoru |
Integer greaterThan implementation has been further optimizedvectorIntrinsics |
Mon, 18 Dec 2017 12:10:03 -0800 |
Razvan A Lupusoru |
Fix compile error after readability fixvectorIntrinsics |
Mon, 18 Dec 2017 11:40:47 -0800 |
Razvan A Lupusoru |
When mask type is boolean, no need to insert mask transition nodesvectorIntrinsics |
Mon, 18 Dec 2017 11:36:59 -0800 |
Razvan A Lupusoru |
Add todo comments to keep track of 3 concernsvectorIntrinsics |
Mon, 18 Dec 2017 11:35:51 -0800 |
Razvan A Lupusoru |
Fix some readability issues in vector intrinsics dispatchervectorIntrinsics |
Mon, 18 Dec 2017 11:34:50 -0800 |
Razvan A Lupusoru |
Update VectorLoadMask and VectorUnloadMask with information about desired mask sizevectorIntrinsics |
Mon, 11 Dec 2017 15:53:25 -0800 |
Razvan A Lupusoru |
Add all Vector API class information to ciTypevectorIntrinsics |
Fri, 08 Dec 2017 13:39:10 -0800 |
Razvan A Lupusoru |
Add missing byte, short, and long to class name recovery techniquevectorIntrinsics |
Fri, 08 Dec 2017 13:28:28 -0800 |
Razvan A Lupusoru |
Add hotspot intrinsic flag to greaterThan, or, xor, and, shiftL, shiftR, AShiftRvectorIntrinsics |
Fri, 08 Dec 2017 13:27:39 -0800 |
Razvan A Lupusoru |
Implement IntVector and, or, xor, shiftL, shiftR, AShiftRvectorIntrinsics |
Thu, 07 Dec 2017 14:28:54 -0800 |
Razvan A Lupusoru |
Add greaterThan support for float and intvectorIntrinsics |
Thu, 07 Dec 2017 13:32:10 -0800 |
Razvan A Lupusoru |
Add support for simple Vector rebracket that does not change resulting shapevectorIntrinsics |
Thu, 07 Dec 2017 10:09:40 -0800 |
Razvan A Lupusoru |
Make vector stores change memory statevectorIntrinsics |
Thu, 07 Dec 2017 10:07:42 -0800 |
Razvan A Lupusoru |
Add flag to capture missing intrinsics when running applicationvectorIntrinsics |
Tue, 05 Dec 2017 10:58:53 -0800 |
Razvan A Lupusoru |
Mark trueMask and falseMask as hotspot intrinsicsvectorIntrinsics |
Tue, 05 Dec 2017 10:58:32 -0800 |
Razvan A Lupusoru |
Add support for mask ops and mask makingvectorIntrinsics |
Mon, 04 Dec 2017 16:21:15 -0800 |
Razvan A Lupusoru |
Add more diagnostic error messages when DebugVectorApi is setvectorIntrinsics |
Mon, 04 Dec 2017 15:18:47 -0800 |
psandoz |
Generate vector from a sequence of scalar values.vectorIntrinsics |
Mon, 04 Dec 2017 12:36:12 -0800 |
psandoz |
Support larger index mapping arrays by providing an offset tovectorIntrinsics |
Mon, 04 Dec 2017 12:00:45 -0800 |
psandoz |
Gather/scatter with from/toArray for primitive arrays.vectorIntrinsics |
Fri, 01 Dec 2017 20:48:27 +0300 |
vlivanov |
Fix IGV dump when incremental inlining fails.vectorIntrinsics |
Tue, 28 Nov 2017 15:31:28 -0800 |
Razvan A Lupusoru |
Swap blend instruction operands to match updated API semanticsvectorIntrinsics |
Tue, 28 Nov 2017 14:36:45 -0800 |
Razvan A Lupusoru |
Add sanity check for Vector API class before trying to intrinsifyvectorIntrinsics |
Tue, 28 Nov 2017 11:31:24 -0800 |
Razvan A Lupusoru |
Blend needs to select second source when mask is truevectorIntrinsics |
Mon, 27 Nov 2017 19:04:44 -0800 |
psandoz |
Use correct Java operators for arithmetic shift right (>>)vectorIntrinsics |
Wed, 22 Nov 2017 14:15:43 -0800 |
Razvan A Lupusoru |
Finish boxing support for masksvectorIntrinsics |
Tue, 21 Nov 2017 23:28:14 +0300 |
vlivanov |
Introduce C2-specific query: getMaxVectorSize()vectorIntrinsics |
Mon, 20 Nov 2017 19:34:47 +0300 |
vlivanov |
Fix build issues on Solaris.vectorIntrinsics |
Thu, 16 Nov 2017 18:36:22 -0800 |
psandoz |
reduction all operations should prefix with the scalar operation namevectorIntrinsics |
Thu, 16 Nov 2017 12:00:19 -0800 |
psandoz |
Specialize masks.vectorIntrinsics |
Tue, 31 Oct 2017 15:55:33 -0700 |
rlupusoru |
Add support for generation of VectorBoxvectorIntrinsics |
Tue, 31 Oct 2017 15:42:01 -0700 |
rlupusoru |
Fix issue with zero index for shuffle/swizzlevectorIntrinsics |
Fri, 29 Sep 2017 10:37:14 -0700 |
rlupusoru |
Vector API: trueMask, falseMask, non-abstract zerovectorIntrinsics |
Tue, 17 Oct 2017 15:07:32 -0700 |
Razvan A Lupusoru |
Vector API: Derive return box type from receivervectorIntrinsics |
Fri, 29 Sep 2017 10:35:33 -0700 |
Razvan A Lupusoru |
Vector Unbox, masking support, and more for Vector APIvectorIntrinsics |
Wed, 13 Dec 2017 11:48:56 -0800 |
henryjen |
Vector API testsvectorIntrinsics |
Wed, 13 Dec 2017 11:48:23 -0800 |
henryjen |
Intrinsic-based Vector APIvectorIntrinsics |
Mon, 20 Aug 2018 18:25:04 +0100 |
mcimadamore |
abort wrong mergeforeign+vector |
Mon, 20 Aug 2018 12:54:14 +0200 |
mcimadamore |
Automatic merge with vectorSnippetsforeign+vector |
Mon, 20 Aug 2018 11:49:33 +0100 |
mcimadamore |
add dependencies fileforeign+vector |
Mon, 20 Aug 2018 10:41:38 +0100 |
mcimadamore |
create branch with both vector and foreign supportforeign+vector |
Thu, 16 Aug 2018 16:36:22 +0100 |
mcimadamore |
remove branch dependency infoforeign |
Thu, 16 Aug 2018 06:46:28 +0200 |
mcimadamore |
Automatic merge with niclforeign |
Wed, 15 Aug 2018 22:10:35 +0200 |
mcimadamore |
Automatic merge with niclforeign |
Wed, 15 Aug 2018 22:09:51 +0200 |
mcimadamore |
Automatic merge with defaultvectorSnippets |
Wed, 15 Aug 2018 15:14:01 +0100 |
mcimadamore |
8209496: Minimize allocation in NativeInvoker::invokeNormalforeign |
Tue, 14 Aug 2018 16:28:42 +0100 |
mcimadamore |
8209497: Polish Resource APIforeign |
Fri, 10 Aug 2018 18:41:20 +0100 |
mcimadamore |
8209151: StdLibTest fails intermittentlyforeign |
Wed, 08 Aug 2018 22:11:56 -0700 |
henryjen |
manual merge with defaultvectorSnippets |
Wed, 08 Aug 2018 18:22:15 -0700 |
henryjen |
8209169: Restore JavaNioAccess::newDirectByteBufferforeign |
Wed, 08 Aug 2018 22:10:14 +0200 |
mcimadamore |
Automatic merge with niclforeign |
Wed, 08 Aug 2018 16:17:52 +0530 |
sundar |
8209111: Functions with array type param test is incompleteforeign |
Tue, 07 Aug 2018 15:15:22 +0100 |
mcimadamore |
8209077: binder should check that functions have no array carrierforeign |
Tue, 07 Aug 2018 15:48:40 +0530 |
sundar |
8209016: functions with array type params crash the binderforeign |
Wed, 01 Aug 2018 22:10:32 +0200 |
mcimadamore |
Automatic merge with niclforeign |
Wed, 01 Aug 2018 22:09:48 +0200 |
mcimadamore |
Automatic merge with defaultvectorSnippets |
Fri, 27 Jul 2018 09:03:10 +0530 |
sundar |
8208284: Add sizeof method to Struct typeforeign |
Thu, 05 Jul 2018 08:43:46 -0700 |
henryjen |
8208063: Jextract should generate empty interface for undefined/opaque record typeforeign |
Thu, 26 Jul 2018 09:22:43 -0700 |
henryjen |
8208272: Scope.allocateArray needs to be more friendly to null or zero-length arrayforeign |
Thu, 26 Jul 2018 07:59:23 -0700 |
henryjen |
8208270: jclang-ffi test need to ignore non class filesforeign |
Wed, 25 Jul 2018 22:10:32 +0200 |
mcimadamore |
Automatic merge with niclforeign |
Wed, 25 Jul 2018 22:09:50 +0200 |
mcimadamore |
Automatic merge with defaultvectorSnippets |
Mon, 23 Jul 2018 22:47:24 +0530 |
sundar |
8208095: __stddef_max_align_t.h should be copied under jdk_home/conf/jextract dirforeign |
Mon, 23 Jul 2018 11:52:03 +0530 |
sundar |
8207351: jextract should generate properties file containing meta info under META-INFforeign |
Thu, 19 Jul 2018 10:27:53 +0530 |
sundar |
8207781: Add a jextract, binder test for libproc library on Macforeign |
Wed, 18 Jul 2018 22:10:11 +0200 |
mcimadamore |
Automatic merge with niclforeign |
Wed, 18 Jul 2018 22:09:50 +0200 |
mcimadamore |
Automatic merge with defaultvectorSnippets |
Wed, 18 Jul 2018 10:18:33 +0530 |
sundar |
8207758: test failure with compilation of libStruct.cforeign |
Tue, 17 Jul 2018 19:41:09 -0700 |
henryjen |
8207755: Improve test with struct to cover jextract and binderforeign |
Fri, 13 Jul 2018 21:19:49 +0300 |
vlivanov |
manual merge with defaultvectorSnippets |
Wed, 11 Jul 2018 22:10:15 +0200 |
mcimadamore |
Automatic merge with niclforeign |
Tue, 10 Jul 2018 18:31:01 +0530 |
sundar |
8206983: jextract generates illegal class for header with duplicate declarationsReviewed-by: mcimadamoreforeign |
Tue, 10 Jul 2018 16:42:36 +0530 |
sundar |
8206978: All std*.h files from compiler builtin include dir should be copied under $jdk_home/conf/jextractforeign |
Tue, 10 Jul 2018 11:23:16 +0100 |
mcimadamore |
8202907: Consolidate the design and implementation of the nicl supportforeign |
Mon, 09 Jul 2018 23:38:29 +0530 |
sundar |
8202907: Consolidate the design and implementation of the nicl support.foreign |
Mon, 09 Jul 2018 18:56:10 +0100 |
mcimadamore |
8202907: Consolidate the design and implementation of the nicl supportforeign |
Fri, 06 Jul 2018 23:16:59 +0530 |
sundar |
8202907: Consolidate the design and implementation of the nicl support.foreign |
Fri, 06 Jul 2018 13:05:47 +0100 |
mcimadamore |
8202907: Consolidate the design and implementation of the nicl supportforeign |
Fri, 06 Jul 2018 13:04:34 +0100 |
mcimadamore |
8202907: Consolidate the design and implementation of the nicl supportforeign |
Thu, 05 Jul 2018 21:39:18 +0100 |
mcimadamore |
8202907: Consolidate the design and implementation of the nicl supportforeign |
Thu, 05 Jul 2018 21:26:35 +0100 |
mcimadamore |
8202907: Consolidate the design and implementation of the nicl supportforeign |
Thu, 05 Jul 2018 18:12:20 +0530 |
sundar |
8202907: Consolidate the design and implementation of the nicl supportforeign |
Thu, 05 Jul 2018 11:53:53 +0100 |
mcimadamore |
manual merge with defaultvectorSnippets |
Thu, 05 Jul 2018 12:43:59 +0200 |
mcimadamore |
Automatic merge with niclforeign |
Thu, 05 Jul 2018 11:38:13 +0100 |
mcimadamore |
forgot to hg add testsforeign |
Thu, 05 Jul 2018 10:52:59 +0100 |
mcimadamore |
8202907: Consolidate the design and implementation of the nicl supportforeign |
Thu, 05 Jul 2018 10:45:56 +0100 |
mcimadamore |
8202907: Consolidate the design and implementation of the nicl supportforeign |
Tue, 03 Jul 2018 19:42:25 +0530 |
sundar |
8202907: Consolidate the design and implementation of the nicl support.foreign |
Fri, 29 Jun 2018 12:40:14 +0100 |
mcimadamore |
8202907: Consolidate the design and implementation of the nicl supportforeign |
Fri, 29 Jun 2018 12:24:34 +0100 |
mcimadamore |
8202907: Consolidate the design and implementation of the nicl supportforeign |
Wed, 27 Jun 2018 22:31:09 -0700 |
henryjen |
manual merge with niclforeign |
Thu, 28 Jun 2018 05:10:01 +0200 |
mcimadamore |
Automatic merge with defaultvectorSnippets |
Wed, 27 Jun 2018 22:09:52 +0200 |
mcimadamore |
Automatic merge with defaultvectorSnippets |
Wed, 27 Jun 2018 18:14:58 +0530 |
sundar |
8202907: Consolidate the design and implementation of the nicl support.foreign |
Fri, 22 Jun 2018 15:25:21 +0100 |
mcimadamore |
8202907: Consolidate the design and implementation of the nicl supportforeign |
Fri, 22 Jun 2018 12:30:53 +0100 |
mcimadamore |
8202907: Consolidate the design and implementation of the nicl supportforeign |
Fri, 22 Jun 2018 13:38:49 +0530 |
sundar |
8202907: Consolidate the design and implementation of the nicl support.foreign |
Wed, 20 Jun 2018 15:43:40 -0700 |
henryjen |
manual merge with niclforeign |
Wed, 20 Jun 2018 22:09:53 +0200 |
mcimadamore |
Automatic merge with defaultvectorSnippets |
Tue, 19 Jun 2018 14:55:27 -0700 |
henryjen |
8202907: Consolidate the design and implementation of the nicl supportforeign |
Mon, 18 Jun 2018 21:33:34 +0530 |
sundar |
8202907: Consolidate the design and implementation of the nicl supportforeign |
Mon, 18 Jun 2018 08:05:51 -0700 |
henryjen |
8202907: Consolidate the design and implementation of the nicl supportforeign |
Fri, 15 Jun 2018 08:55:33 +0100 |
mcimadamore |
8202907: Consolidate the design and implementation of the nicl supportforeign |
Fri, 15 Jun 2018 08:38:24 +0100 |
mcimadamore |
8202907: Consolidate the design and implementation of the nicl supportforeign |
Thu, 14 Jun 2018 07:46:21 -0700 |
henryjen |
manual merge with defaultvectorSnippets |
Wed, 13 Jun 2018 14:32:14 -0700 |
henryjen |
manual merge with niclforeign |
Wed, 13 Jun 2018 08:38:12 -0700 |
henryjen |
8202907: Consolidate the design and implementation of the nicl support.foreign |
Wed, 13 Jun 2018 18:35:31 +0530 |
sundar |
8202907: Consolidate the design and implementation of the nicl support.foreign |
Mon, 11 Jun 2018 18:20:03 +0100 |
mcimadamore |
8202907: Consolidate the design and implementation of the nicl supportforeign |