summaryrefslogtreecommitdiffstats
path: root/crypto/perlasm/x86_64-xlate.pl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Many spelling fixes/typo's corrected.Josh Soref2017-11-121-3/+3
* perlasm/x86_64-xlate.pl: work around problem with hex constants in masm.Andy Polyakov2017-05-051-2/+3
* Fix a few typosFdaSilvaYY2017-02-141-2/+2
* perlasm/x86_64-xlate.pl: recognize even offset(%reg) in cfa_expression.Andy Polyakov2017-02-131-0/+2
* perlasm/x86_64-xlate.pl: fix pair of typo-bugs in the new cfi_directive.Andy Polyakov2017-02-101-2/+2
* perlasm/x86_64-xlate.pl: typo fix in comment.Adam Langley2017-02-101-1/+1
* perlasm/x86_64-xlate.pl: recognize DWARF CFI directives.Andy Polyakov2017-02-091-0/+237
* perlasm/x86_64-xlate.pl: remove obsolete .picmeup synthetic directive.Andy Polyakov2017-02-091-24/+1
* perlasm/x86_64-xlate.pl: minor readability updates.Andy Polyakov2017-02-091-37/+52
* perlasm/x86_64-xlate.pl: clarify SEH coding guidelines.Andy Polyakov2017-02-061-12/+17
* perlasm/x86_64-xlate.pl: add support for AVX512 OPMASK-ing.Andy Polyakov2016-12-151-13/+23
* perlasm/x86_64-xlate.pl: refine sign extension in ea package.Andy Polyakov2016-12-121-2/+9
* Remove trailing whitespace from some files.David Benjamin2016-10-111-6/+6
* crypto/x86[_64]cpuid.pl: add OPENSSL_ia32_rd[rand|seed]_bytes.Andy Polyakov2016-07-151-2/+2
* perlasm/x86_64-xlate.pl: address errors and warnings in elderly perls.Andy Polyakov2016-06-241-7/+8
* perlasm/x86*.pl: add endbranch instruction.Andy Polyakov2016-06-141-0/+4
* perlasm/x86_64-xlate.pl: add commentary.Andy Polyakov2016-06-141-1/+7
* perlasm/x86_64-xlate.pl: refactor argument parsing loop.Andy Polyakov2016-06-141-11/+12
* Make x86_64-xlate.pl 'use strict' clean.David Benjamin2016-06-141-114/+119
* Copyright consolidation: perl filesRich Salz2016-04-201-1/+8
* perlasm/x86_64-xlate.pl: make latest ml64 work.Andy Polyakov2016-04-201-2/+5
* perlasm/x86_64-xlate.pl: handle binary constants early.Andy Polyakov2016-03-071-1/+1
* Fix some issues near recent chomp changes.Viktor Dukhovni2016-02-131-1/+1
* Perl's chop / chomp considered bad, use a regexp insteadRichard Levitte2016-02-111-2/+2
* perlasm/x86_64-xlate.pl: pass pure constants verbatim.Andy Polyakov2016-02-111-2/+5
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-2/+2
* perlasm/x86_64-xlate.pl: handle inter-bank movd.Andy Polyakov2014-09-121-1/+1
* x86_64 assembly pack: improve masm support.Andy Polyakov2014-07-091-6/+14
* x86[_64]cpuid.pl: add low-level RDSEED.Andy Polyakov2014-02-141-0/+13
* x86_64-xlate.pl: minor update.Andy Polyakov2013-12-091-0/+1
* x86_64-xlate.pl: fix jrcxz in nasm case.Andy Polyakov2013-10-031-3/+3
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-051-1/+1
* x86_64-xlate.pl: Windows fixes.Andy Polyakov2013-06-301-3/+5
* x86_64-xlate.pl: minor size/performance improvement.Andy Polyakov2013-05-131-0/+5
* sha512-x86_64.pl: revert previous change and solve the problem throughAndy Polyakov2012-08-131-0/+39
* x86_64-xlate.pl: remove old kludge.Andy Polyakov2012-03-131-6/+2
* x86_64-xlate.pl: proper solution for RT#2620.Andy Polyakov2012-01-211-1/+2
* cryptlib.c, etc.: fix linker warnings in 64-bit Darwin build.Andy Polyakov2011-11-121-0/+1
* x86_64-xlate.pl: make vpaes-x86_64.pl and rc4-md5-x86_64 work with ml64,Andy Polyakov2011-10-181-2/+3
* Add so called Vector Permutation AES x86[_64] assembler, seeAndy Polyakov2011-09-121-6/+6
* x86_64-xlate.pl: fix movzw.Andy Polyakov2011-08-121-2/+2
* x86_64-xlate.pl: sha1 and md5 warnings made it to nasm 2.09, extend gnuAndy Polyakov2011-07-041-6/+7
* x86_64-xlate.pl: masm-specific update.Andy Polyakov2011-07-011-2/+2
* Minor x86_64 perlasm update.Andy Polyakov2011-06-271-0/+2
* x86[_64]cpuid.pl: add function accessing rdrand instruction.Andy Polyakov2011-06-041-1/+14
* x86_64-xlate.pl: add inter-register movq and make x86_64-gfm.s compile onAndy Polyakov2011-05-181-0/+24
* x86_64cpuid.pl: allow shared build to work without -Bsymbolic.Andy Polyakov2011-05-181-7/+22
* x86_64-xlate.pl: allow "base-less" effective address, add palignr, moveAndy Polyakov2011-05-161-5/+33
* x86_64-xlate.pl: fix LNK4078 and LNK4210 link warnings.Andy Polyakov2010-10-101-1/+5
* perlasm/x86_64-xlate.pl: extend SSE>2 to ml64.Andy Polyakov2010-07-261-30/+37