summaryrefslogtreecommitdiffstats
path: root/crypto/sha/asm/sha256-586.pl
AgeCommit message (Expand)Author
2020-08-27Ignore vendor name in Clang version number.Jung-uk Kim
2020-04-23Update copyright yearMatt Caswell
2020-02-17Also check for errors in x86_64-xlate.pl.David Benjamin
2020-01-22Do not silently truncate files on perlasm errorsDavid Benjamin
2020-01-17For all assembler scripts where it matters, recognise clang > 9.xRichard Levitte
2019-09-16Unify all assembler file generatorsRichard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/sha/Richard Levitte
2018-06-20Update copyright yearMatt Caswell
2018-06-18sha/asm/sha{1|256}-586.pl: harmonize clang version detection.Andy Polyakov
2017-11-11Many spelling fixes/typo's corrected.Josh Soref
2017-05-11Remove filename argument to x86 asm_init.David Benjamin
2016-12-19x86 assembly pack: update performance results.Andy Polyakov
2016-10-10Remove trailing whitespace from some files.David Benjamin
2016-05-21Add OpenSSL copyright to .pl filesRich Salz
2016-03-09Unified - adapt the generation of sha assembler to use GENERATERichard Levitte
2015-07-14Conversion to UTF-8 where neededRichard Levitte
2014-08-30x86[_64] assembly pack: add Silvermont performance data.Andy Polyakov
2014-06-28x86_64 assembly pack: refine clang detection.Andy Polyakov
2014-06-24x86_64 assembly pack: addendum to last clang commit.Andy Polyakov
2014-06-24x86_64 assembly pack: allow clang to compile AVX code.Andy Polyakov
2014-06-12Facilitate back-porting of AESNI and SHA modules.Andy Polyakov
2014-06-11Add support for Intel SHA extension.Andy Polyakov
2014-02-26sha/asm/sha256-586.pl: don't try to compile SIMD with no-sse2.Andy Polyakov
2013-06-10sha[256|512]-586.pl: add more SIMD code paths.Andy Polyakov
2013-02-15sha256-586.pl: code refresh.Andy Polyakov
2012-07-01sha256-586.pl: fix typos.Andy Polyakov
2012-06-19sha256-586.pl: fix linking error.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-05-28sha256-586.pl: full unroll to deliver additional ~16%, add Sandy Bridge-Andy Polyakov
2012-05-24sha256-586.pl: tune away regression on Nehalem core and incidentallyAndy Polyakov
2012-05-19sha256-586.pl optimization.Andy Polyakov
2011-09-17sha256-586.pl: minor optimization, +0-2% on all CPUs, +7% on Westmere.Andy Polyakov
2008-07-17Remove junk argument to function_begin in sha/asm/*-586.pl.Andy Polyakov
2007-09-18Minor formatting fixes in crypto/sha/asm.Andy Polyakov
2007-09-16Minor sha[256|512]-586 performance tweaks.Andy Polyakov
2007-09-13SHA256/512 for x86.Andy Polyakov