summaryrefslogtreecommitdiffstats
path: root/crypto/sha
AgeCommit message (Expand)Author
2013-01-13Fix some clang warnings.Ben Laurie
2012-11-28C64x+ assembly pack: improve EABI support.Andy Polyakov
2012-10-25SPARCv9 assembly pack: harmonize ABI handling (so that it's handled in oneAndy Polyakov
2012-10-14[md5|sha1|sha512]-sparcv9.pl: "cooperative" optimizations based onAndy Polyakov
2012-09-28sha[1|512]-sparcv9.pl: add hardware SPARC T4 support.Andy Polyakov
2012-09-18MIPS assembly pack: add support for SmartMIPS ASE.Andy Polyakov
2012-09-15MIPS assembly pack: add MIPS[32|64]R2 code.Andy Polyakov
2012-09-15sha512-sparcv9.pl: fix binutils compilation error.Andy Polyakov
2012-09-04sha512-armv4.pl: optimize for Snapdragon S4.Andy Polyakov
2012-08-17sha1-armv4-large.pl: comply with ABI.Andy Polyakov
2012-08-17MIPS assembly pack: assign default value to $flavour.Andy Polyakov
2012-08-13sha512-x86_64.pl: revert previous change and solve the problem throughAndy Polyakov
2012-08-13sha512-x86_64.pl: minimum gas requirement for AMD XOP.Andy Polyakov
2012-07-15sha1-[586|x86_64].pl: shave off one instruction from body_40_59, it'sAndy Polyakov
2012-07-15sha512-s390x.pl: lingering comment update.Andy Polyakov
2012-07-15sha512-ia64.pl: 15-20% performance improvement.Andy Polyakov
2012-07-15sha256-armv4.pl: 4% performance improvement.Andy Polyakov
2012-07-15sha1-s390x.pl: lingering comment update.Andy Polyakov
2012-07-15sha512-586.pl: optimize SSE2 code path, +5-7% on most CPUs, +13% on AMD K8.Andy Polyakov
2012-07-15sha1-586.pl: let masm compile AVX code.Andy Polyakov
2012-07-01sha256-586.pl: fix typos.Andy Polyakov
2012-06-27x86_64 assembly pack: make it possible to compile with Perl located onAndy Polyakov
2012-06-25sha512-x86_64.pl: fix typo.Andy Polyakov
2012-06-24sha512-x86_64.pl: add SIMD code paths.Andy Polyakov
2012-06-19sha512-x86_64.pl: fix typo.Andy Polyakov
2012-06-19sha256-586.pl: fix linking error.Andy Polyakov
2012-06-12sha256t.c: make sure unrolled loop is tested.Andy Polyakov
2012-06-12sha256-586.pl: add AVX and XOP code paths.Andy Polyakov
2012-06-12sha256-586.pl: squeeze some more, most notably ~10% on Nehalem.Andy Polyakov
2012-06-12x86[_64] assembly pack: update benchmark results.Andy Polyakov
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie
2012-05-28sha256-586.pl: full unroll to deliver additional ~16%, add Sandy Bridge-Andy Polyakov
2012-05-28sha512-x86_64.pl: >5% better performance.Andy Polyakov
2012-05-24sha256-586.pl: tune away regression on Nehalem core and incidentallyAndy Polyakov
2012-05-19sha256-586.pl optimization.Andy Polyakov
2012-04-28perlasm: fix symptom-less bugs, missing semicolons and 'my' declarations.Andy Polyakov
2012-04-18C64x+ assembler pack. linux-c64xplus build is *not* tested nor can it beAndy Polyakov
2012-03-29sha512-armv4.pl: optimize NEON code path by utilizing vbsl, bitwise select.Andy Polyakov
2012-01-13sha512-sparcv9.pl: work around V8+ warning.Andy Polyakov
2012-01-13aes-ppc.pl, sha512-ppc.pl: comply even with Embedded ABI specificationAndy Polyakov
2011-10-20sha1-mips.pl: fix typo.Andy Polyakov
2011-10-19vxworks-mips: unify and add assembler.Andy Polyakov
2011-09-17sha256-586.pl: minor optimization, +0-2% on all CPUs, +7% on Westmere.Andy Polyakov
2011-09-17sha512-x86_64.pl: +15% better performance on Westmere and incidentally Atom.Andy Polyakov
2011-09-14Allow for dynamic base in Win64 FIPS module.Andy Polyakov
2011-07-18sha512-sparcv9.pl: minor optimization of sha256.Andy Polyakov
2011-07-17ARM assembler pack: add platform run-time detection.Andy Polyakov
2011-07-04sha1-x86_64.pl: nasm 2.07 screws up labels if AVX path is compiled.Andy Polyakov
2011-07-01sha1-x86_64.pl: fix win64-specific typos and add masm support.Andy Polyakov
2011-06-28crypto/sha/asm/sha[1|512]-mips.pl: minor updates.Andy Polyakov