aboutsummaryrefslogtreecommitdiff
path: root/crypto/perlasm
AgeCommit message (Expand)AuthorFilesLines
2017-06-13perlasm/ppc-xlate.pl: add PowerISA 3.0B instructions.Andy Polyakov1-2/+28
2017-05-11Remove filename argument to x86 asm_init.David Benjamin4-9/+6
2017-05-05perlasm/x86_64-xlate.pl: work around problem with hex constants in masm.Andy Polyakov1-2/+3
2017-02-14Fix a few typosFdaSilvaYY2-5/+5
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 Benjamin5-21/+21
2016-08-29perlasm/ppc-xlate.pl: recognize .type directive.Andy Polyakov1-19/+53
2016-08-16Fix compilation when using MASM on x86Gergely Nagy1-1/+1
2016-07-15crypto/x86[_64]cpuid.pl: add OPENSSL_ia32_rd[rand|seed]_bytes.Andy Polyakov1-2/+2
2016-07-01SPARC assembly pack: enforce V8+ ABI constraints.Andy Polyakov1-0/+4
2016-06-24perlasm/x86_64-xlate.pl: address errors and warnings in elderly perls.Andy Polyakov1-7/+8
2016-06-20Make arm-xlate.pl set use strict.David Benjamin1-1/+3
2016-06-14perlasm/x86*.pl: add endbranch instruction.Andy Polyakov2-0/+9
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-06-01Remove/rename some old files.Rich Salz1-0/+0
2016-04-20Copyright consolidation: perl filesRich Salz9-13/+70
2016-04-20perlasm/x86_64-xlate.pl: make latest ml64 work.Andy Polyakov1-2/+5
2016-04-13PPC assebmly pack: initial POWER9 support tidbits.Andy Polyakov1-0/+15
2016-03-08SPARCv9 assembly pack: unify build rules and argument handling.Andy Polyakov1-0/+4
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-10x86[_64] assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov1-1/+1
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-2/+2
2015-12-07ARMv4 assembly pack: allow Thumb2 even in iOS build,Andy Polyakov1-0/+6
2015-12-03perlasm/ppc-xlate.pl: comply with ABIs that specify vrsave as reserved.Andy Polyakov1-0/+20
2015-04-20Add assembly support for 32-bit iOS.Andy Polyakov1-1/+1
2015-04-02perlasm/arm-xlate.pl update (fix end-less loop and prepare for 32-bit iOS).Andy Polyakov1-24/+49
2015-02-24Fix crash in SPARC T4 XTS.Andy Polyakov1-0/+1
2015-02-22perlasm/x86masm.pl: make it work.Andy Polyakov1-6/+6
2015-01-23Add assembly support to ios64-cross.Andy Polyakov1-0/+140
2014-09-12perlasm/x86_64-xlate.pl: handle inter-bank movd.Andy Polyakov1-1/+1
2014-08-09Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz1-1/+1
2014-08-08Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz1-1/+1
2014-07-09x86_64 assembly pack: improve masm support.Andy Polyakov1-6/+14
2014-07-01perlasm/ppc-xlate.pl update.Andy Polyakov1-0/+3
2014-05-12Add "teaser" AES module for PowerISA 2.07.Andy Polyakov1-0/+33
2014-03-07SPARC T4 assembly pack: treat zero input length in CBC.Andy Polyakov1-0/+6
2014-02-27perlasm/x86asm.pl: recognize elf-1 denoting old ELF platforms.Andy Polyakov1-0/+2