summaryrefslogtreecommitdiff
path: root/TestPrograms
Commit message (Collapse)AuthorAgeFilesLines
* Add -fno-devirtualize when using GCC 12 (GH #1134, GH #1141, PR #1147)Jeffrey Walton2022-08-241-0/+19
| | | This is not a fix since it only treats the symptom of GCC removing live code. We do not know why GCC is doing it.
* Fix SM3 and SM4 test programsJeffrey Walton2022-02-132-9/+9
|
* Fix test program includeJeffrey Walton2022-02-131-1/+1
|
* Fix test program includeJeffrey Walton2022-02-1311-11/+11
|
* Fix test program includeJeffrey Walton2022-02-132-2/+2
|
* Add test_arm_armv7.cpp programJeffrey Walton2022-02-111-0/+13
|
* Update commentsJeffrey Walton2021-05-261-1/+1
|
* Remove unneeded <arm_acle.h> includeJeffrey Walton2021-05-256-95/+3
|
* Use inline ASM for PMULL on Apple ARMv8Jeffrey Walton2021-05-251-9/+15
|
* Use inline ASM for CRC on Apple ARMv8Jeffrey Walton2021-05-251-7/+55
|
* Update commentsJeffrey Walton2021-05-234-0/+6
|
* Update ARM test programsJeffrey Walton2021-05-234-42/+49
|
* Use *.cpp file extension for test programs (GH #1024)Jeffrey Walton2021-04-2066-4/+4
|
* Rename test programJeffrey Walton2020-08-071-0/+0
|
* Fix alignas test on ARM32Jeffrey Walton2020-08-071-1/+1
|
* Use __clang__ preprocessor macro in testsJeffrey Walton2020-08-074-9/+9
|
* Update LLVM Clang version warning suppressionJeffrey Walton2020-08-071-1/+1
|
* Fix warning suppression macros in test programsJeffrey Walton2020-08-064-8/+16
|
* Fix compiler versions for test programsJeffrey Walton2020-08-064-12/+20
|
* Bump Apple Clang version for -WterminateJeffrey Walton2020-08-061-1/+1
|
* Use __clang_major__ rather than __clang__ in macroJeffrey Walton2020-08-064-8/+8
|
* Fix warning suppression on Apple platformsJeffrey Walton2020-08-064-4/+32
|
* Add CRYPTOPP_CXX11_INITIALIZER_LISTJeffrey Walton2020-08-061-0/+6
|
* Add C++11 auto feature detectionJeffrey Walton2020-08-062-0/+17
|
* Update commentsJeffrey Walton2020-08-061-0/+1
|
* Whitespace check-inJeffrey Walton2020-08-061-1/+1
|
* Update C++ compiler testsJeffrey Walton2020-08-063-25/+14
|
* Add C++11, C++14 and C++17 support to configure.shJeffrey Walton2020-08-0617-57/+166
|
* Add C++11 test programsJeffrey Walton2020-08-0513-205/+260
|
* Whitespace check-inJeffrey Walton2020-08-0540-261/+261
|
* Add header guard flags to test program for iOSJeffrey Walton2020-07-3111-21/+63
|
* More ARM and Aarch64 macro tweaksJeffrey Walton2020-07-292-0/+6
|
* Avoid arm_acle.h header guard in feature tests (GH #950)Jeffrey Walton2020-07-2811-70/+11
|
* Update test programsJeffrey Walton2020-07-282-0/+6
|
* Update test programsJeffrey Walton2020-07-273-9/+9
|
* Add additiona; test programsJeffrey Walton2020-07-273-0/+116
|
* Rename VecReverse to VecReverseLEJeffrey Walton2020-05-111-12/+0
|
* Go back to using __vector unsigned long long for POWER8 and aboveJeffrey Walton2020-05-115-20/+20
|
* Use __vector unsigned long in PPC test programsJeffrey Walton2020-05-115-20/+20
|
* Update test_ppc_power7.cxx testJeffrey Walton2020-04-041-22/+1
|
* Fix Power9 test program for GCCJeffrey Walton2019-11-161-0/+6
| | | | GCC defines _ARCH_PWR9, but cannot consume vec_xl_be. GCC is doing that shit Clang does...
* Add C++17 test programJeffrey Walton2019-10-272-0/+6
|
* Add XLC 12 loads and stores for AIX (PR #907)Jeffrey Walton2019-10-261-2/+23
| | | Add XLC 12 loads and stores for AIX
* Improve PPC64 feature tests for XLC on AIXJeffrey Walton2019-10-252-0/+16
|
* Rework CPU_ProbePower7 (PR #905)Jeffrey Walton2019-10-241-3/+3
| | | | | | * Rework CPU_ProbePower7 * Remove XLC VSX workaround * Update documentation
* More Clang and XLC workarounds (PR #904)Jeffrey Walton2019-10-242-2/+2
| | | | | I think this is the final set. Clang 3.8 is OK on Ubuntu Xenial. XLC 11.0 is OK on Power 7. Clang 3.4 crashes on gcc110.fsffrance.org, but it looks like another compiler bug. I'm not spending time trying to work around it. Clang sucks days of your life at times...
* Some more workarounds for Clang and XLC on PowerPC (PR #903)Jeffrey Walton2019-10-243-14/+16
|
* Guard PowerPC feature testsJeffrey Walton2019-10-244-13/+16
| | | | Clang is producing spurious noise
* Update Power7 tests for ClangJeffrey Walton2019-10-241-4/+12
| | | | Clang 3.4 and 3.8 are resiting the builtins
* Fix AIX and Linux compiles for PowerPC (PR #902)Jeffrey Walton2019-10-232-5/+12
|