Jeffrey Walton
|
1cb906938d
|
Fix SunCC 12.2 and 12.3 failed compile in rijndael.cpp due to std::swap(__m128i, __m128i)
|
2016-07-16 23:45:16 -04:00 |
|
Jeffrey Walton
|
3c96be47d2
|
Removed ARM CRC and Crypto specific tests
The tests are now fully exercised by using PLATFORM_CXXFLAGS
|
2016-07-16 19:00:30 -04:00 |
|
Jeffrey Walton
|
fa758dbbd7
|
Fix SunCC 12.2 failed compile due to -D__AES__ and above platform flags (Issue 228)
|
2016-07-15 17:25:43 -04:00 |
|
Jeffrey Walton
|
aae1f27dee
|
Fix SunCC crash and failed compile for gcm.cpp. This is the hammer - we don't enable any ASM for the source file (Issue 227)
|
2016-07-15 15:46:31 -04:00 |
|
Jeffrey Walton
|
b1f5eb450c
|
Add option to reduce CPU load for GCC Compile Farm policy requirements
|
2016-07-15 12:27:22 -04:00 |
|
Jeffrey Walton
|
bdd1c12fab
|
Fix SunCC 12.x compile error with -std=c++11 (Issue 226)
|
2016-07-15 04:57:00 -04:00 |
|
Jeffrey Walton
|
700b46546a
|
Tee PLATFORM_CXXFLAGS to log file. Remove unneeded temp file removals. -march=armv7a → -march=armv7-a
|
2016-07-15 04:41:25 -04:00 |
|
Jeffrey Walton
|
2c3b512b9e
|
Rework Aarch32 (ARM32) and Aarch64 (ARM64) feature detection. Disable ASAN under ARM and GCC 4.8
|
2016-07-15 03:52:50 -04:00 |
|
Jeffrey Walton
|
ba2c778f1b
|
Fix typo in SunCC check
|
2016-07-15 01:53:01 -04:00 |
|
Jeffrey Walton
|
b099030c46
|
Fix broken rijndael.cpp compile under Sun Studio (Issue 224)
|
2016-07-15 00:40:13 -04:00 |
|
Jeffrey Walton
|
585b63c450
|
Disable -Ofast tests for SunCC
|
2016-07-14 13:47:20 -04:00 |
|
Jeffrey Walton
|
69b141efa8
|
Add Exception to error counts
|
2016-07-14 13:10:13 -04:00 |
|
Jeffrey Walton
|
be4cc91a63
|
Cleared SDLC warning under Visual Studio 2005
|
2016-07-13 11:01:24 -04:00 |
|
Jeffrey Walton
|
77b36f5a0a
|
Add AVX and AVX2 for Sun Studio
|
2016-07-13 02:13:18 -04:00 |
|
Jeffrey Walton
|
c4f9a7cfce
|
Fix compile under iOS
|
2016-07-13 01:45:09 -04:00 |
|
Jeffrey Walton
|
8281e51e94
|
Cleared most "Conditional jump or move depends on uninitialised value" (Issue 223)
|
2016-07-13 00:40:07 -04:00 |
|
Jeffrey Walton
|
b0b7b71562
|
Aloow GCC to particpate in MACH-O initialization
|
2016-07-12 23:38:30 -04:00 |
|
Jeffrey Walton
|
5080a065ce
|
Clear Valgrind findings under -Ofast
|
2016-07-12 23:05:00 -04:00 |
|
Jeffrey Walton
|
8e5f25c004
|
Add test for -Ofast
|
2016-07-12 18:46:48 -04:00 |
|
Jeffrey Walton
|
ae57571881
|
Add tests Debug and Release test using PLATFORM_CXXFLAGS. Fix copy/paste omitting MAKE and MAKEARGS
|
2016-07-12 17:20:31 -04:00 |
|
Jeffrey Walton
|
f9ead481e4
|
Add PLATFORM_CXXFLAGS for Aolaris and ARM testing. Add DEPRECATED_CXXFLAGS to managed deprecated warnings. Rework the way Make is invoked with CXX and CXXFLAGS
|
2016-07-12 14:10:25 -04:00 |
|
Jeffrey Walton
|
ebef1f418b
|
Disable automatic detection of CRYPTOPP_BOOL_SSE4_INTRINSICS_AVAILABLE for SunCC. Remove #error for C++17 (Issue 222)
|
2016-07-12 11:05:05 -04:00 |
|
Jeffrey Walton
|
b9232e01b2
|
Add tests for SunCC and GCC defines (__SSE2__, __SSE3__, __AES__, __PCLMUL__, __RDRND__, etc)
|
2016-07-11 19:41:55 -04:00 |
|
Jeffrey Walton
|
5361185ef1
|
Fixed spelling errors in setenv-* scripts
|
2016-07-11 15:24:43 -04:00 |
|
Jeffrey Walton
|
268b261739
|
Update comment for Sun Studio 12.4
|
2016-07-11 00:39:13 -04:00 |
|
Jeffrey Walton
|
0deae2c974
|
Simplify RDRAND and RDSEED implementation selection logic. Its was too convoluted
|
2016-07-10 23:50:31 -04:00 |
|
Jeffrey Walton
|
a017dbdeab
|
Fix SunCC version for RDSEED, which is available in Sun Studio 12.5
|
2016-07-10 21:30:51 -04:00 |
|
Jeffrey Walton
|
53e2147d8d
|
Fix compile under Sun Studio 12.3 and below with -xarch=aes defines
|
2016-07-10 20:40:45 -04:00 |
|
Jeffrey Walton
|
f8200af3ae
|
Add SunCC 12.4 support for specialized implementations if CRC, RDRAND and BLAKE2
|
2016-07-10 16:21:19 -04:00 |
|
Jeffrey Walton
|
36da00cc92
|
Add RDRAND and RDSEED for SunCC 12.1 and above
|
2016-07-10 15:16:20 -04:00 |
|
Jeffrey Walton
|
b80f725acc
|
Add header <nmmintrin.h> for SunCC 12.4
|
2016-07-10 15:02:22 -04:00 |
|
Jeffrey Walton
|
e699946202
|
Update comment
|
2016-07-10 15:01:37 -04:00 |
|
Jeffrey Walton
|
e2d53c4f1d
|
Disable -O5 tests for Sun Studio. The optimizer is producing bad code for BLAKE2b
|
2016-07-10 01:56:40 -04:00 |
|
Jeffrey Walton
|
997a813afc
|
Cleanup script. Reduce uname calls. Enable SunCC 12.5 by default, if available. Remove adhoc.exe artifact on each test. Add explicit tests for OPT_O0, OPT_O1, OPT_O2, OPT_G0, OPT_G1 and OPT_G2. Remove SUNCC_123_OR_ABOVE. Print DEBUG_CXXFLAGS, RELEASE_CXXFLAGS and VALGRIND_CXXFLAGS
|
2016-07-09 18:09:36 -04:00 |
|
Jeffrey Walton
|
dfc82a787d
|
Tighten ARM feature testing to avoid compiler cross-pollination
|
2016-07-09 06:56:28 -04:00 |
|
Jeffrey Walton
|
6c78aaa7e3
|
Cleared "assertion failed in function pr_post_process_node() @ preopt.c" under Sun Studio 12.5 (Issue 220)
|
2016-07-09 06:24:11 -04:00 |
|
Jeffrey Walton
|
54fc79ec6a
|
Fix Solaris 10 script and compiler issues
|
2016-07-09 04:50:58 -04:00 |
|
Jeffrey Walton
|
e39226e511
|
Cleanup script
|
2016-07-09 03:34:29 -04:00 |
|
Jeffrey Walton
|
f617b9bfdc
|
Removed second tee, which caused duplicat emessages
|
2016-07-09 02:48:40 -04:00 |
|
Jeffrey Walton
|
a011d5f9bf
|
Fix "Error: The operand ___LKDB cannot be assigned to" under Sun Studio 12.5 (formerly Issue 188)
|
2016-07-08 19:05:01 -04:00 |
|
Jeffrey Walton
|
26ab08e29d
|
Fix Sun Studio 12.5 detection. Only add "-w -erroff=wvarhidemem -erroff=voidretw" to SunCC 12.2 and above
|
2016-07-08 18:32:12 -04:00 |
|
Jeffrey Walton
|
875d8327f5
|
Fix missing '-a' option for egrep on Solaris
|
2016-07-08 18:11:06 -04:00 |
|
Jeffrey Walton
|
e78bb2073f
|
Add Studio 12.5 compile/link test
|
2016-07-08 18:08:55 -04:00 |
|
Jeffrey Walton
|
c6a7de658b
|
Fix Sun Studio 12.5 detection
|
2016-07-08 18:05:22 -04:00 |
|
Jeffrey Walton
|
86445fb3e9
|
Fix integer.cpp compile when using config.recommend
|
2016-07-06 18:30:51 -04:00 |
|
Jeffrey Walton
|
2e14d5d7cb
|
Fix "/usr/bin/ld: -f may not be used without -shared" (Issue 219)
|
2016-07-06 15:08:24 -04:00 |
|
Jeffrey Walton
|
6c0b120072
|
Go back to Commit 66ada4cc61
|
2016-07-06 14:39:18 -04:00 |
|
Mouse
|
9ed99eabb9
|
Restore PR #217
Restore merge of PR #217
|
2016-07-06 12:19:44 -04:00 |
|
Mouse
|
c6c0bdeebe
|
Revert "Add HMQV implementation (and merge the old FHMQV into the new codebase)"
This reverts commit ec35099589 .
|
2016-07-06 12:15:47 -04:00 |
|
Mouse
|
efd1b9e3d5
|
Revert "Merge remote-tracking branch 'upstream/master'" - shouldn't be merged by me
This reverts commit b48866631a , reversing
changes made to 2733630a3f .
|
2016-07-06 12:14:12 -04:00 |
|