| Commit message (Expand) | Author | Age | Files | Lines |
* | AES for SPARC T4: add XTS, reorder subroutines to improve TLB locality. | Andy Polyakov | 2012-11-24 | 1 | -29/+491 |
* | Extend OPENSSL_ia32cap_P with extra word to accomodate AVX2 capability. | Andy Polyakov | 2012-11-17 | 4 | -3/+35 |
* | perlasm/sparcv9_modes.pl: addendum to commit#22966. | Andy Polyakov | 2012-11-17 | 1 | -0/+26 |
* | perlasm/sparcv9_modes.pl: fix typo in IV save code and switch to less | Andy Polyakov | 2012-10-25 | 1 | -17/+25 |
* | sparcv9_modes.pl: membars are reported as must-have. | Andy Polyakov | 2012-10-15 | 1 | -15/+10 |
* | perlasm/sparcv9_modes.pl: "cooperative" optimizations based on suggestions | Andy Polyakov | 2012-10-14 | 1 | -11/+309 |
* | aest4-sparcv9.pl: split it to AES-specific and reusable part. | Andy Polyakov | 2012-10-11 | 1 | -0/+831 |
* | x86cpuid.pl: hide symbols [backport from x86_64]. | Andy Polyakov | 2012-08-29 | 2 | -0/+4 |
* | sha512-x86_64.pl: revert previous change and solve the problem through | Andy Polyakov | 2012-08-13 | 1 | -0/+39 |
* | x86gas.pl: treat OPENSSL_ia32cap_P accordingly to .hidden status. | Andy Polyakov | 2012-07-15 | 1 | -1/+3 |
* | perlasm: fix symptom-less bugs, missing semicolons and 'my' declarations. | Andy Polyakov | 2012-04-28 | 2 | -4/+3 |
* | perlasm/x86masm.pl: fix last fix. | Andy Polyakov | 2012-03-29 | 1 | -1/+1 |
* | x86_64-xlate.pl: remove old kludge. | Andy Polyakov | 2012-03-13 | 1 | -6/+2 |
* | x86_64-xlate.pl: proper solution for RT#2620. | Andy Polyakov | 2012-01-21 | 1 | -1/+2 |
* | vpaes-x86.pl: revert previous commit and solve the problem through x86masm.pl. | Andy Polyakov | 2011-12-15 | 1 | -1/+3 |
* | perlasm/x86gas.pl: give a hand old assemblers assembling loop instruction. | Andy Polyakov | 2011-12-09 | 1 | -4/+2 |
* | cryptlib.c, etc.: fix linker warnings in 64-bit Darwin build. | Andy Polyakov | 2011-11-12 | 1 | -0/+1 |
* | Configure, x86gas.pl: fix linker warnings in 32-bit Darwin build. | Andy Polyakov | 2011-11-12 | 1 | -2/+3 |
* | x86gas.pl: relax .init segment alignment. | Andy Polyakov | 2011-10-22 | 1 | -3/+0 |
* | x86_64-xlate.pl: make vpaes-x86_64.pl and rc4-md5-x86_64 work with ml64, | Andy Polyakov | 2011-10-18 | 1 | -2/+3 |
* | Add android-x86. | Andy Polyakov | 2011-10-15 | 2 | -2/+11 |
* | Add so called Vector Permutation AES x86[_64] assembler, see | Andy Polyakov | 2011-09-12 | 1 | -6/+6 |
* | Padlock engine: make it independent of inline assembler. | Andy Polyakov | 2011-09-06 | 2 | -0/+14 |
* | x86_64-xlate.pl: fix movzw. | Andy Polyakov | 2011-08-12 | 1 | -2/+2 |
* | perlasm/cbc.pl: fix tail processing bug. | Andy Polyakov | 2011-07-13 | 1 | -2/+0 |
* | x86_64-xlate.pl: sha1 and md5 warnings made it to nasm 2.09, extend gnu | Andy Polyakov | 2011-07-04 | 1 | -6/+7 |
* | x86_64-xlate.pl: masm-specific update. | Andy Polyakov | 2011-07-01 | 1 | -2/+2 |
* | Minor x86_64 perlasm update. | Andy Polyakov | 2011-06-27 | 1 | -0/+2 |
* | x86[_64]cpuid.pl: add function accessing rdrand instruction. | Andy Polyakov | 2011-06-04 | 2 | -1/+22 |
* | x86gas.pl: don't omit .comm OPENSSL_ia32cap_P on MacOS X. | Andy Polyakov | 2011-05-18 | 1 | -6/+6 |
* | x86_64-xlate.pl: add inter-register movq and make x86_64-gfm.s compile on | Andy Polyakov | 2011-05-18 | 1 | -0/+24 |
* | x86_64cpuid.pl: allow shared build to work without -Bsymbolic. | Andy Polyakov | 2011-05-18 | 1 | -7/+22 |
* | ppc-xlate.pl: get linux64 declaration right. | Andy Polyakov | 2011-05-16 | 1 | -3/+10 |
* | x86gas.pl: add palignr and move pclmulqdq. | Andy Polyakov | 2011-05-16 | 1 | -0/+16 |
* | x86_64-xlate.pl: allow "base-less" effective address, add palignr, move | Andy Polyakov | 2011-05-16 | 1 | -5/+33 |
* | perlasm/x86gas.pl: make OPENSSL_instrument_bus[2] compile. | Andy Polyakov | 2011-04-19 | 1 | -0/+1 |
* | perlasm/x86[nm]asm.pl: make OPENSSL_instrument_bus[2] compile. | Andy Polyakov | 2011-04-18 | 2 | -0/+3 |
* | x86gas.pl: make data_short work on legacy systems. | Andy Polyakov | 2011-02-10 | 1 | -1/+1 |
* | x86_64-xlate.pl: fix LNK4078 and LNK4210 link warnings. | Andy Polyakov | 2010-10-10 | 1 | -1/+5 |
* | perlasm/x86_64-xlate.pl: extend SSE>2 to ml64. | Andy Polyakov | 2010-07-26 | 1 | -30/+37 |
* | perlasm/x86asm.pl: move aesni and pclmulqdq opcodes to aesni-x86.pl and | Andy Polyakov | 2010-07-26 | 1 | -25/+0 |
* | x86 perlasm: add support for 16-bit values. | Andy Polyakov | 2010-06-04 | 3 | -2/+10 |
* | x86_64-xlate.pl: refine mingw support and regexps, update commentary. | Andy Polyakov | 2010-06-01 | 1 | -4/+9 |
* | x86asm.pl: consistency imrovements. | Andy Polyakov | 2010-05-13 | 1 | -5/+13 |
* | x86_64-xlate.pl: refine some regexp's and add support for OWORD/QWORD PTR. | Andy Polyakov | 2010-05-13 | 1 | -5/+10 |
* | perlasm/x86*: add support to SSE>2 and pclmulqdq. x86_64-xlate.pl provides | Andy Polyakov | 2010-04-10 | 2 | -5/+103 |
* | don't assume 0x is at start of string | Dr. Stephen Henson | 2010-02-03 | 1 | -1/+1 |
* | OPENSSL_cleanse to accept zero length parameter [matching C implementation]. | Andy Polyakov | 2010-01-24 | 1 | -0/+7 |
* | x86_64-xlate.pl: refine sign extension logic when handling lea. | Andy Polyakov | 2010-01-19 | 1 | -1/+2 |
* | x86_64-xlate.pl: new gas requires sign extention in lea instruction. | Andy Polyakov | 2009-11-15 | 1 | -2/+3 |