summaryrefslogtreecommitdiffstats
path: root/crypto/perlasm/x86nasm.pl
AgeCommit message (Expand)Author
2016-04-20Copyright consolidation: perl filesRich Salz
2012-11-17Extend OPENSSL_ia32cap_P with extra word to accomodate AVX2 capability.Andy Polyakov
2011-09-06Padlock engine: make it independent of inline assembler.Andy Polyakov
2011-04-18perlasm/x86[nm]asm.pl: make OPENSSL_instrument_bus[2] compile.Andy Polyakov
2010-06-04x86 perlasm: add support for 16-bit values.Andy Polyakov
2009-04-26Expand OPENSS_ia32cap to 64 bits.Andy Polyakov
2008-07-22perlasm update: implement dataseg directive.Andy Polyakov
2008-07-15x86nasm.pl update: use pre-defined macros and allow for /safeseh link.Andy Polyakov
2008-01-03Netware support.Dr. Stephen Henson
2008-01-03perlasm/x86*.pl updates.Andy Polyakov
2007-12-18x86 perlasm overhaul.Andy Polyakov
2007-11-24Structure symbol decorations, optimize label handling...Andy Polyakov
2007-11-22Synchronize x86nasm.pl with x86unix.pl.Andy Polyakov
2007-07-25x86 perlasm updates.Andy Polyakov
2007-03-20link warnings caused by nasm modules.Andy Polyakov
2007-03-20nasm fixes.Andy Polyakov
2006-09-18Remove x86ms.pl and reimplement x86*.pl.Andy Polyakov
2005-12-06Support for indirect calls in x86 assembler modules.Andy Polyakov
2005-11-28Whirlpool hash implementation. The fact that subdirectory and .h file areAndy Polyakov
2005-09-20Proper solution to nasm compilation problems in Borland context.Andy Polyakov
2005-06-28A report suggests that there're nasm version, which defaults to 16-bitAndy Polyakov
2005-04-24Avoid L1 cache aliasing even between key and S-boxes.Andy Polyakov
2005-01-18Throw in AES CBC assembler, up to +40% on aes-128-cbc benchmark.Andy Polyakov
2004-12-26Engage AES x86 assembler module for COFF and a.out targets.Andy Polyakov
2004-12-23x86 perlasm update to accomodate aes-586.pl.Andy Polyakov
2004-11-27perlasm/x86[ms|nasm] update to accomodate updated RC4 assembler module.Andy Polyakov
2004-09-09x86 assembler updates: more instructions, new OPENSSL_instrument_haltAndy Polyakov
2004-08-29crypto/perlasm update primarily to unify Netware modules. Once it's verifiedAndy Polyakov
2004-07-26Add framework for yet another assembler module dubbed "cpuid." IdeaAndy Polyakov
2004-05-06Support for IA-32 SSE2 instruction set.Andy Polyakov
2003-09-27Make MD5 assembler code able to handle messages larger than 2GB on 32-bitRichard Levitte
2003-01-24Provide "dummy" &main::picmeup even in Windows perlasm modules.Andy Polyakov
2002-12-14As you might have noticed I tried to change for . prefix, because it'sAndy Polyakov
2002-12-14DES PIC-ification. Windows companion.Andy Polyakov
2002-12-13IA-32 assembler modules (primarily DES) PIC-ification. Idea is to keepAndy Polyakov
2002-06-27Use 32-bit sections instead of the default, 16-bit ones.Richard Levitte
1999-07-12More NASM support code it still doesn't work but it doesn't work less than itDr. Stephen Henson
1999-07-12Beginnings of experimental support for NASM assembler. This is a freeDr. Stephen Henson