aboutsummaryrefslogtreecommitdiff
path: root/crypto/perlasm
AgeCommit message (Expand)AuthorFilesLines
2006-10-17Typo in perlasm/x86asm.pl.Andy Polyakov1-1/+1
2006-10-17Support for .asciz directive in perlasm modules.Andy Polyakov3-0/+18
2006-09-18Remove x86ms.pl and reimplement x86*.pl.Andy Polyakov4-1747/+587
2006-08-31Fix bug in x86unix.pl introduced in latest update.Andy Polyakov1-3/+3
2006-07-31perlasm/x86unix.pl update.Andy Polyakov1-6/+38
2006-06-05Minor ppc-xlate.pl update.Andy Polyakov1-1/+1
2006-05-04Futher minor PPC assembler update.Andy Polyakov1-8/+8
2006-05-03Minor PPC assembler updates.Andy Polyakov1-1/+2
2006-05-03PPC assembler distiller update.Andy Polyakov1-0/+4
2006-04-30Yet another "teaser" Montgomery multiplication module, for PowerPC.Andy Polyakov1-0/+113
2006-02-04Recognize mingw in perlasm.Dr. Stephen Henson1-1/+1
2005-12-06Support for indirect calls in x86 assembler modules.Andy Polyakov3-5/+8
2005-11-28Whirlpool hash implementation. The fact that subdirectory and .h file areAndy Polyakov3-0/+15
2005-11-09Minor perlasm clean-up.Andy Polyakov2-3/+2
2005-11-06Address MASM-specific problems introduced withAndy Polyakov1-5/+11
2005-11-06x86_64-xlate.pl commentary section update.Andy Polyakov1-1/+4
2005-11-03Make pshufw optional and update performance table in sha512-sse2.plAndy Polyakov1-3/+3
2005-10-09Throw in bn/asm/x86-mont.pl Montgomery multiplication "teaser".Andy Polyakov1-1/+7
2005-09-20Proper solution to nasm compilation problems in Borland context.Andy Polyakov1-1/+10
2005-07-18~15% better AES x86_64 assembler.Andy Polyakov1-4/+6
2005-07-12complementary x86_64-xlate.pl update.Andy Polyakov1-5/+9
2005-06-28A report suggests that there're nasm version, which defaults to 16-bitAndy Polyakov1-2/+2
2005-06-20Solaris x86_64 /usr/ccs/bin/as support.Andy Polyakov1-0/+4
2005-05-31Platform update from 8-stable.Andy Polyakov1-2/+2
2005-05-21Still SEGV trouble in .init segment under Solaris x86...Andy Polyakov1-1/+7
2005-05-09Comply with optimization manual (no data should share cache-line with code).Andy Polyakov1-1/+3
2005-05-09Allow for 64-bit cache-line alignments in code segment.Andy Polyakov2-5/+5
2005-05-07x86_64 assembler translator update.Andy Polyakov1-19/+47
2005-05-04x86_64 assembler translator update.Andy Polyakov1-3/+9
2005-05-03x86_64 assembler translator update.Andy Polyakov1-10/+19
2005-04-24Avoid L1 cache aliasing even between key and S-boxes.Andy Polyakov3-0/+3
2005-04-17Throw in x86_64 AT&T to MASM assembler converter to facilitate developmentAndy Polyakov1-0/+459
2005-04-04Solaris x86 linker erroneously pads .init segment with zeros instead ofAndy Polyakov1-2/+0
2005-02-06Remove unused assembler modules.Andy Polyakov3-1161/+0
2005-01-18Throw in AES CBC assembler, up to +40% on aes-128-cbc benchmark.Andy Polyakov3-0/+3
2004-12-26Engage AES x86 assembler module for COFF and a.out targets.Andy Polyakov2-2/+2
2004-12-23x86 perlasm update to accomodate aes-586.pl.Andy Polyakov3-2/+32
2004-12-10Solaris x86 perlasm update.Andy Polyakov1-2/+2
2004-11-27perlasm/x86[ms|nasm] update to accomodate updated RC4 assembler module.Andy Polyakov2-4/+6
2004-11-21RC4 tune-up for Intel P4 core, both 32- and 64-bit ones. As it'sAndy Polyakov1-5/+6
2004-09-28Fix Solaris 10_x86 shared build. -Bsymbolic is required to avoidAndy Polyakov1-5/+6
2004-09-09x86 assembler updates: more instructions, new OPENSSL_instrument_haltAndy Polyakov3-6/+12
2004-08-29Proper support for OpenBSD-i386 shared build, including assember modules!Andy Polyakov1-6/+8
2004-08-29crypto/perlasm update primarily to unify Netware modules. Once it's verifiedAndy Polyakov4-44/+109
2004-08-02Avoid a.out name table pollition.Andy Polyakov1-11/+19
2004-08-01OpenBSD fix-up for new a.out targets. OpenBSD .s.o rule is busted...Andy Polyakov1-15/+15
2004-08-01Deprecate cpp and gaswin targets. New coff fills in for gaswin, but cpp isAndy Polyakov2-35/+40
2004-07-26Add framework for yet another assembler module dubbed "cpuid." IdeaAndy Polyakov3-3/+31
2004-05-06Support for IA-32 SSE2 instruction set.Andy Polyakov3-6/+160
2003-11-28Netware-specific changes,Richard Levitte3-1/+734