aboutsummaryrefslogtreecommitdiff
path: root/crypto/modes/asm
AgeCommit message (Expand)AuthorFilesLines
2019-02-16ARM assembly pack: make it Windows-friendly.Andy Polyakov2-8/+21
2018-12-06Following the license change, modify the boilerplates in crypto/modes/Richard Levitte12-12/+12
2018-09-11Update copyright yearMatt Caswell2-2/+2
2018-07-01modes/asm/ghash-armv4.pl: address "infixes are deprecated" warnings.Andy Polyakov1-5/+2
2018-06-25PA-RISC assembly pack: make it work with GNU assembler for HP-UX.Andy Polyakov1-1/+11
2018-06-03PPC assembly pack: correct POWER9 results.Andy Polyakov1-1/+1
2018-05-29Update copyright yearMatt Caswell1-1/+1
2018-05-10PPC assembly pack: add POWER9 results.Andy Polyakov1-0/+1
2018-05-01Update copyright yearMatt Caswell1-1/+1
2018-04-23ARM assembly pack: make it work with older assembler.Andy Polyakov1-0/+2
2017-12-04modes/asm/ghashv8-armx.pl: handle lengths not divisible by 4x.Andy Polyakov1-9/+137
2017-12-04modes/asm/ghashv8-armx.pl: optimize modulo-scheduled loop.Andy Polyakov1-31/+28
2017-12-04modes/asm/ghashv8-armx.pl: modulo-schedule loop.Andy Polyakov1-3/+70
2017-12-04modes/asm/ghashv8-armx.pl: implement 4x aggregate factor.Andy Polyakov1-12/+171
2017-11-13ARMv8 assembly pack: add Qualcomm Kryo results.Andy Polyakov1-0/+1
2017-11-11Many spelling fixes/typo's corrected.Josh Soref5-8/+8
2017-10-30s390x assembly pack: extend s390x capability vector.Patrick Steuer1-4/+8
2017-10-17s390x assembly pack: remove capability double-checking.Patrick Steuer1-11/+2
2017-10-13Remove email addresses from source code.Rich Salz3-12/+7
2017-07-21x86_64 assembly pack: "optimize" for Knights Landing, add AVX-512 results.Andy Polyakov2-0/+5
2017-07-05Undo commit cd359b2Rich Salz1-41/+0
2017-05-11Remove filename argument to x86 asm_init.David Benjamin1-1/+1
2017-02-15ARMv4 assembly pack: harmonize Thumb-ification of iOS build.Andy Polyakov1-1/+5
2017-02-13modes/asm/*-x86_64.pl: add CFI annotations.Andy Polyakov2-0/+61
2017-02-06x86_64 assembly pack: Win64 SEH face-lift.Andy Polyakov1-12/+23
2016-10-24x86_64 assembly pack: add Goldmont performance results.Andy Polyakov1-0/+1
2016-10-10Remove trailing whitespace from some files.David Benjamin4-10/+10
2016-09-03modes/asm/ghash-armv4.pl: improve interoperability with Android NDK.Andy Polyakov1-1/+3
2016-08-16ARMv8 assembly pack: add Samsung Mongoose results.Andy Polyakov1-0/+1
2016-08-05spelling fixes, just comments and readme.klemens1-3/+3
2016-07-01SPARC assembly pack: enforce V8+ ABI constraints.Andy Polyakov1-0/+2
2016-06-27Clarify use of |$end0| in stitched x86-64 AES-GCM code.Brian Smith1-0/+41
2016-06-14modes/asm/ghashp8-ppc.pl: improve performance by 2.7x.Andy Polyakov1-20/+449
2016-05-29x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov2-2/+2
2016-05-21Add OpenSSL copyright to .pl filesRich Salz12-12/+96
2016-04-25s390x assembly pack: cache capability query results.Andy Polyakov1-3/+1
2016-03-11Fix some assembler generating scripts for better unificationRichard Levitte2-3/+3
2016-03-09Unified - adapt the generation of modes assembler to use GENERATERichard Levitte3-2/+7
2016-03-08SPARCv9 assembly pack: unify build rules and argument handling.Andy Polyakov1-10/+11
2016-02-27modes/asm/ghash-x86_64.pl: refine GNU assembler version detection.Andy Polyakov2-2/+2
2016-02-04Restore xmm7 from the correct address on win64Kurt Roeckx1-1/+1
2015-12-13x86_64 assembly pack: tune clang version detection even further.Andy Polyakov2-2/+2
2015-12-07ARMv4 assembly pack: allow Thumb2 even in iOS build,Andy Polyakov1-1/+1
2015-11-23x86_64 assembly pack: tune clang version detection.Andy Polyakov2-2/+2
2015-11-11modes/asm/ghash-armv4.pl: extend Apple fix to all clang cases.Andy Polyakov1-1/+1
2015-09-26Skylake performance results.Andy Polyakov2-6/+8
2015-09-25ARMv4 assembly pack: implement support for Thumb2.Andy Polyakov1-5/+40
2015-07-14Conversion to UTF-8 where neededRichard Levitte7-37/+37
2015-04-21modes/asm/ghashv8-armx.pl: additional performance data.Andy Polyakov1-0/+1
2015-04-20Add assembly support for 32-bit iOS.Andy Polyakov1-10/+27