summaryrefslogtreecommitdiff
path: root/coreconf/arch.mk
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1660735 - Fix typo in coreconfig/arch.mk. r=kjacobsBenjamin Beurdouche2020-09-141-1/+1
| | | | Differential Revision: https://phabricator.services.mozilla.com/D90077
* Bug 1659727 - Move makefile avx2 detection to config.mk. r=kjacobsDanh2020-09-111-29/+0
| | | | | | | | | | | | | | | | | | | Summary: Current code base use CPU_ARCH to detect if avx2 is supported in arch.mk However, when arch.mk included, CPU_ARCH haven't been initialised, CPU_ARCH will be initialised by the OS specific code later on. Move the AVX2 detection to config.mk, after all other initialisation done. Reviewers: kjacobs Reviewed By: kjacobs Subscribers: kjacobs Bug #: 1659727 Differential Revision: https://phabricator.services.mozilla.com/D88517
* Bug 1646594 - Enable AVX2 if applicable on x86_64 with make 4.3 r=bbeurdoucheDanh2020-06-301-0/+1
|
* Bug 1612493 - Support for HACL* AVX2 code for Chacha20, Poly1305 and ↵Benjamin Beurdouche2020-02-281-0/+29
| | | | | | | | | | | | | | | | | Chacha20Poly1305. r=kjacobs *** Bug 1612493 - Import AVX2 code from HACL* *** Bug 1612493 - Add CPU detection for AVX2, BMI1, BMI2, FMA, MOVBE *** Bug 1612493 - New flag NSS_DISABLE_AVX2 for freebl/Makefile and freebl.gyp *** Bug 1612493 - Disable use of AVX2 on GCC 4.4 which doesn’t support -mavx2 *** Bug 1612493 - Disable tests when the platform doesn't have support for AVX2 Differential Revision: https://phabricator.services.mozilla.com/D64718
* Bug 1336087 - Remove USE_ASAN and other sanitizers from Makefile build ↵Tim Taubert2017-02-031-7/+2
| | | | | | system r=franziskus Differential Revision: https://nss-review.dev.mozaws.net/D186
* Bug 758517 - Support for GNU/kFreeBSD and Hurd, r=rrelyeaJon Boden2016-12-151-0/+14
|
* Bug 1308092 - Deferred assignment for OBJDIR_NAME, r=franziskusMartin Thomson2016-10-071-6/+6
|
* Bug 1308092 - Include _GCOV in obj file path when coverage is enabled, ↵Martin Thomson2016-10-061-25/+22
| | | | r=ttaubert
* Bug 1290334 - Support building under MINGW64. r=wtcMike Hommey2016-07-291-4/+4
|
* Bug 1233568: Add ASAN_TAG to OBJDIR_TAG. r=wtc.Tyson Smith2016-02-281-3/+14
|
* Bug 1211915 - Fix nsinstall object directory when cross compilingKai Engert2015-10-061-0/+9
|
* Bug 947652, Part 1: Make OS_TARGET=WIN95 the default on Windows, r=wtcBrian Smith2013-12-131-3/+7
|
* Bug 947652: Remove support for building on Win9x machines, r=briansmithWan-Teh Chang2013-12-161-26/+0
|
* Backed out changeset 6593411d388b for Windows test failuresBrian Smith2013-12-151-7/+3
|
* Backed out changeset ccaf2d1690fc for Windows test failuresBrian Smith2013-12-151-0/+26
|
* Bug 947652, Part 2: Remove support for building on Win9x machines, r=briansmithWan-Teh Chang2013-12-131-26/+0
|
* Bug 947652, Part 1: Make OS_TARGET=WIN95 the default on Windows, r=wtcBrian Smith2013-12-131-3/+7
|
* Bug 845556, reorganize NSS directory layout, moving files, very large ↵Kai Engert2013-02-281-0/+319
changeset! r=wtc