Vladimir Kempik
|
d0724d1d2b
|
8152098: Fix 8151522 caused test compiler/intrinsics/squaretolen/TestSquareToLen.java to fail
Reviewed-by: kvn
|
2016-03-18 17:23:07 +03:00 |
Vladimir Kempik
|
5ecfaab343
|
8151522: Disable 8130150 and 8081778 intrinsics by default
Reviewed-by: kvn
|
2016-03-09 19:51:23 +03:00 |
Vladimir Kempik
|
393d49b343
|
8130150: Implement BigInteger.montgomeryMultiply intrinsic
Reviewed-by: kvn, mdoerr
|
2016-03-04 16:15:48 +03:00 |
Ivan Gerasimov
|
57e9c78e57
|
8081778: Use Intel x64 CPU instructions for RSA acceleration
Add intrinsics for BigInteger squareToLen and mulAdd methods.
Reviewed-by: kvn, jrose
|
2016-02-17 13:40:12 +03:00 |
Vladimir Kozlov
|
b939952248
|
8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
Add new C2 intrinsic for BigInteger::multiplyToLen() on x86 in 64-bit VM.
Reviewed-by: roland
|
2014-09-02 12:48:45 -07:00 |
Filipp Zhinkin
|
4149c9cbac
|
8055903: Develop sanity tests on SPARC's SHA instructions support
Reviewed-by: kvn, iignatyev
|
2014-09-03 15:26:06 +04:00 |
Filipp Zhinkin
|
476cf87251
|
8055904: Develop tests for new command-line options related to SHA intrinsics
Reviewed-by: kvn, iignatyev
|
2014-09-03 15:29:57 +04:00 |
Filipp Zhinkin
|
e8ed819ee6
|
8056091: Move compiler/intrinsics/mathexact/sanity/Verifier to compiler/testlibrary and extend its functionality
Reviewed-by: kvn, iignatyev
|
2014-09-08 20:32:10 +04:00 |
James Cheng
|
f312e11bf8
|
8035968: Leverage CPU Instructions to Improve SHA Performance on SPARC
Add C2 SHA intrinsics on SPARC
Reviewed-by: kvn, roland
|
2014-06-11 11:05:10 -07:00 |
Vladimir Ivanov
|
dbaa3adcd2
|
8033626: assert(ex_map->jvms()->same_calls_as(_exceptions->jvms())) failed: all collected exceptions must come from the same place
Reviewed-by: kvn, roland
|
2014-06-17 09:02:30 +00:00 |
Albert Noll
|
2be197e2b8
|
8011646: SEGV in compiled code with loop predication
Remove control edge of load node to ensure that castPP removal sets the control edge correctly
Reviewed-by: kvn, roland
|
2014-05-30 06:50:38 +02:00 |
Anton Ivanov
|
b7aff66e43
|
8038953: Add sanity tests for BMI1 and LZCNT instructions
Reviewed-by: kvn, iignatyev
|
2014-04-11 00:34:51 +04:00 |
Filipp Zhinkin
|
57cfab1d43
|
8035857: Add tests to verify correctness of operations with BMI1 and LZCNT instructions
Reviewed-by: iveresov, kvn, iignatyev
|
2014-03-22 00:26:48 +04:00 |
Poonam Bajaj
|
16d2ce230b
|
6653795: C2 intrinsic for Unsafe.getAddress performs pointer sign extension on 32-bit systems
Native pointers less than 64 bits wide should be extended as an unsigned number.
Reviewed-by: kvn, kevinw
|
2014-03-24 08:43:10 -07:00 |
Rickard Bäckman
|
14e9dccbe2
|
8027754: Enable loop optimizations for loops with MathExact inside
Reviewed-by: kvn, iveresov
|
2014-01-23 12:08:28 +01:00 |
Anton Ivanov
|
2b3ee2280a
|
8028587: New tests development for intrisics for basic operators - add, neg, inc, dec, sub, mul
Reviewed-by: twisti
|
2013-12-31 19:26:57 +04:00 |
Rickard Bäckman
|
c5b9d5ccd3
|
8028624: [TESTBUG] compiler/intrinsics/mathexact/DecExactLTest executes DecExactITest
Reviewed-by: kvn, twisti
|
2013-11-22 15:26:37 +01:00 |
Rickard Bäckman
|
57e01f1502
|
8028997: mathexact intrinsics are unstable
Reviewed-by: iveresov, kvn
|
2013-11-22 14:14:26 +01:00 |
Rickard Bäckman
|
9c845933bd
|
8028207: assert(_outcnt==1) failed: not unique in compile.cpp
Reviewed-by: iveresov, kvn
|
2013-11-12 14:52:48 +01:00 |
Rickard Bäckman
|
0ef4539a9f
|
8028198: SIGSEGV in PhaseIdealLoop::build_loop_late_post
Reviewed-by: iveresov, kvn
|
2013-11-12 13:47:57 +01:00 |
Rickard Bäckman
|
897e6d41f6
|
8027622: java.time.Instant.create failing since hs25-b56
Reviewed-by: kvn, iveresov
|
2013-11-04 10:44:46 +01:00 |
Roland Westrelin
|
c8757a5edd
|
8027445: SIGSEGV at TestFloatingDecimal.testAppendToDouble()I
String.equals() intrinsic shouldn't use integer length input in pointer arithmetic without an i2l.
Reviewed-by: kvn, twisti
|
2013-11-04 21:59:54 +01:00 |
Rickard Bäckman
|
612252d7a2
|
8027444: mathExact: assert(i < _max) failed: oob: i=1, _max=1
Reviewed-by: duke
|
2013-10-30 13:14:09 +01:00 |
Rickard Bäckman
|
4d9e812aa2
|
8027353: Exact intrinsics: assert(n != NULL) failed: must not be null
Reviewed-by: kvn, roland
|
2013-10-28 08:34:10 +01:00 |
Rickard Bäckman
|
615376fb9b
|
8026844: Various Math functions needs intrinsification
Reviewed-by: kvn, twisti
|
2013-10-18 10:41:56 +02:00 |
Rickard Bäckman
|
0e8081e57b
|
8025657: compiler/intrinsics/mathexact/ConstantTest.java fails on assert in lcm.cpp on solaris x64
Reviewed-by: kvn, twisti
|
2013-10-11 12:06:14 +02:00 |
Rickard Bäckman
|
441f1d74cf
|
8024924: Intrinsify java.lang.Math.addExact
Reviewed-by: kvn, twisti
|
2013-09-27 08:39:19 +02:00 |