aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/perlasm
Commit message (Expand)AuthorAgeFilesLines
* perlasm/ppc-xlate.pl: add PowerISA 3.0B instructions.Andy Polyakov2017-06-131-2/+28
* Remove filename argument to x86 asm_init.David Benjamin2017-05-114-9/+6
* perlasm/x86_64-xlate.pl: work around problem with hex constants in masm.Andy Polyakov2017-05-051-2/+3
* Fix a few typosFdaSilvaYY2017-02-142-5/+5
* 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-105-21/+21
* perlasm/ppc-xlate.pl: recognize .type directive.Andy Polyakov2016-08-291-19/+53
* Fix compilation when using MASM on x86Gergely Nagy2016-08-161-1/+1
* crypto/x86[_64]cpuid.pl: add OPENSSL_ia32_rd[rand|seed]_bytes.Andy Polyakov2016-07-151-2/+2
* SPARC assembly pack: enforce V8+ ABI constraints.Andy Polyakov2016-07-011-0/+4
* perlasm/x86_64-xlate.pl: address errors and warnings in elderly perls.Andy Polyakov2016-06-241-7/+8
* Make arm-xlate.pl set use strict.David Benjamin2016-06-201-1/+3
* perlasm/x86*.pl: add endbranch instruction.Andy Polyakov2016-06-142-0/+9
* 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
* Remove/rename some old files.Rich Salz2016-06-011-0/+0
* Copyright consolidation: perl filesRich Salz2016-04-209-13/+70
* perlasm/x86_64-xlate.pl: make latest ml64 work.Andy Polyakov2016-04-201-2/+5
* PPC assebmly pack: initial POWER9 support tidbits.Andy Polyakov2016-04-131-0/+15
* SPARCv9 assembly pack: unify build rules and argument handling.Andy Polyakov2016-03-081-0/+4
* 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
* x86[_64] assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-101-1/+1
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-2/+2
* ARMv4 assembly pack: allow Thumb2 even in iOS build,Andy Polyakov2015-12-071-0/+6
* perlasm/ppc-xlate.pl: comply with ABIs that specify vrsave as reserved.Andy Polyakov2015-12-031-0/+20
* Add assembly support for 32-bit iOS.Andy Polyakov2015-04-201-1/+1
* perlasm/arm-xlate.pl update (fix end-less loop and prepare for 32-bit iOS).Andy Polyakov2015-04-021-24/+49
* Fix crash in SPARC T4 XTS.Andy Polyakov2015-02-241-0/+1
* perlasm/x86masm.pl: make it work.Andy Polyakov2015-02-221-6/+6
* Add assembly support to ios64-cross.Andy Polyakov2015-01-231-0/+140
* perlasm/x86_64-xlate.pl: handle inter-bank movd.Andy Polyakov2014-09-121-1/+1
* Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz2014-08-091-1/+1
* Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz2014-08-081-1/+1
* x86_64 assembly pack: improve masm support.Andy Polyakov2014-07-091-6/+14
* perlasm/ppc-xlate.pl update.Andy Polyakov2014-07-011-0/+3
* Add "teaser" AES module for PowerISA 2.07.Andy Polyakov2014-05-121-0/+33
* SPARC T4 assembly pack: treat zero input length in CBC.Andy Polyakov2014-03-071-0/+6
* perlasm/x86asm.pl: recognize elf-1 denoting old ELF platforms.Andy Polyakov2014-02-271-0/+2