Commit Graph

1884 Commits (ca594ff52576919df1fc32e4ff826b35c74b0af1)

Author SHA1 Message Date
Jeffrey Walton c4f9a7cfce Fix compile under iOS 2016-07-13 01:45:09 -04:00
Jeffrey Walton 4f019623b7 Merge branch 'master' into hmqv 2016-07-13 00:45:07 -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 16bf55a811 Merge branch 'master' into hmqv 2016-07-12 23:05:20 -04:00
Jeffrey Walton 5080a065ce Clear Valgrind findings under -Ofast 2016-07-12 23:05:00 -04:00
Jeffrey Walton 276eec9216 Merge branch 'master' into hmqv 2016-07-12 18:47:31 -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 0446f27d49 Merge branch 'master' into hmqv 2016-07-12 14:11:21 -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 6c5f56bfdd Merge branch 'master' into hmqv 2016-07-11 19:42:43 -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 44258e5e7b Update comment for Sun Studio 12.4 2016-07-11 00:38:17 -04:00
Jeffrey Walton 5f2344f794 Merge branch 'master' into hmqv 2016-07-10 23:51:38 -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 8ceba46e49 Merge branch 'master' into hmqv 2016-07-10 16:24:05 -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 5e5e5d7545 Merge branch 'master' into hmqv 2016-07-09 18:09:53 -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 f5490dcdd3 Merge branch 'master' into hmqv 2016-07-09 06:57:06 -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 30bc4b3e0a Merge branch 'master' into hmqv 2016-07-09 03:35:18 -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 f6ac5e953f Merge branch 'master' into hmqv 2016-07-08 18:09:24 -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 1872013dfe Merge branch 'master' into hmqv 2016-07-07 19:59:29 -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
Mouse dcb97ca574 Revert "Added 8 new files that support HMQV and FHMQV to Filelist.txt" - shouldn't be merged by me
This reverts commit 1cf48cf97b.
2016-07-06 12:12:25 -04:00