summaryrefslogtreecommitdiffstats
path: root/crypto/sha/asm/sha256-586.pl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Ignore vendor name in Clang version number.Jung-uk Kim2020-08-281-1/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Also check for errors in x86_64-xlate.pl.David Benjamin2020-02-171-1/+1
* Do not silently truncate files on perlasm errorsDavid Benjamin2020-01-221-1/+1
* For all assembler scripts where it matters, recognise clang > 9.xRichard Levitte2020-01-171-1/+1
* Unify all assembler file generatorsRichard Levitte2019-09-161-2/+1
* Following the license change, modify the boilerplates in crypto/sha/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-06-201-1/+1
* sha/asm/sha{1|256}-586.pl: harmonize clang version detection.Andy Polyakov2018-06-181-1/+1
* Many spelling fixes/typo's corrected.Josh Soref2017-11-121-1/+1
* Remove filename argument to x86 asm_init.David Benjamin2017-05-111-1/+1
* x86 assembly pack: update performance results.Andy Polyakov2016-12-191-0/+3
* Remove trailing whitespace from some files.David Benjamin2016-10-111-3/+3
* Add OpenSSL copyright to .pl filesRich Salz2016-05-211-1/+8
* Unified - adapt the generation of sha assembler to use GENERATERichard Levitte2016-03-091-0/+5
* Conversion to UTF-8 where neededRichard Levitte2015-07-141-1/+1
* x86[_64] assembly pack: add Silvermont performance data.Andy Polyakov2014-08-301-0/+1
* x86_64 assembly pack: refine clang detection.Andy Polyakov2014-06-281-2/+2
* x86_64 assembly pack: addendum to last clang commit.Andy Polyakov2014-06-241-1/+1
* x86_64 assembly pack: allow clang to compile AVX code.Andy Polyakov2014-06-241-0/+4
* Facilitate back-porting of AESNI and SHA modules.Andy Polyakov2014-06-121-3/+5
* Add support for Intel SHA extension.Andy Polyakov2014-06-111-1/+150
* sha/asm/sha256-586.pl: don't try to compile SIMD with no-sse2.Andy Polyakov2014-02-261-1/+1
* sha[256|512]-586.pl: add more SIMD code paths.Andy Polyakov2013-06-101-103/+344
* sha256-586.pl: code refresh.Andy Polyakov2013-02-151-21/+18
* sha256-586.pl: fix typos.Andy Polyakov2012-07-011-3/+3
* sha256-586.pl: fix linking error.Andy Polyakov2012-06-191-1/+1
* sha256-586.pl: add AVX and XOP code paths.Andy Polyakov2012-06-121-8/+440
* sha256-586.pl: squeeze some more, most notably ~10% on Nehalem.Andy Polyakov2012-06-121-58/+67
* sha256-586.pl: full unroll to deliver additional ~16%, add Sandy Bridge-Andy Polyakov2012-05-281-82/+273
* sha256-586.pl: tune away regression on Nehalem core and incidentallyAndy Polyakov2012-05-241-27/+26
* sha256-586.pl optimization.Andy Polyakov2012-05-191-62/+69
* sha256-586.pl: minor optimization, +0-2% on all CPUs, +7% on Westmere.Andy Polyakov2011-09-171-27/+25
* Remove junk argument to function_begin in sha/asm/*-586.pl.Andy Polyakov2008-07-171-1/+1
* Minor formatting fixes in crypto/sha/asm.Andy Polyakov2007-09-181-4/+4
* Minor sha[256|512]-586 performance tweaks.Andy Polyakov2007-09-161-7/+12
* SHA256/512 for x86.Andy Polyakov2007-09-131-0/+246