summaryrefslogtreecommitdiff
path: root/cryptest.sh
Commit message (Expand)AuthorAgeFilesLines
* Add cryptest.sh to root directoryJeffrey Walton2016-09-261-0/+5729
* Delete cryptest.sh after 'git mv' failed to delete itJeffrey Walton2016-09-231-5729/+0
* Guard use of '-march=native' in test scriptJeffrey Walton2016-09-231-1/+4
* Fix GCC attempting to use -stdlib=libc++Jeffrey Walton2016-09-221-4/+4
* Removed unneeded WANTED_CONFIGJeffrey Walton2016-09-181-3/+0
* Moved config.h → config.compat; moved config.recommend → config.hJeffrey Walton2016-09-181-5/+5
* Add test for mismatched capabiliities between libcryptopp.a and cryptest.exe ...Jeffrey Walton2016-09-181-42/+174
* Updated failure messageJeffrey Walton2016-09-181-5/+5
* Updated IS_X86 detection codeJeffrey Walton2016-09-181-1/+1
* Add tests with -march=i686 and -march=x86-64Jeffrey Walton2016-09-181-0/+115
* Fix test for assert, std::min and std::maxJeffrey Walton2016-09-181-3/+3
* Added test for use of std::min and std::maxJeffrey Walton2016-09-171-50/+86
* Add cryptest.sh tests for includio of <assert.h> and <cassert>; and use of ND...Jeffrey Walton2016-09-171-1/+35
* Fix SunCC 5.13 and "illegal use of -xarch option, illegal value ignored: avx2_i"Jeffrey Walton2016-09-131-1/+5
* Whitespace and comments for SunCC work-aroundsJeffrey Walton2016-09-131-16/+19
* Fix -xarch=ssse4_2 typoJeffrey Walton2016-09-131-1/+1
* Updated comments in cryptest.shJeffrey Walton2016-09-121-10/+10
* Fix SunCC 5.11 and 5.12 CXXFLAGS and -xarch options.Jeffrey Walton2016-09-121-23/+28
* Attempt to fix SunCC 5.11 and 5.12 flags and xarch options in a generic wayJeffrey Walton2016-09-121-8/+30
* Fix line 859: /1024/1024: syntax error: operand expected (error token is "/10...Jeffrey Walton2016-09-121-3/+3
* Modify cryptest.sh to better align with SunCC 12.1 though 12.3, CPU feature f...Jeffrey Walton2016-09-111-15/+25
* Removed 'make zip' test.Jeffrey Walton2016-09-101-80/+0
* SUNCC_121_OR_ABOVE → SUNCC_510_OR_ABOVEJeffrey Walton2016-09-091-6/+6
* Fix CPU feature flag detection under FreeBSDJeffrey Walton2016-09-091-0/+2
* Fix MAKE variable for FreeBSDJeffrey Walton2016-09-091-1/+2
* Discard output from 'make zip'Jeffrey Walton2016-09-091-12/+12
* Fix unzip testJeffrey Walton2016-09-091-2/+2
* Add 'make zip' test to scriptJeffrey Walton2016-09-091-0/+80
* Squashed commit of the following:Jeffrey Walton2016-09-081-52/+0
* Add test for Debug OpenMPJeffrey Walton2016-09-081-0/+24
* Add otion to test using config.h or config.recommendJeffrey Walton2016-09-081-0/+16
* Fix ld-gold detection under Debian 7Jeffrey Walton2016-09-071-1/+7
* Add tests for Bounds Checking sanitizerJeffrey Walton2016-09-071-32/+269
* Add MacPorts GCC 7.x test. Add MacPorts Clang 3.7, 3.8 and 3.9 testJeffrey Walton2016-09-061-3/+100
* Fixed test for empty MACPORTS_CXXJeffrey Walton2016-09-061-8/+11
* Add IS_DARWIN check for MacPorts compilersJeffrey Walton2016-09-061-1/+1
* Add additional MacPorts compiler tests under OS XJeffrey Walton2016-09-061-8/+104
* Add X86 ADX feature flag detection for adcx/adoxJeffrey Walton2016-09-041-0/+2
* Removed Clang version information from message since its not affected by the ...Jeffrey Walton2016-09-041-1/+1
* Added test for "rotate immediate" code generation using SHAJeffrey Walton2016-09-041-7/+52
* Add additional ARM NEON mnemonics for disassembly checkJeffrey Walton2016-08-281-4/+4
* Removed Solaris comments as things work as expected. Cleaned the object file ...Jeffrey Walton2016-08-261-49/+12
* Add newline to echo for error and warning reportsJeffrey Walton2016-08-251-4/+4
* Fold CPU features and flags into single variables: X86_CPU_FLAGS and ARM_CPU_...Jeffrey Walton2016-08-251-182/+145
* Fix compile and code generation tests under Clang 3.4, 3.5 and 3.6Jeffrey Walton2016-08-251-4/+35
* Add disassembly tests for ARM NEON vector add and xorJeffrey Walton2016-08-241-1/+15
* Account for Clang and use of ldp (load register pairs)Jeffrey Walton2016-08-241-3/+5
* Add disassembly tests for ARM NEONJeffrey Walton2016-08-241-0/+47
* Improve CPU feature detection for X86 and ARM. Add tests for X86 Carryless Mu...Jeffrey Walton2016-08-241-99/+301
* Add disassembly tests for RDRAND and RDSEEDJeffrey Walton2016-08-241-2/+50