index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
perlasm
/
x86_64-xlate.pl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Many spelling fixes/typo's corrected.
Josh Soref
2017-11-12
1
-3
/
+3
*
perlasm/x86_64-xlate.pl: work around problem with hex constants in masm.
Andy Polyakov
2017-05-05
1
-2
/
+3
*
Fix a few typos
FdaSilvaYY
2017-02-14
1
-2
/
+2
*
perlasm/x86_64-xlate.pl: recognize even offset(%reg) in cfa_expression.
Andy Polyakov
2017-02-13
1
-0
/
+2
*
perlasm/x86_64-xlate.pl: fix pair of typo-bugs in the new cfi_directive.
Andy Polyakov
2017-02-10
1
-2
/
+2
*
perlasm/x86_64-xlate.pl: typo fix in comment.
Adam Langley
2017-02-10
1
-1
/
+1
*
perlasm/x86_64-xlate.pl: recognize DWARF CFI directives.
Andy Polyakov
2017-02-09
1
-0
/
+237
*
perlasm/x86_64-xlate.pl: remove obsolete .picmeup synthetic directive.
Andy Polyakov
2017-02-09
1
-24
/
+1
*
perlasm/x86_64-xlate.pl: minor readability updates.
Andy Polyakov
2017-02-09
1
-37
/
+52
*
perlasm/x86_64-xlate.pl: clarify SEH coding guidelines.
Andy Polyakov
2017-02-06
1
-12
/
+17
*
perlasm/x86_64-xlate.pl: add support for AVX512 OPMASK-ing.
Andy Polyakov
2016-12-15
1
-13
/
+23
*
perlasm/x86_64-xlate.pl: refine sign extension in ea package.
Andy Polyakov
2016-12-12
1
-2
/
+9
*
Remove trailing whitespace from some files.
David Benjamin
2016-10-11
1
-6
/
+6
*
crypto/x86[_64]cpuid.pl: add OPENSSL_ia32_rd[rand|seed]_bytes.
Andy Polyakov
2016-07-15
1
-2
/
+2
*
perlasm/x86_64-xlate.pl: address errors and warnings in elderly perls.
Andy Polyakov
2016-06-24
1
-7
/
+8
*
perlasm/x86*.pl: add endbranch instruction.
Andy Polyakov
2016-06-14
1
-0
/
+4
*
perlasm/x86_64-xlate.pl: add commentary.
Andy Polyakov
2016-06-14
1
-1
/
+7
*
perlasm/x86_64-xlate.pl: refactor argument parsing loop.
Andy Polyakov
2016-06-14
1
-11
/
+12
*
Make x86_64-xlate.pl 'use strict' clean.
David Benjamin
2016-06-14
1
-114
/
+119
*
Copyright consolidation: perl files
Rich Salz
2016-04-20
1
-1
/
+8
*
perlasm/x86_64-xlate.pl: make latest ml64 work.
Andy Polyakov
2016-04-20
1
-2
/
+5
*
perlasm/x86_64-xlate.pl: handle binary constants early.
Andy Polyakov
2016-03-07
1
-1
/
+1
*
Fix some issues near recent chomp changes.
Viktor Dukhovni
2016-02-13
1
-1
/
+1
*
Perl's chop / chomp considered bad, use a regexp instead
Richard Levitte
2016-02-11
1
-2
/
+2
*
perlasm/x86_64-xlate.pl: pass pure constants verbatim.
Andy Polyakov
2016-02-11
1
-2
/
+5
*
GH601: Various spelling fixes.
FdaSilvaYY
2016-02-05
1
-2
/
+2
*
perlasm/x86_64-xlate.pl: handle inter-bank movd.
Andy Polyakov
2014-09-12
1
-1
/
+1
*
x86_64 assembly pack: improve masm support.
Andy Polyakov
2014-07-09
1
-6
/
+14
*
x86[_64]cpuid.pl: add low-level RDSEED.
Andy Polyakov
2014-02-14
1
-0
/
+13
*
x86_64-xlate.pl: minor update.
Andy Polyakov
2013-12-09
1
-0
/
+1
*
x86_64-xlate.pl: fix jrcxz in nasm case.
Andy Polyakov
2013-10-03
1
-3
/
+3
*
misspellings fixes by https://github.com/vlajos/misspell_fixer
Veres Lajos
2013-09-05
1
-1
/
+1
*
x86_64-xlate.pl: Windows fixes.
Andy Polyakov
2013-06-30
1
-3
/
+5
*
x86_64-xlate.pl: minor size/performance improvement.
Andy Polyakov
2013-05-13
1
-0
/
+5
*
sha512-x86_64.pl: revert previous change and solve the problem through
Andy Polyakov
2012-08-13
1
-0
/
+39
*
x86_64-xlate.pl: remove old kludge.
Andy Polyakov
2012-03-13
1
-6
/
+2
*
x86_64-xlate.pl: proper solution for RT#2620.
Andy Polyakov
2012-01-21
1
-1
/
+2
*
cryptlib.c, etc.: fix linker warnings in 64-bit Darwin build.
Andy Polyakov
2011-11-12
1
-0
/
+1
*
x86_64-xlate.pl: make vpaes-x86_64.pl and rc4-md5-x86_64 work with ml64,
Andy Polyakov
2011-10-18
1
-2
/
+3
*
Add so called Vector Permutation AES x86[_64] assembler, see
Andy Polyakov
2011-09-12
1
-6
/
+6
*
x86_64-xlate.pl: fix movzw.
Andy Polyakov
2011-08-12
1
-2
/
+2
*
x86_64-xlate.pl: sha1 and md5 warnings made it to nasm 2.09, extend gnu
Andy Polyakov
2011-07-04
1
-6
/
+7
*
x86_64-xlate.pl: masm-specific update.
Andy Polyakov
2011-07-01
1
-2
/
+2
*
Minor x86_64 perlasm update.
Andy Polyakov
2011-06-27
1
-0
/
+2
*
x86[_64]cpuid.pl: add function accessing rdrand instruction.
Andy Polyakov
2011-06-04
1
-1
/
+14
*
x86_64-xlate.pl: add inter-register movq and make x86_64-gfm.s compile on
Andy Polyakov
2011-05-18
1
-0
/
+24
*
x86_64cpuid.pl: allow shared build to work without -Bsymbolic.
Andy Polyakov
2011-05-18
1
-7
/
+22
*
x86_64-xlate.pl: allow "base-less" effective address, add palignr, move
Andy Polyakov
2011-05-16
1
-5
/
+33
*
x86_64-xlate.pl: fix LNK4078 and LNK4210 link warnings.
Andy Polyakov
2010-10-10
1
-1
/
+5
*
perlasm/x86_64-xlate.pl: extend SSE>2 to ml64.
Andy Polyakov
2010-07-26
1
-30
/
+37
[next]