index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
perlasm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto/perlasm/ppc-xlate.pl: add linux64v2 flavour
Andy Polyakov
2019-12-11
1
-4
/
+4
*
s390x assembly pack: perlasm module update
Patrick Steuer
2019-11-05
1
-37
/
+70
*
s390x assembly pack: enable clang build
Patrick Steuer
2019-11-03
1
-1
/
+1
*
s390x assembly pack: update perlasm module
Patrick Steuer
2019-04-25
1
-2
/
+84
*
s390x assembly pack: allow alignment hints for vector load/store
Patrick Steuer
2019-04-25
1
-4
/
+4
*
Check for unpaired .cfi_remember_state
David Benjamin
2019-02-17
1
-1
/
+7
*
Fix some CFI issues in x86_64 assembly
David Benjamin
2019-02-17
1
-0
/
+9
*
ARM64 assembly pack: make it Windows-friendly.
Andy Polyakov
2019-02-16
1
-0
/
+10
*
ARM assembly pack: make it Windows-friendly.
Andy Polyakov
2019-02-16
1
-0
/
+7
*
perlasm/ppc-xlate.pl: add VSX word load/store instructions.
Andy Polyakov
2019-02-01
1
-0
/
+2
*
s390x assembly pack: perlasm support.
Patrick Steuer
2019-01-05
1
-0
/
+3060
*
Following the license change, modify the boilerplates in crypto/perlasm/
Richard Levitte
2018-12-06
9
-9
/
+9
*
Update copyright year
Matt Caswell
2018-09-11
1
-1
/
+1
*
perlasm/x86_64-xlate.pl: refine symbol recognition in .xdata.
Andy Polyakov
2018-07-03
1
-1
/
+1
*
perlasm/ppc-xlate.pl: add vmrg[eo]w instructions.
Andy Polyakov
2018-06-06
1
-0
/
+2
*
perlasm/ppc-xlate.pl: add new instructions and clean up.
Andy Polyakov
2018-05-30
1
-13
/
+30
*
Copyright update of more files that have changed this year
Richard Levitte
2018-01-19
1
-1
/
+1
*
Update copyright years on all files merged since Jan 1st 2018
Richard Levitte
2018-01-09
1
-1
/
+1
*
Remove remaining NETWARE ifdef's
Rich Salz
2018-01-07
2
-7
/
+2
*
Many spelling fixes/typo's corrected.
Josh Soref
2017-11-12
1
-3
/
+3
*
perlasm/ppc-xlate.pl: add PowerISA 3.0B instructions.
Andy Polyakov
2017-06-13
1
-2
/
+28
*
Remove filename argument to x86 asm_init.
David Benjamin
2017-05-11
4
-9
/
+6
*
perlasm/x86_64-xlate.pl: work around problem with hex constants in masm.
Andy Polyakov
2017-05-05
1
-2
/
+3
*
Fix a few typos
FdaSilvaYY
2017-02-14
2
-5
/
+5
*
perlasm/x86_64-xlate.pl: recognize even offset(%reg) in cfa_expression.
Andy Polyakov
2017-02-13
1
-0
/
+2
*
perlasm/x86_64-xlate.pl: fix pair of typo-bugs in the new cfi_directive.
Andy Polyakov
2017-02-10
1
-2
/
+2
*
perlasm/x86_64-xlate.pl: typo fix in comment.
Adam Langley
2017-02-10
1
-1
/
+1
*
perlasm/x86_64-xlate.pl: recognize DWARF CFI directives.
Andy Polyakov
2017-02-09
1
-0
/
+237
*
perlasm/x86_64-xlate.pl: remove obsolete .picmeup synthetic directive.
Andy Polyakov
2017-02-09
1
-24
/
+1
*
perlasm/x86_64-xlate.pl: minor readability updates.
Andy Polyakov
2017-02-09
1
-37
/
+52
*
perlasm/x86_64-xlate.pl: clarify SEH coding guidelines.
Andy Polyakov
2017-02-06
1
-12
/
+17
*
perlasm/x86_64-xlate.pl: add support for AVX512 OPMASK-ing.
Andy Polyakov
2016-12-15
1
-13
/
+23
*
perlasm/x86_64-xlate.pl: refine sign extension in ea package.
Andy Polyakov
2016-12-12
1
-2
/
+9
*
Remove trailing whitespace from some files.
David Benjamin
2016-10-11
5
-21
/
+21
*
perlasm/ppc-xlate.pl: recognize .type directive.
Andy Polyakov
2016-08-29
1
-19
/
+53
*
Fix compilation when using MASM on x86
Gergely Nagy
2016-08-16
1
-1
/
+1
*
crypto/x86[_64]cpuid.pl: add OPENSSL_ia32_rd[rand|seed]_bytes.
Andy Polyakov
2016-07-15
1
-2
/
+2
*
SPARC assembly pack: enforce V8+ ABI constraints.
Andy Polyakov
2016-07-01
1
-0
/
+4
*
perlasm/x86_64-xlate.pl: address errors and warnings in elderly perls.
Andy Polyakov
2016-06-24
1
-7
/
+8
*
Make arm-xlate.pl set use strict.
David Benjamin
2016-06-20
1
-1
/
+3
*
perlasm/x86*.pl: add endbranch instruction.
Andy Polyakov
2016-06-14
2
-0
/
+9
*
perlasm/x86_64-xlate.pl: add commentary.
Andy Polyakov
2016-06-14
1
-1
/
+7
*
perlasm/x86_64-xlate.pl: refactor argument parsing loop.
Andy Polyakov
2016-06-14
1
-11
/
+12
*
Make x86_64-xlate.pl 'use strict' clean.
David Benjamin
2016-06-14
1
-114
/
+119
*
Remove/rename some old files.
Rich Salz
2016-06-01
1
-0
/
+0
*
Copyright consolidation: perl files
Rich Salz
2016-04-20
9
-13
/
+70
*
perlasm/x86_64-xlate.pl: make latest ml64 work.
Andy Polyakov
2016-04-20
1
-2
/
+5
*
PPC assebmly pack: initial POWER9 support tidbits.
Andy Polyakov
2016-04-13
1
-0
/
+15
*
SPARCv9 assembly pack: unify build rules and argument handling.
Andy Polyakov
2016-03-08
1
-0
/
+4
*
perlasm/x86_64-xlate.pl: handle binary constants early.
Andy Polyakov
2016-03-07
1
-1
/
+1
[next]