summaryrefslogtreecommitdiffstats
path: root/crypto/sparccpuid.S
AgeCommit message (Collapse)Author
2015-07-14Conversion to UTF-8 where neededRichard Levitte
This leaves behind files with names ending with '.iso-8859-1'. These should be safe to remove. If something went wrong when re-encoding, there will be some files with names ending with '.utf8' left behind. Reviewed-by: Rich Salz <rsalz@openssl.org>
2013-05-20sparcv9cap.c: update from master.Andy Polyakov
2013-02-11sparccpuid.S: work around emulator bug on T1.Andy Polyakov
(cherry picked from commit 3caeef94bd045608af03b061643992e3afd9c445)
2010-09-05sparcv9cap.c: disengange Solaris-specific CPU detection routine in favourAndy Polyakov
of unified procedure relying on SIGILL [from HEAD]. PR: 2321
2010-07-08sparcv9cap.c: reiterate CPU detection logic [from HEAD].Andy Polyakov
2010-07-05crypto/sparc*: elininate _sparcv9_rdwrasi [from HEAD], original from Andy.Dr. Stephen Henson
2010-07-05SPARCv9 assembler pack: refine CPU detection on Linux, fix for "unalignedDr. Stephen Henson
opcodes detected in executable segment" error [from HEAD], original from Andy.
2010-04-10sparccpuid.S: some assembler is allergic to apostrophes in comments [from HEAD].Andy Polyakov
2010-02-12Make assembly language versions of OPENSSL_cleanse() accept zero lengthDr. Stephen Henson
parameter. Backport from HEAD, orginal by appro.
2007-05-19sparccpuid.s update.Andy Polyakov
2007-05-14Profiling revealed that OPENSSL_cleanse consumes *more* CPU time thanAndy Polyakov
sha1_block_data_order when hashing short messages. Move OPENSSL_cleanse to "cpuid" assembler module and gain 2x.
2005-12-16Unify sparcv9 assembler naming and build rules among 32- and 64-bit builds.Andy Polyakov
Engage run-time switch between bn_mul_mont_fpu and bn_mul_mont_int.
2005-12-15sparccpuid module update.Andy Polyakov
2005-05-03Cpuid modules updates.Andy Polyakov