summaryrefslogtreecommitdiffstats
path: root/crypto/sparcv9cap.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* crypto/sparcv9cap.c: add missing declaration.Andy Polyakov2016-08-121-0/+1
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* crypto/sparcv9cap.c: fix overstep in getisax.Andy Polyakov2016-08-111-2/+2
| | | | | | | | Problem was introduced in 299ccadcdb99001c618d188fb243c1caaaa86a1c as future extension, i.e. at this point it wasn't an actual problem, because uninitialized capability bit was not actually used. Reviewed-by: Tim Hudson <tjh@openssl.org>
* Copyright consolidation 09/10Rich Salz2016-05-171-0/+9
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* SPARCv9 assembly pack: fine-tune run-time switch.Andy Polyakov2016-04-261-3/+12
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* crypto/sparc_arch.h: reserve more SPARCv9 capability bits.Andy Polyakov2016-04-251-5/+12
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* sparcv9cap.c: add Fujitsu SPARC64 X AES capability detection.Andy Polyakov2016-04-201-5/+11
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* crypto/sparcv9cap.c: add SIGILL-free feature detection for Solaris.Andy Polyakov2015-12-021-0/+47
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* Dead code cleanup: crypto/*.c, x509v3, demosRich Salz2015-02-021-131/+0
| | | | | | | Some of the #if 0 code in demo's was kept, but given helpful #ifdef names, to show more sample code. Reviewed-by: Andy Polyakov <appro@openssl.org>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-289/+306
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Fix strange formatting by indentMatt Caswell2015-01-221-1/+2
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* sparcv9cap.c: omit random detection.Andy Polyakov2013-12-281-0/+2
| | | | PR: 3202
* Support for SPARC T4 MONT[MUL|SQR] instructions.Andy Polyakov2012-11-171-0/+32
| | | | Submitted by: David Miller, Andy Polyakov
* Add VIS3 Montgomery multiplication.Andy Polyakov2012-10-201-9/+14
|
* sparcv9cap.c: add SPARC-T4 feature detection.Andy Polyakov2012-09-231-26/+57
| | | | Submitted by: David Miller
* spacrv9cap.c: addenum to recent EC optimizations.Andy Polyakov2011-05-231-1/+2
|
* Multiple assembler packs: add experimental memory bus instrumentation.Andy Polyakov2011-04-171-3/+23
|
* sparcv9cap.c: disengange Solaris-specific CPU detection routine in favourAndy Polyakov2010-09-051-25/+49
| | | | | of unified procedure relying on SIGILL. PR: 2321
* sparcv9cap.c: reiterate CPU detection logic.Andy Polyakov2010-07-081-15/+17
|
* crypto/sparc*: eliminate _sparcv9_rdwrasi.Andy Polyakov2010-07-021-4/+0
|
* SPARCv9 assembler pack: refine CPU detection on Linux, fix for "unalignedAndy Polyakov2010-07-011-2/+63
| | | | opcodes detected in executable segment" error.
* Typo in Linux part of sparcv9cap.cAndy Polyakov2007-06-201-1/+1
| | | | PR: 1532
* Make some shortcuts in sparcv9cap.c. Trouble is that di_walk_node resultAndy Polyakov2007-06-201-1/+21
| | | | is inconsistent among CPU generations.
* Minor sparcv9 clean-ups.Andy Polyakov2005-12-271-4/+5
|
* Typo in sparcv8cap.c.Andy Polyakov2005-12-181-1/+1
|
* Unify sparcv9 assembler naming and build rules among 32- and 64-bit builds.Andy Polyakov2005-12-161-13/+13
| | | | Engage run-time switch between bn_mul_mont_fpu and bn_mul_mont_int.
* sparccpuid module update.Andy Polyakov2005-12-151-0/+133