summaryrefslogtreecommitdiff
path: root/crypto/perlasm/x86nasm.pl
Commit message (Expand)AuthorAgeFilesLines
* Following the license change, modify the boilerplates in crypto/perlasm/Richard Levitte2018-12-061-1/+1
* Copyright update of more files that have changed this yearRichard Levitte2018-01-191-1/+1
* Remove remaining NETWARE ifdef'sRich Salz2018-01-071-1/+1
* Remove trailing whitespace from some files.David Benjamin2016-10-101-1/+1
* Copyright consolidation: perl filesRich Salz2016-04-201-1/+8
* Extend OPENSSL_ia32cap_P with extra word to accomodate AVX2 capability.Andy Polyakov2012-11-171-1/+3
* Padlock engine: make it independent of inline assembler.Andy Polyakov2011-09-061-0/+7
* perlasm/x86[nm]asm.pl: make OPENSSL_instrument_bus[2] compile.Andy Polyakov2011-04-181-0/+2
* x86 perlasm: add support for 16-bit values.Andy Polyakov2010-06-041-1/+3
* Expand OPENSS_ia32cap to 64 bits.Andy Polyakov2009-04-261-1/+1
* perlasm update: implement dataseg directive.Andy Polyakov2008-07-221-0/+5
* x86nasm.pl update: use pre-defined macros and allow for /safeseh link.Andy Polyakov2008-07-151-5/+6
* Netware support.Dr. Stephen Henson2008-01-031-0/+2
* perlasm/x86*.pl updates.Andy Polyakov2008-01-031-1/+3
* x86 perlasm overhaul.Andy Polyakov2007-12-181-125/+20
* Structure symbol decorations, optimize label handling...Andy Polyakov2007-11-241-36/+38
* Synchronize x86nasm.pl with x86unix.pl.Andy Polyakov2007-11-221-5/+8
* x86 perlasm updates.Andy Polyakov2007-07-251-13/+41
* link warnings caused by nasm modules.Andy Polyakov2007-03-201-1/+2
* nasm fixes.Andy Polyakov2007-03-201-1/+2
* Remove x86ms.pl and reimplement x86*.pl.Andy Polyakov2006-09-181-417/+192
* Support for indirect calls in x86 assembler modules.Andy Polyakov2005-12-061-2/+3
* Whirlpool hash implementation. The fact that subdirectory and .h file areAndy Polyakov2005-11-281-0/+5
* Proper solution to nasm compilation problems in Borland context.Andy Polyakov2005-09-201-1/+10
* A report suggests that there're nasm version, which defaults to 16-bitAndy Polyakov2005-06-281-2/+2
* Avoid L1 cache aliasing even between key and S-boxes.Andy Polyakov2005-04-241-0/+1
* Throw in AES CBC assembler, up to +40% on aes-128-cbc benchmark.Andy Polyakov2005-01-181-0/+1
* Engage AES x86 assembler module for COFF and a.out targets.Andy Polyakov2004-12-261-1/+1
* x86 perlasm update to accomodate aes-586.pl.Andy Polyakov2004-12-231-1/+11
* perlasm/x86[ms|nasm] update to accomodate updated RC4 assembler module.Andy Polyakov2004-11-271-0/+1
* x86 assembler updates: more instructions, new OPENSSL_instrument_haltAndy Polyakov2004-09-091-2/+4
* crypto/perlasm update primarily to unify Netware modules. Once it's verifiedAndy Polyakov2004-08-291-31/+63
* Add framework for yet another assembler module dubbed "cpuid." IdeaAndy Polyakov2004-07-261-0/+4
* Support for IA-32 SSE2 instruction set.Andy Polyakov2004-05-061-1/+30
* Make MD5 assembler code able to handle messages larger than 2GB on 32-bitRichard Levitte2003-09-271-0/+3
* Provide "dummy" &main::picmeup even in Windows perlasm modules.Andy Polyakov2003-01-241-0/+6
* As you might have noticed I tried to change for . prefix, because it'sAndy Polyakov2002-12-141-3/+3
* DES PIC-ification. Windows companion.Andy Polyakov2002-12-141-3/+6
* IA-32 assembler modules (primarily DES) PIC-ification. Idea is to keepAndy Polyakov2002-12-131-0/+2
* Use 32-bit sections instead of the default, 16-bit ones.Richard Levitte2002-06-271-1/+1
* More NASM support code it still doesn't work but it doesn't work less than itDr. Stephen Henson1999-07-121-5/+22
* Beginnings of experimental support for NASM assembler. This is a freeDr. Stephen Henson1999-07-121-0/+325