aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/perlasm
Commit message (Expand)AuthorAgeFilesLines
* Comply with optimization manual (no data should share cache-line with code).Andy Polyakov2005-05-091-1/+3
* Allow for 64-bit cache-line alignments in code segment.Andy Polyakov2005-05-092-5/+5
* x86_64 assembler translator update.Andy Polyakov2005-05-071-19/+47
* x86_64 assembler translator update.Andy Polyakov2005-05-041-3/+9
* x86_64 assembler translator update.Andy Polyakov2005-05-031-10/+19
* Avoid L1 cache aliasing even between key and S-boxes.Andy Polyakov2005-04-243-0/+3
* Throw in x86_64 AT&T to MASM assembler converter to facilitate developmentAndy Polyakov2005-04-171-0/+459
* Solaris x86 linker erroneously pads .init segment with zeros instead ofAndy Polyakov2005-04-041-2/+0
* Remove unused assembler modules.Andy Polyakov2005-02-063-1161/+0
* Throw in AES CBC assembler, up to +40% on aes-128-cbc benchmark.Andy Polyakov2005-01-183-0/+3
* Engage AES x86 assembler module for COFF and a.out targets.Andy Polyakov2004-12-262-2/+2
* x86 perlasm update to accomodate aes-586.pl.Andy Polyakov2004-12-233-2/+32
* Solaris x86 perlasm update.Andy Polyakov2004-12-101-2/+2
* perlasm/x86[ms|nasm] update to accomodate updated RC4 assembler module.Andy Polyakov2004-11-272-4/+6
* RC4 tune-up for Intel P4 core, both 32- and 64-bit ones. As it'sAndy Polyakov2004-11-211-5/+6
* Fix Solaris 10_x86 shared build. -Bsymbolic is required to avoidAndy Polyakov2004-09-281-5/+6
* x86 assembler updates: more instructions, new OPENSSL_instrument_haltAndy Polyakov2004-09-093-6/+12
* Proper support for OpenBSD-i386 shared build, including assember modules!Andy Polyakov2004-08-291-6/+8
* crypto/perlasm update primarily to unify Netware modules. Once it's verifiedAndy Polyakov2004-08-294-44/+109
* Avoid a.out name table pollition.Andy Polyakov2004-08-021-11/+19
* OpenBSD fix-up for new a.out targets. OpenBSD .s.o rule is busted...Andy Polyakov2004-08-011-15/+15
* Deprecate cpp and gaswin targets. New coff fills in for gaswin, but cpp isAndy Polyakov2004-08-012-35/+40
* Add framework for yet another assembler module dubbed "cpuid." IdeaAndy Polyakov2004-07-263-3/+31
* Support for IA-32 SSE2 instruction set.Andy Polyakov2004-05-063-6/+160
* Netware-specific changes,Richard Levitte2003-11-283-1/+734
* Make MD5 assembler code able to handle messages larger than 2GB on 32-bitRichard Levitte2003-09-273-0/+9
* Provide "dummy" &main::picmeup even in Windows perlasm modules.Andy Polyakov2003-01-242-0/+12
* Avoid unnecessary pollution of object module name table. Cygwin sharedAndy Polyakov2003-01-102-4/+4
* At least OpenBSD implements PIC in the same way ELF does.Andy Polyakov2003-01-091-2/+2
* Oops! I've toasted Cygwin! Fixed now.Andy Polyakov2003-01-031-2/+2
* Unified targets for ELF assembler modules. Tested on Linux, Solaris andAndy Polyakov2003-01-032-4/+29
* Make "perl des-586.pl a.out" work, see RT#402Andy Polyakov2002-12-171-1/+1
* DES PIC-ification. "Cygwin" companion. Problem was that preprocessor macroAndy Polyakov2002-12-151-1/+1
* 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-142-5/+11
* IA-32 assembler modules (primarily DES) PIC-ification. Idea is to keepAndy Polyakov2002-12-134-19/+49
* Further enhance assembler support on Cygwin and DJGPP.Richard Levitte2002-07-181-0/+6
* Use 32-bit sections instead of the default, 16-bit ones.Richard Levitte2002-06-271-1/+1
* Accept digits in symbol names. Spotted by Brian Havard <brianh@kheldar.apana...Richard Levitte2001-06-041-1/+1
* another fix for the debug printUlf Möller2000-12-061-2/+4
* move constants for debug functions to end of fileUlf Möller2000-12-061-2/+6
* push the flags tooUlf Möller2000-12-051-0/+2
* looks like it works nowUlf Möller2000-12-051-4/+4
* save registers in the debug output code (return value is overwritten too)Ulf Möller2000-12-051-1/+23
* more of the same: add printf() for perlasm.Ulf Möller2000-12-051-11/+39
* minor modification to the previous changeUlf Möller2000-12-051-3/+2
* PERLASM - the wierdest programming language since Intercal.Ulf Möller2000-12-051-1/+27
* Move the 'file scope' argument in set_label toDr. Stephen Henson2000-03-031-1/+1
* Support assembler for Mingw32.Ulf Möller2000-02-282-2/+12
* Fix so Win32 assembly language works with MASM.Dr. Stephen Henson2000-02-271-1/+8