aboutsummaryrefslogtreecommitdiff
path: root/crypto/alphacpuid.pl
AgeCommit message (Collapse)AuthorFilesLines
2018-12-06Following the license change, modify the boilerplates in crypto/Richard Levitte1-1/+1
[skip ci] Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7827)
2016-05-19Add assembly CRYPTO_memcmp.Andy Polyakov1-0/+28
GH: #102 Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-05-03Tru64 fixes.Andy Polyakov1-1/+1
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-04-20Copyright consolidation: perl filesRich Salz1-1/+8
Add copyright to most .pl files This does NOT cover any .pl file that has other copyright in it. Most of those are Andy's but some are public domain. Fix typo's in some existing files. Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-03-09Unified - adapt the generation of cpuid, uplink and buildinf to use GENERATERichard Levitte1-0/+6
This gets rid of the BEGINRAW..ENDRAW sections in crypto/build.info. This also moves the assembler generating perl scripts to take the output file name as last command line argument, where necessary. Reviewed-by: Andy Polyakov <appro@openssl.org>
2011-08-12alphacpuid.pl: fix alignment bug.Andy Polyakov1-5/+3
alpha-mont.pl: fix typo. PR: 2577
2011-04-17Multiple assembler packs: add experimental memory bus instrumentation.Andy Polyakov1-0/+90
2010-09-13Alpha assembler pack: adapt for Linux.Andy Polyakov1-2/+2
PR: 2335
2010-07-28alphacpuid.pl: fix brown-bag bug.Andy Polyakov1-1/+1
2010-07-26Replace alphacpuid.s with alphacpuid.pl to ensure it makes to release tar-balls.Andy Polyakov1-0/+128
PR: 2309