aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/alphacpuid.pl
Commit message (Collapse)AuthorAgeFilesLines
* Tru64 fixes.Andy Polyakov2016-05-031-1/+1
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Copyright consolidation: perl filesRich Salz2016-04-201-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>
* Unified - adapt the generation of cpuid, uplink and buildinf to use GENERATERichard Levitte2016-03-091-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>
* alphacpuid.pl: fix alignment bug.Andy Polyakov2011-08-121-5/+3
| | | | | alpha-mont.pl: fix typo. PR: 2577
* Multiple assembler packs: add experimental memory bus instrumentation.Andy Polyakov2011-04-171-0/+90
|
* Alpha assembler pack: adapt for Linux.Andy Polyakov2010-09-131-2/+2
| | | | PR: 2335
* alphacpuid.pl: fix brown-bag bug.Andy Polyakov2010-07-281-1/+1
|
* Replace alphacpuid.s with alphacpuid.pl to ensure it makes to release tar-balls.Andy Polyakov2010-07-261-0/+128
PR: 2309