summaryrefslogtreecommitdiff
path: root/GNUmakefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reduce IBM XL C/C++ compiler to -O2Jeffrey Walton2017-09-091-11/+16
* Fix RTTI and PIC under IBM XL C/C++ on AIXJeffrey Walton2017-09-091-1/+16
* Avoid -pipe for IBM XL C/C++ compilerJeffrey Walton2017-09-091-2/+4
* Add core to clean ruleJeffrey Walton2017-08-311-2/+2
* Add -pthread for Linux and GCC compatiblesJeffrey Walton2017-08-311-40/+39
* Fix missing DetectArmFeatures for ARMv7 (GH #480)Jeffrey Walton2017-08-301-6/+1
* Fix IS_ARMV8 in GNUmakefileJeffrey Walton2017-08-301-1/+1
* Consistent use of grep and sed (GH #476)Jeffrey Walton2017-08-291-59/+65
* Add -xarch options to linker flags (Issue 472)Jeffrey Walton2017-08-281-3/+4
* Test align 16 for i386 and x86_64Jeffrey Walton2017-08-271-1/+1
* Add Mapfile for CMake on Solaris (Issue 380)Jeffrey Walton2017-08-271-5/+1
* Support Base Implementation + SIMD implementation on Solaris (PR #461)Jeffrey Walton2017-08-241-105/+124
* Rollup CMake fixes for OpenBSD, MinGW (Issues 380, 466-468, PR #469)Jeffrey Walton2017-08-241-2/+2
* Fix 32-bit ARM NEON detectionJeffrey Walton2017-08-231-3/+3
* Remove -march=native as default in Makefile and CMake (PR #465)Jeffrey Walton2017-08-231-38/+12
* Fix SSSE3 issues under GCC 4.4.5 on Debian 6Jeffrey Walton2017-08-171-3/+4
* Rework makefile cpu feature detection code for the BSDsJeffrey Walton2017-08-171-37/+58
* Split source files to support Base Implementation + SIMD implementation (GH #...Jeffrey Walton2017-08-171-25/+96
* Use -O1 for Asan and UBsanJeffrey Walton2017-08-141-0/+6