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