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