summaryrefslogtreecommitdiffstats
path: root/crypto/perlasm
AgeCommit message (Expand)Author
2011-07-13perlasm/cbc.pl: fix tail processing bug [from HEAD].Andy Polyakov
2010-01-19x86_64-xlate.pl: refine sign extension logic when handling lea [from HEAD].Andy Polyakov
2010-01-07x86_64-xlate.pl: new gas requires sign extention in lea instructionAndy Polyakov
2008-05-01Unobtrusive backport of 32-bit x86 Montgomery improvements from 0.9.9-dev:Bodo Möller
2008-02-13Allow 32-bit perl to generate x86_64 assembler.Andy Polyakov
2008-02-11x86_64-xlate.pl update from HEAD.Andy Polyakov
2008-01-03Netware support.Dr. Stephen Henson
2007-11-11x86cpuid.pl update [from HEAD].Andy Polyakov
2007-11-11Add SHA x86_64 assembler [from HEAD].Andy Polyakov
2007-10-21Make it possible for older masm to compile sse2 modules.Andy Polyakov
2007-07-19Relax ISA detection.Andy Polyakov
2007-07-18Fix masm type-casting problem in SSE2 code.Andy Polyakov
2006-02-04Fix from HEAD.Dr. Stephen Henson
2005-12-06Perlasm update from HEAD addressing build problems on non-ELF platformsAndy Polyakov
2005-09-20Proper solution to nasm compilation problems in Borland context.Andy Polyakov
2005-06-28x86nasm.pl update from HEAD.Andy Polyakov
2005-06-20Solaris x86_64 /usr/ccs/bin/as support.Andy Polyakov
2005-05-25Some assemblers are too rudimentary to understand dynamic labels.Andy Polyakov
2005-05-21Still SEGV trouble in .init segment under Solaris x86...Andy Polyakov
2005-05-09Comply with optimization manual (no data should share cache-line with code).Andy Polyakov
2005-05-09Allow for 64-bit cache-line alignments in code segment.Andy Polyakov
2005-05-07x86_64 assembler translator update.Andy Polyakov
2005-05-04x86_64 assembler translator update.Andy Polyakov
2005-05-03x86_64 assembler translator update.Andy Polyakov
2005-04-24Avoid L1 cache aliasing even between key and S-boxes.Andy Polyakov
2005-04-17Throw in x86_64 AT&T to MASM assembler converter to facilitate developmentAndy Polyakov
2005-04-04Solaris x86 linker erroneously pads .init segment with zeros instead ofAndy Polyakov
2005-02-06Remove unused assembler modules.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-12-10Solaris x86 perlasm update.Andy Polyakov
2004-11-27perlasm/x86[ms|nasm] update to accomodate updated RC4 assembler module.Andy Polyakov
2004-11-21RC4 tune-up for Intel P4 core, both 32- and 64-bit ones. As it'sAndy Polyakov
2004-09-28Fix Solaris 10_x86 shared build. -Bsymbolic is required to avoidAndy Polyakov
2004-09-09x86 assembler updates: more instructions, new OPENSSL_instrument_haltAndy Polyakov
2004-08-29Proper support for OpenBSD-i386 shared build, including assember modules!Andy Polyakov
2004-08-29crypto/perlasm update primarily to unify Netware modules. Once it's verifiedAndy Polyakov
2004-08-02Avoid a.out name table pollition.Andy Polyakov
2004-08-01OpenBSD fix-up for new a.out targets. OpenBSD .s.o rule is busted...Andy Polyakov
2004-08-01Deprecate cpp and gaswin targets. New coff fills in for gaswin, but cpp isAndy 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-11-28Netware-specific changes,Richard Levitte
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
2003-01-10Avoid unnecessary pollution of object module name table. Cygwin sharedAndy Polyakov
2003-01-09At least OpenBSD implements PIC in the same way ELF does.Andy Polyakov
2003-01-03Oops! I've toasted Cygwin! Fixed now.Andy Polyakov
2003-01-03Unified targets for ELF assembler modules. Tested on Linux, Solaris andAndy Polyakov