aboutsummaryrefslogtreecommitdiff
path: root/crypto/perlasm
AgeCommit message (Expand)AuthorFilesLines
2011-09-06Padlock engine: make it independent of inline assembler.Andy Polyakov2-0/+14
2011-08-12x86_64-xlate.pl: fix movzw.Andy Polyakov1-2/+2
2011-07-13perlasm/cbc.pl: fix tail processing bug.Andy Polyakov1-2/+0
2011-07-04x86_64-xlate.pl: sha1 and md5 warnings made it to nasm 2.09, extend gnuAndy Polyakov1-6/+7
2011-07-01x86_64-xlate.pl: masm-specific update.Andy Polyakov1-2/+2
2011-06-27Minor x86_64 perlasm update.Andy Polyakov1-0/+2
2011-06-04x86[_64]cpuid.pl: add function accessing rdrand instruction.Andy Polyakov2-1/+22
2011-05-18x86gas.pl: don't omit .comm OPENSSL_ia32cap_P on MacOS X.Andy Polyakov1-6/+6
2011-05-18x86_64-xlate.pl: add inter-register movq and make x86_64-gfm.s compile onAndy Polyakov1-0/+24
2011-05-18x86_64cpuid.pl: allow shared build to work without -Bsymbolic.Andy Polyakov1-7/+22
2011-05-16ppc-xlate.pl: get linux64 declaration right.Andy Polyakov1-3/+10
2011-05-16x86gas.pl: add palignr and move pclmulqdq.Andy Polyakov1-0/+16
2011-05-16x86_64-xlate.pl: allow "base-less" effective address, add palignr, moveAndy Polyakov1-5/+33
2011-04-19perlasm/x86gas.pl: make OPENSSL_instrument_bus[2] compile.Andy Polyakov1-0/+1
2011-04-18perlasm/x86[nm]asm.pl: make OPENSSL_instrument_bus[2] compile.Andy Polyakov2-0/+3
2011-02-10x86gas.pl: make data_short work on legacy systems.Andy Polyakov1-1/+1
2010-10-10x86_64-xlate.pl: fix LNK4078 and LNK4210 link warnings.Andy Polyakov1-1/+5
2010-07-26perlasm/x86_64-xlate.pl: extend SSE>2 to ml64.Andy Polyakov1-30/+37
2010-07-26perlasm/x86asm.pl: move aesni and pclmulqdq opcodes to aesni-x86.pl andAndy Polyakov1-25/+0
2010-06-04x86 perlasm: add support for 16-bit values.Andy Polyakov3-2/+10
2010-06-01x86_64-xlate.pl: refine mingw support and regexps, update commentary.Andy Polyakov1-4/+9
2010-05-13x86asm.pl: consistency imrovements.Andy Polyakov1-5/+13
2010-05-13x86_64-xlate.pl: refine some regexp's and add support for OWORD/QWORD PTR.Andy Polyakov1-5/+10
2010-04-10perlasm/x86*: add support to SSE>2 and pclmulqdq. x86_64-xlate.pl providesAndy Polyakov2-5/+103
2010-02-03don't assume 0x is at start of stringDr. Stephen Henson1-1/+1
2010-01-24OPENSSL_cleanse to accept zero length parameter [matching C implementation].Andy Polyakov1-0/+7
2010-01-19x86_64-xlate.pl: refine sign extension logic when handling lea.Andy Polyakov1-1/+2
2009-11-15x86_64-xlate.pl: new gas requires sign extention in lea instruction.Andy Polyakov1-2/+3
2009-11-15x86masm.pl: eliminate linker "multiple sections found with differentAndy Polyakov1-1/+1
2009-05-12x86_64-xlate.pl: small commentary update.Andy Polyakov1-0/+1
2009-05-02Engage cmll-x86_64.pl in Win64 build and make it compile correctly.Andy Polyakov1-2/+2
2009-04-26AESNI perlasm update.Andy Polyakov3-3/+23
2009-04-26Expand OPENSS_ia32cap to 64 bits.Andy Polyakov3-3/+3
2008-12-27x86_64-xlate.pl: support for binary constants, such as 0b1010101.Andy Polyakov1-1/+4
2008-12-19x86_64-xlate.pl: fix masm hexadecimal constants.Andy Polyakov1-3/+3
2008-12-17perlasm/x86* update: support for 3 and 4 argument instructions.Andy Polyakov4-57/+34
2008-11-14x86_64-xlate.pl update, engage x86_64 assembler in mingw64.Andy Polyakov1-14/+18
2008-11-12x86_64-xlate.pl to support MacOS X and mingw64.Andy Polyakov1-85/+171
2008-11-03Minor perlasm updates.Andy Polyakov2-5/+9
2008-10-28x86_64-xlate.pl update: refine SEH support.Andy Polyakov1-30/+85
2008-07-22perlasm update: implement dataseg directive.Andy Polyakov3-2/+15
2008-07-22x86_64-xlate.pl: implement indirect jump/calls, support for Win64 SEH.Andy Polyakov1-32/+89
2008-07-17x86masm.pl: harmonize functions' alignment.Andy Polyakov1-2/+2
2008-07-15x86masm.pl cosmetics.Andy Polyakov1-4/+11
2008-07-15x86nasm.pl update: use pre-defined macros and allow for /safeseh link.Andy Polyakov1-5/+6
2008-05-03Depict future Win64/x64 development.Andy Polyakov1-0/+117
2008-02-13Support for NASM>=2 in Win64/x64 build.Andy Polyakov1-38/+66
2008-02-11Ad-hockery for Platform SDK ml64.Andy Polyakov1-2/+7
2008-01-13Unify ppc assembler make rules.Andy Polyakov1-1/+1
2008-01-12rc4-x86_64 portability fix.Andy Polyakov1-3/+3