| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move qsimd* from corelib/tools to corelib/global | Lars Knoll | 2020-03-26 | 1 | -718/+0 |
| * | RDRAND test: also disable if RDRAND produced only three samples | Thiago Macieira | 2019-11-18 | 1 | -1/+1 |
| * | Fix infinite recursion caused by the RDSEED feature | Thiago Macieira | 2019-10-11 | 1 | -40/+63 |
| * | QRandom: add support for RDSEED | Thiago Macieira | 2019-10-09 | 1 | -1/+35 |
| * | Merge remote-tracking branch 'origin/5.13' into 5.14 | Liang Qi | 2019-09-30 | 1 | -0/+68 |
| |\ |
|
| | * | Fix QRandomGenerator initialization on AMD CPUs | Dmitry Kazakov | 2019-09-26 | 1 | -0/+68 |
| * | | Port from QAtomic::load() to loadRelaxed() | Giuseppe D'Angelo | 2019-06-20 | 1 | -2/+2 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.12' into 5.13 | Liang Qi | 2019-02-08 | 1 | -0/+4 |
| |\ |
|
| | * | Fix unused parameters | Jesus Fernandez | 2019-01-29 | 1 | -0/+4 |
| * | | Merge remote-tracking branch 'origin/5.12' into dev | Liang Qi | 2019-01-26 | 1 | -1/+1 |
| |\| |
|
| | * | qsimd: Fix compilation with trunk clang for mingw | Martin Storsjö | 2019-01-22 | 1 | -1/+1 |
| * | | Make qDetectCpuFeatures() return the CPU features it detected | Thiago Macieira | 2018-12-04 | 1 | -1/+2 |
| |/ |
|
| * | WebAssembly for QtBase | Morten Johan Sørvig | 2018-08-30 | 1 | -4/+13 |
| * | SIMD: Refactor the constants to be actual bit values | Thiago Macieira | 2018-06-25 | 1 | -10/+2 |
| * | Revert "qsimd: remove support for systems without 64-bit atomics" | Thiago Macieira | 2018-06-07 | 1 | -0/+7 |
| * | qsimd: add support for new x86 CPU features | Thiago Macieira | 2018-05-05 | 1 | -187/+65 |
| * | qsimd: remove support for systems without 64-bit atomics | Thiago Macieira | 2018-05-05 | 1 | -7/+0 |
| * | qsimd.cpp: Remove workaround for GCC 4.2 | Thiago Macieira | 2017-11-19 | 1 | -26/+0 |
| * | Add warning about missing but required CPU features | Thiago Macieira | 2017-06-13 | 1 | -0/+8 |
| * | Merge remote-tracking branch 'origin/5.7' into dev | Liang Qi | 2016-06-13 | 1 | -22/+0 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-06-06 | 1 | -22/+0 |
| | |\ |
|
| | | * | Merge remote-tracking branch 'origin/5.6.1' into 5.6 | Liang Qi | 2016-06-02 | 1 | -22/+0 |
| | | |\ |
|
| | | | * | Replace qUnaligned{Load,Store} with the existing q{To,From}Unalignedv5.6.1-1v5.6.1 | Thiago Macieira | 2016-05-25 | 1 | -22/+0 |
| | | * | | Compile fix: add OpenBSD define for ffsll usage | Ralf Nolden | 2016-06-01 | 1 | -1/+1 |
| | | * | | Compile fix: add NetBSD define for ffsll usage | Ralf Nolden | 2016-05-23 | 1 | -1/+1 |
| * | | | | Merge remote-tracking branch 'origin/5.7' into dev | Liang Qi | 2016-05-23 | 1 | -1/+5 |
| |\| | | |
|
| | * | | | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-05-19 | 1 | -1/+5 |
| | |\| | |
|
| | | * | | Fix build with GCC <= 4.2 (FreeBSD 9.x) | Thiago Macieira | 2016-05-12 | 1 | -1/+5 |
| | | |/ |
|
| * | / | QtCore: Remove Windows CE. | Friedemann Kleint | 2016-03-30 | 1 | -28/+1 |
| |/ / |
|
| * | | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-03-11 | 1 | -0/+22 |
| |\| |
|
| | * | QString, QJson, QHash: Fix UBs involving unaligned loads | Marc Mutz | 2016-03-09 | 1 | -0/+22 |
| | * | Haiku: Fix compilation of corelib | Tobias Koenig | 2016-01-18 | 1 | -1/+1 |
| * | | iOS: rely on built-in compiler macros to check for CPU features | Erik Verbruggen | 2016-03-04 | 1 | -7/+1 |
| * | | Fix detectProcessorFeatures() fallback path on ARM | Tor Arne Vestbø | 2016-03-01 | 1 | -2/+2 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-21 | 1 | -1/+1 |
| * | | Replace ffsll with new qCountTrailingZeroBits | Tobias Koenig | 2016-01-19 | 1 | -32/+2 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | | ARMv8: add crc32 feature detection. | Erik Verbruggen | 2016-01-13 | 1 | -5/+41 |
| * | | Use intrinsics for GHS toolchain for CPU feature detection. | Rolland Dudemaine | 2015-12-04 | 1 | -1/+26 |
| * | | Use Q_UNLIKELY for every qFatal()/qCritical() | Marc Mutz | 2015-11-29 | 1 | -1/+1 |
| |/ |
|
| * | Fix build with OS X 10.8 SDK | Thiago Macieira | 2015-11-18 | 1 | -1/+1 |
| * | Fix left-shift wider than an int's width | Thiago Macieira | 2015-10-16 | 1 | -1/+1 |
| * | Expand reporting of the Intel instruction set extensions | Thiago Macieira | 2015-09-22 | 1 | -12/+63 |
| * | Reorganize the bits for the CPU feature detection | Thiago Macieira | 2015-09-22 | 1 | -61/+121 |
| * | Change the CPU feature status word to be 64-bit instead of 32-bit | Thiago Macieira | 2015-09-11 | 1 | -20/+31 |
| * | Merge remote-tracking branch 'origin/5.5' into dev | Frederik Gladhorn | 2015-08-06 | 1 | -3/+15 |
| |\ |
|
| | * | Don't check if Pentium's CPUID leaf 1 exists | Thiago Macieira | 2015-08-06 | 1 | -0/+4 |
| | * | Remove attempt at detecting compile-time HLE | Thiago Macieira | 2015-07-20 | 1 | -2/+1 |
| | * | Don't complain about missing CPU features under Valgrind | Thiago Macieira | 2015-07-18 | 1 | -1/+10 |
| * | | Fixing the build of the SIMD support for WEC2013. | Bjoern Breitmeyer | 2015-05-12 | 1 | -1/+3 |
| |/ |
|