f0e7b45bcbRemove comma operator from return values for StaticGetDefaultRounds and StaticGetValidKeyLength in non-constexpr builds (Issue 255)
Jeffrey Walton
2016-09-07 09:32:06 -0400
e2f2ace688Add constexpr-ness to ChaCha StaticAlgorithmName member function
Jeffrey Walton
2016-09-07 06:39:52 -0400
c1556295e6Add constexpr-ness to StaticAlgorithmName member function
Jeffrey Walton
2016-09-07 06:16:46 -0400
659d5bc9c3Merge 'master' into 'hmqv'
Jeffrey Walton
2016-09-07 02:41:09 -0400
6e324c161fMerge 'master' into 'constexpr'
Jeffrey Walton
2016-09-07 02:41:00 -0400
13037d8e64Merge 'master' into 'hmqv'
Jeffrey Walton
2016-09-07 01:29:22 -0400
c45c854da0Merge 'master' into 'constexpr'
Jeffrey Walton
2016-09-07 01:29:18 -0400
e91c85e84dAdd tests for word64 and word128 Allocate, Concatenate, Append, FixedSizeAllocator Grow and Overflow. Add test for HuffmanEncoder::GenerateCodeLengths
Jeffrey Walton
2016-09-07 01:29:08 -0400
cdf659a277Const-ify input, ky and iv
Jeffrey Walton
2016-09-06 23:04:42 -0400
622e958098Cleared "declaration hides other declaration" under VS2015
Jeffrey Walton
2016-09-06 22:57:46 -0400
58d3ee8ccdMerge 'master' into 'hmqv'
Jeffrey Walton
2016-09-06 13:45:30 -0400
ef5b0ff129Merge 'master' into 'constexpr'
Jeffrey Walton
2016-09-06 13:45:25 -0400
47af829cdcAdd MacPorts GCC 7.x test. Add MacPorts Clang 3.7, 3.8 and 3.9 test
Jeffrey Walton
2016-09-06 13:44:58 -0400
5066fc08f1Merge branch \'master\' into \'hmqv\'
Jeffrey Walton
2016-09-06 11:48:34 -0400
2d7cd34beaMerge branch \'master\' into \'constexpr\'
Jeffrey Walton
2016-09-06 11:48:30 -0400
59aad798ebCleared "local variable is initialized but not referenced" under VS2015
Jeffrey Walton
2016-09-06 08:59:31 -0400
15ec4ef713Removed Solaris comments as things work as expected. Cleaned the object file of interest before compiling
Jeffrey Walton
2016-08-26 07:41:43 -0400
ada2aa55edFix typo on SunCC version
Jeffrey Walton
2016-08-26 05:08:57 -0400
24590f6a70Merge branch 'master' into hmqv
Jeffrey Walton
2016-08-25 19:40:42 -0400
81f868e6ffAdd newline to echo for error and warning reports
Jeffrey Walton
2016-08-25 19:40:28 -0400
dbf65e82bfFold CPU features and flags into single variables: X86_CPU_FLAGS and ARM_CPU_FLAGS. Consult the variables throughout the script
Jeffrey Walton
2016-08-25 19:26:48 -0400
65e91a8caaFix compile and code generation tests under Clang 3.4, 3.5 and 3.6
Jeffrey Walton
2016-08-25 01:25:33 -0400
eab45a1d66Add disassembly tests for ARM NEON vector add and xor
Jeffrey Walton
2016-08-24 23:02:30 -0400
4396f58f66Account for Clang and use of ldp (load register pairs)
Jeffrey Walton
2016-08-24 22:09:15 -0400
932801bd5fMerge branch 'master' into hmqv
Jeffrey Walton
2016-08-24 21:16:20 -0400
ef6be6718bAdd disassembly tests for ARM NEON
Jeffrey Walton
2016-08-24 21:15:55 -0400
57a0059eb7Improve CPU feature detection for X86 and ARM. Add tests for X86 Carryless Multiply; and X86 and ARM CRC32
Jeffrey Walton
2016-08-24 12:36:03 -0400
954c3bb82bEnable AES-NI intrinsics for Clang. Add ARM NEON and PMULL implementation
Jeffrey Walton
2016-08-24 12:28:54 -0400
b1d7754ff7Add disassembly tests for RDRAND and RDSEED
Jeffrey Walton
2016-08-24 08:10:37 -0400
74d5f7ab39Merge branch 'master' into hmqv
Jeffrey Walton
2016-08-24 06:20:00 -0400
7c3967ad8fAdd disassembly tests to verify some aspects of code generation. Fix SUNCC_CXXFLAGS flags. Fix "Quick Tests" undr Clang (Issues 245 and 246)
Jeffrey Walton
2016-08-24 06:19:42 -0400
f7efde3a26Enable OpenMP by default for RWSS if -fopnmp is present. The user asked for OMP, and they can turn it off for the source file if they desire
Jeffrey Walton
2016-08-24 06:15:09 -0400
ded4fd50a2Work around BLAKE2b self test failures under SunCC 5.12 with SSE2 (Issue 247)
Jeffrey Walton
2016-08-24 02:39:06 -0400