summaryrefslogtreecommitdiff
path: root/GNUmakefile
Commit message (Expand)AuthorAgeFilesLines
* Add interface to TweetNaCl library (#566)Jeffrey Walton2018-01-171-2/+2
* Clear clang-tidy warningsJeffrey Walton2018-01-021-2/+2
* Use 'command -v' to test for ld.goldJeffrey Walton2018-01-021-2/+2
* Temporary fix for IBM XLC failed SM3 self tests (GH #553)Jeffrey Walton2017-12-301-0/+6
* Update makefiles to use one call to $(CXX) -dumpmachineJeffrey Walton2017-12-301-25/+34
* Fix Solaris failed compile due to SHA with GCC (GH #551)Jeffrey Walton2017-12-281-4/+6
* Build fixes (#547)zorun2017-12-161-1/+1
* Rename ppc-crypto.h to ppc-simd.hJeffrey Walton2017-12-121-9/+11
* Add NEON flags to rijndael-simd.cppJeffrey Walton2017-12-101-0/+1
* Fix SPECK64 vector permutesJeffrey Walton2017-12-041-0/+2
* Add SSE4 flags to makefile for Simon and SpeckJeffrey Walton2017-12-031-0/+2
* Add Valgrind suppression file (GH #543)Jeffrey Walton2017-11-291-5/+5
* Add Valgrind --track-origins=yes to recipeJeffrey Walton2017-11-291-1/+1
* Add NEON and ASIMD intrinsics for SPECK-128 (GH #539)Jeffrey Walton2017-11-271-1/+9
* Fix "variable tracking size limit exceeded" with UBsanJeffrey Walton2017-11-261-7/+0
* Remove IS_ARM64 from makefileJeffrey Walton2017-11-231-1/+0
* Add NEON and ASIMD intrinsics for SPECK-128 (GH #538)Jeffrey Walton2017-11-231-0/+2
* Fix NEON detection on arm-hfJeffrey Walton2017-11-221-2/+2
* Add SSSE3 intrinsics for SPECK-128 (GH #538)Jeffrey Walton2017-11-221-3/+15
* Fix target misdetection on OS X with '-arch i386'Jeffrey Walton2017-11-161-10/+10
* Remove SSE2 from cpu.cpp, add sse-simd.cppJeffrey Walton2017-11-161-4/+5
* Fix SunCC 12.2 compiler crash with GCM_Xor16_SSE2Jeffrey Walton2017-11-161-1/+5
* Cleanup comments and old code artifactsJeffrey Walton2017-11-151-5/+5
* Use SSE4.1 instead of SSE4.2 for BLAKE2Jeffrey Walton2017-11-151-1/+4
* Update Power8 support for AutotoolsJeffrey Walton2017-11-141-11/+0
* Rename mapfile for SolarisJeffrey Walton2017-11-121-1/+1
* RFC: workarounds for original MinGW (#531)Marcel Raad2017-11-061-0/+15
* Add more Autotools artifacts to distclean recipeJeffrey Walton2017-11-061-1/+1
* Removed *.pl from clean rulesJeffrey Walton2017-11-051-3/+3
* Add more Autotools artifacts to distclean recipeJeffrey Walton2017-11-051-2/+2
* Add more Autotools artifacts to distclean recipeJeffrey Walton2017-11-051-4/+5
* Remove cryptopp.mapfile from distclean ruleJeffrey Walton2017-11-011-1/+1
* Add more Autotools artifacts to distclean recipeJeffrey Walton2017-11-011-1/+11
* Add more Autotools artifacts to distclean recipeJeffrey Walton2017-11-011-1/+2
* Add more Autotools artifacts to distclean recipeJeffrey Walton2017-11-011-1/+1
* Add Autotools artifacts to distclean recipeJeffrey Walton2017-11-011-1/+2
* Fix Solaris build using SunCCJeffrey Walton2017-10-271-1/+1
* Improve 64-bit support for GCC on AIXJeffrey Walton2017-10-181-4/+4
* Improve 64-bit support for XL C/C++Jeffrey Walton2017-10-181-1/+33
* Fix compile on old PowerPCJeffrey Walton2017-10-171-8/+9
* Fix feature detection on AIX with XL C/C++Jeffrey Walton2017-10-131-12/+12
* Fix -pipe warning under SunCCJeffrey Walton2017-09-161-2/+2
* Remove CMake from library sources (GH #506)Jeffrey Walton2017-09-161-5/+3
* Use -O3 for IBM XL C/C++ (GH #502)Jeffrey Walton2017-09-161-3/+3
* Revert "Use -O3 for IBM XL C/C++ (GH #502)"Jeffrey Walton2017-09-161-3/+3
* Use -O3 for IBM XL C/C++ (GH #502)Jeffrey Walton2017-09-161-3/+3
* Add -msse2 to i586 build (Issue 494)Jeffrey Walton2017-09-121-0/+9
* Remove -mvsx option from Linux Power8 buildsJeffrey Walton2017-09-121-5/+5
* Add PowerPC support to cpu.h and validate.cppJeffrey Walton2017-09-111-12/+28
* Add Power8 support to MakefileJeffrey Walton2017-09-091-5/+24