Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add -fno-devirtualize when using GCC 12 (GH #1134, GH #1141, PR #1147) | Jeffrey Walton | 2022-08-24 | 1 | -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 programs | Jeffrey Walton | 2022-02-13 | 2 | -9/+9 |
| | |||||
* | Fix test program include | Jeffrey Walton | 2022-02-13 | 1 | -1/+1 |
| | |||||
* | Fix test program include | Jeffrey Walton | 2022-02-13 | 11 | -11/+11 |
| | |||||
* | Fix test program include | Jeffrey Walton | 2022-02-13 | 2 | -2/+2 |
| | |||||
* | Add test_arm_armv7.cpp program | Jeffrey Walton | 2022-02-11 | 1 | -0/+13 |
| | |||||
* | Update comments | Jeffrey Walton | 2021-05-26 | 1 | -1/+1 |
| | |||||
* | Remove unneeded <arm_acle.h> include | Jeffrey Walton | 2021-05-25 | 6 | -95/+3 |
| | |||||
* | Use inline ASM for PMULL on Apple ARMv8 | Jeffrey Walton | 2021-05-25 | 1 | -9/+15 |
| | |||||
* | Use inline ASM for CRC on Apple ARMv8 | Jeffrey Walton | 2021-05-25 | 1 | -7/+55 |
| | |||||
* | Update comments | Jeffrey Walton | 2021-05-23 | 4 | -0/+6 |
| | |||||
* | Update ARM test programs | Jeffrey Walton | 2021-05-23 | 4 | -42/+49 |
| | |||||
* | Use *.cpp file extension for test programs (GH #1024) | Jeffrey Walton | 2021-04-20 | 66 | -4/+4 |
| | |||||
* | Rename test program | Jeffrey Walton | 2020-08-07 | 1 | -0/+0 |
| | |||||
* | Fix alignas test on ARM32 | Jeffrey Walton | 2020-08-07 | 1 | -1/+1 |
| | |||||
* | Use __clang__ preprocessor macro in tests | Jeffrey Walton | 2020-08-07 | 4 | -9/+9 |
| | |||||
* | Update LLVM Clang version warning suppression | Jeffrey Walton | 2020-08-07 | 1 | -1/+1 |
| | |||||
* | Fix warning suppression macros in test programs | Jeffrey Walton | 2020-08-06 | 4 | -8/+16 |
| | |||||
* | Fix compiler versions for test programs | Jeffrey Walton | 2020-08-06 | 4 | -12/+20 |
| | |||||
* | Bump Apple Clang version for -Wterminate | Jeffrey Walton | 2020-08-06 | 1 | -1/+1 |
| | |||||
* | Use __clang_major__ rather than __clang__ in macro | Jeffrey Walton | 2020-08-06 | 4 | -8/+8 |
| | |||||
* | Fix warning suppression on Apple platforms | Jeffrey Walton | 2020-08-06 | 4 | -4/+32 |
| | |||||
* | Add CRYPTOPP_CXX11_INITIALIZER_LIST | Jeffrey Walton | 2020-08-06 | 1 | -0/+6 |
| | |||||
* | Add C++11 auto feature detection | Jeffrey Walton | 2020-08-06 | 2 | -0/+17 |
| | |||||
* | Update comments | Jeffrey Walton | 2020-08-06 | 1 | -0/+1 |
| | |||||
* | Whitespace check-in | Jeffrey Walton | 2020-08-06 | 1 | -1/+1 |
| | |||||
* | Update C++ compiler tests | Jeffrey Walton | 2020-08-06 | 3 | -25/+14 |
| | |||||
* | Add C++11, C++14 and C++17 support to configure.sh | Jeffrey Walton | 2020-08-06 | 17 | -57/+166 |
| | |||||
* | Add C++11 test programs | Jeffrey Walton | 2020-08-05 | 13 | -205/+260 |
| | |||||
* | Whitespace check-in | Jeffrey Walton | 2020-08-05 | 40 | -261/+261 |
| | |||||
* | Add header guard flags to test program for iOS | Jeffrey Walton | 2020-07-31 | 11 | -21/+63 |
| | |||||
* | More ARM and Aarch64 macro tweaks | Jeffrey Walton | 2020-07-29 | 2 | -0/+6 |
| | |||||
* | Avoid arm_acle.h header guard in feature tests (GH #950) | Jeffrey Walton | 2020-07-28 | 11 | -70/+11 |
| | |||||
* | Update test programs | Jeffrey Walton | 2020-07-28 | 2 | -0/+6 |
| | |||||
* | Update test programs | Jeffrey Walton | 2020-07-27 | 3 | -9/+9 |
| | |||||
* | Add additiona; test programs | Jeffrey Walton | 2020-07-27 | 3 | -0/+116 |
| | |||||
* | Rename VecReverse to VecReverseLE | Jeffrey Walton | 2020-05-11 | 1 | -12/+0 |
| | |||||
* | Go back to using __vector unsigned long long for POWER8 and above | Jeffrey Walton | 2020-05-11 | 5 | -20/+20 |
| | |||||
* | Use __vector unsigned long in PPC test programs | Jeffrey Walton | 2020-05-11 | 5 | -20/+20 |
| | |||||
* | Update test_ppc_power7.cxx test | Jeffrey Walton | 2020-04-04 | 1 | -22/+1 |
| | |||||
* | Fix Power9 test program for GCC | Jeffrey Walton | 2019-11-16 | 1 | -0/+6 |
| | | | | GCC defines _ARCH_PWR9, but cannot consume vec_xl_be. GCC is doing that shit Clang does... | ||||
* | Add C++17 test program | Jeffrey Walton | 2019-10-27 | 2 | -0/+6 |
| | |||||
* | Add XLC 12 loads and stores for AIX (PR #907) | Jeffrey Walton | 2019-10-26 | 1 | -2/+23 |
| | | | Add XLC 12 loads and stores for AIX | ||||
* | Improve PPC64 feature tests for XLC on AIX | Jeffrey Walton | 2019-10-25 | 2 | -0/+16 |
| | |||||
* | Rework CPU_ProbePower7 (PR #905) | Jeffrey Walton | 2019-10-24 | 1 | -3/+3 |
| | | | | | | * Rework CPU_ProbePower7 * Remove XLC VSX workaround * Update documentation | ||||
* | More Clang and XLC workarounds (PR #904) | Jeffrey Walton | 2019-10-24 | 2 | -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 Walton | 2019-10-24 | 3 | -14/+16 |
| | |||||
* | Guard PowerPC feature tests | Jeffrey Walton | 2019-10-24 | 4 | -13/+16 |
| | | | | Clang is producing spurious noise | ||||
* | Update Power7 tests for Clang | Jeffrey Walton | 2019-10-24 | 1 | -4/+12 |
| | | | | Clang 3.4 and 3.8 are resiting the builtins | ||||
* | Fix AIX and Linux compiles for PowerPC (PR #902) | Jeffrey Walton | 2019-10-23 | 2 | -5/+12 |
| |