aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/perlasm
Commit message (Expand)AuthorAgeFilesLines
* perlasm/x86_64-xlate.pl: handle inter-bank movd.Andy Polyakov2014-09-121-1/+1
* Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz2014-08-091-1/+1
* Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz2014-08-081-1/+1
* x86_64 assembly pack: improve masm support.Andy Polyakov2014-07-091-6/+14
* perlasm/ppc-xlate.pl update.Andy Polyakov2014-07-011-0/+3
* Add "teaser" AES module for PowerISA 2.07.Andy Polyakov2014-05-121-0/+33
* SPARC T4 assembly pack: treat zero input length in CBC.Andy Polyakov2014-03-071-0/+6
* perlasm/x86asm.pl: recognize elf-1 denoting old ELF platforms.Andy Polyakov2014-02-271-0/+2
* perlasm/x86gas.pl: limit special OPENSSL_ia32cap_P treatment to ELF.Andy Polyakov2014-02-271-3/+3
* x86[_64]cpuid.pl: add low-level RDSEED.Andy Polyakov2014-02-142-0/+21
* PPC assembly pack: improve AIX support (enable vpaes-ppc).Andy Polyakov2013-12-181-1/+1
* x86_64-xlate.pl: minor update.Andy Polyakov2013-12-091-0/+1
* perlasm/ppc-xlate.pl: add support for AltiVec/VMX and VSX.Andy Polyakov2013-12-041-1/+5
* perlasm/ppc-xlate.pl: improve linux64le support.Andy Polyakov2013-12-041-5/+11
* perlas/ppc-xlate.pl: fix typo.Andy Polyakov2013-10-311-1/+1
* perlasm/ppc-xlate.pl: add .quad directiveAndy Polyakov2013-10-311-0/+19
* PPC assembly pack: add .size directives.Andy Polyakov2013-10-151-3/+5
* perlasm/sparcv9_modes.pl: make it work even with seasoned perl.Andy Polyakov2013-10-031-2/+2
* x86_64-xlate.pl: fix jrcxz in nasm case.Andy Polyakov2013-10-031-3/+3
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-053-3/+3
* x86_64-xlate.pl: Windows fixes.Andy Polyakov2013-06-301-3/+5
* x86_64-xlate.pl: minor size/performance improvement.Andy Polyakov2013-05-131-0/+5
* Add support for SPARC T4 DES opcode.Andy Polyakov2013-03-311-0/+60
* AES for SPARC T4: add XTS, reorder subroutines to improve TLB locality.Andy Polyakov2012-11-241-29/+491
* Extend OPENSSL_ia32cap_P with extra word to accomodate AVX2 capability.Andy Polyakov2012-11-174-3/+35
* perlasm/sparcv9_modes.pl: addendum to commit#22966.Andy Polyakov2012-11-171-0/+26
* perlasm/sparcv9_modes.pl: fix typo in IV save code and switch to lessAndy Polyakov2012-10-251-17/+25
* sparcv9_modes.pl: membars are reported as must-have.Andy Polyakov2012-10-151-15/+10
* perlasm/sparcv9_modes.pl: "cooperative" optimizations based on suggestionsAndy Polyakov2012-10-141-11/+309
* aest4-sparcv9.pl: split it to AES-specific and reusable part.Andy Polyakov2012-10-111-0/+831
* x86cpuid.pl: hide symbols [backport from x86_64].Andy Polyakov2012-08-292-0/+4
* sha512-x86_64.pl: revert previous change and solve the problem throughAndy Polyakov2012-08-131-0/+39
* x86gas.pl: treat OPENSSL_ia32cap_P accordingly to .hidden status.Andy Polyakov2012-07-151-1/+3
* perlasm: fix symptom-less bugs, missing semicolons and 'my' declarations.Andy Polyakov2012-04-282-4/+3
* perlasm/x86masm.pl: fix last fix.Andy Polyakov2012-03-291-1/+1
* x86_64-xlate.pl: remove old kludge.Andy Polyakov2012-03-131-6/+2
* x86_64-xlate.pl: proper solution for RT#2620.Andy Polyakov2012-01-211-1/+2
* vpaes-x86.pl: revert previous commit and solve the problem through x86masm.pl.Andy Polyakov2011-12-151-1/+3
* perlasm/x86gas.pl: give a hand old assemblers assembling loop instruction.Andy Polyakov2011-12-091-4/+2
* cryptlib.c, etc.: fix linker warnings in 64-bit Darwin build.Andy Polyakov2011-11-121-0/+1
* Configure, x86gas.pl: fix linker warnings in 32-bit Darwin build.Andy Polyakov2011-11-121-2/+3
* x86gas.pl: relax .init segment alignment.Andy Polyakov2011-10-221-3/+0
* x86_64-xlate.pl: make vpaes-x86_64.pl and rc4-md5-x86_64 work with ml64,Andy Polyakov2011-10-181-2/+3
* Add android-x86.Andy Polyakov2011-10-152-2/+11
* Add so called Vector Permutation AES x86[_64] assembler, seeAndy Polyakov2011-09-121-6/+6
* Padlock engine: make it independent of inline assembler.Andy Polyakov2011-09-062-0/+14
* x86_64-xlate.pl: fix movzw.Andy Polyakov2011-08-121-2/+2
* perlasm/cbc.pl: fix tail processing bug.Andy Polyakov2011-07-131-2/+0
* x86_64-xlate.pl: sha1 and md5 warnings made it to nasm 2.09, extend gnuAndy Polyakov2011-07-041-6/+7
* x86_64-xlate.pl: masm-specific update.Andy Polyakov2011-07-011-2/+2