aboutsummaryrefslogtreecommitdiff
path: root/crypto/perlasm/x86_64-xlate.pl
AgeCommit message (Expand)AuthorFilesLines
2020-06-19Remove whitespace from 'white space'haykam8211-1/+1
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-03-03Fix build with clang assemblerPhilippe Antoine1-0/+5
2020-03-02crypto/perlasm/x86_64-xlate.pl: detect GNU as to deal with quirksRichard Levitte1-1/+13
2020-02-26x86_64: Replace .asciz "GNU" with .byteH.J. Lu1-1/+6
2020-02-17Also check for errors in x86_64-xlate.pl.David Benjamin1-1/+1
2020-02-13x86_64: Always generate .note.gnu.property section for ELF outputsH.J. Lu1-7/+14
2020-01-18Add GNU properties note for Intel CET in x86_64-xlate.plRichard Levitte1-0/+21
2019-02-17Check for unpaired .cfi_remember_stateDavid Benjamin1-1/+7
2019-02-17Fix some CFI issues in x86_64 assemblyDavid Benjamin1-0/+9
2018-12-06Following the license change, modify the boilerplates in crypto/perlasm/Richard Levitte1-1/+1
2018-09-11Update copyright yearMatt Caswell1-1/+1
2018-07-03perlasm/x86_64-xlate.pl: refine symbol recognition in .xdata.Andy Polyakov1-1/+1
2017-11-11Many spelling fixes/typo's corrected.Josh Soref1-3/+3
2017-05-05perlasm/x86_64-xlate.pl: work around problem with hex constants in masm.Andy Polyakov1-2/+3
2017-02-14Fix a few typosFdaSilvaYY1-2/+2
2017-02-13perlasm/x86_64-xlate.pl: recognize even offset(%reg) in cfa_expression.Andy Polyakov1-0/+2
2017-02-10perlasm/x86_64-xlate.pl: fix pair of typo-bugs in the new cfi_directive.Andy Polyakov1-2/+2
2017-02-10perlasm/x86_64-xlate.pl: typo fix in comment.Adam Langley1-1/+1
2017-02-09perlasm/x86_64-xlate.pl: recognize DWARF CFI directives.Andy Polyakov1-0/+237
2017-02-09perlasm/x86_64-xlate.pl: remove obsolete .picmeup synthetic directive.Andy Polyakov1-24/+1
2017-02-09perlasm/x86_64-xlate.pl: minor readability updates.Andy Polyakov1-37/+52
2017-02-06perlasm/x86_64-xlate.pl: clarify SEH coding guidelines.Andy Polyakov1-12/+17
2016-12-15perlasm/x86_64-xlate.pl: add support for AVX512 OPMASK-ing.Andy Polyakov1-13/+23
2016-12-12perlasm/x86_64-xlate.pl: refine sign extension in ea package.Andy Polyakov1-2/+9
2016-10-10Remove trailing whitespace from some files.David Benjamin1-6/+6
2016-07-15crypto/x86[_64]cpuid.pl: add OPENSSL_ia32_rd[rand|seed]_bytes.Andy Polyakov1-2/+2
2016-06-24perlasm/x86_64-xlate.pl: address errors and warnings in elderly perls.Andy Polyakov1-7/+8
2016-06-14perlasm/x86*.pl: add endbranch instruction.Andy Polyakov1-0/+4
2016-06-14perlasm/x86_64-xlate.pl: add commentary.Andy Polyakov1-1/+7
2016-06-14perlasm/x86_64-xlate.pl: refactor argument parsing loop.Andy Polyakov1-11/+12
2016-06-14Make x86_64-xlate.pl 'use strict' clean.David Benjamin1-114/+119
2016-04-20Copyright consolidation: perl filesRich Salz1-1/+8
2016-04-20perlasm/x86_64-xlate.pl: make latest ml64 work.Andy Polyakov1-2/+5
2016-03-07perlasm/x86_64-xlate.pl: handle binary constants early.Andy Polyakov1-1/+1
2016-02-13Fix some issues near recent chomp changes.Viktor Dukhovni1-1/+1
2016-02-11Perl's chop / chomp considered bad, use a regexp insteadRichard Levitte1-2/+2
2016-02-11perlasm/x86_64-xlate.pl: pass pure constants verbatim.Andy Polyakov1-2/+5
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-2/+2
2014-09-12perlasm/x86_64-xlate.pl: handle inter-bank movd.Andy Polyakov1-1/+1
2014-07-09x86_64 assembly pack: improve masm support.Andy Polyakov1-6/+14
2014-02-14x86[_64]cpuid.pl: add low-level RDSEED.Andy Polyakov1-0/+13
2013-12-09x86_64-xlate.pl: minor update.Andy Polyakov1-0/+1
2013-10-03x86_64-xlate.pl: fix jrcxz in nasm case.Andy Polyakov1-3/+3
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos1-1/+1
2013-06-30x86_64-xlate.pl: Windows fixes.Andy Polyakov1-3/+5
2013-05-13x86_64-xlate.pl: minor size/performance improvement.Andy Polyakov1-0/+5
2012-08-13sha512-x86_64.pl: revert previous change and solve the problem throughAndy Polyakov1-0/+39
2012-03-13x86_64-xlate.pl: remove old kludge.Andy Polyakov1-6/+2
2012-01-21x86_64-xlate.pl: proper solution for RT#2620.Andy Polyakov1-1/+2