| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: Remove assembly versions of index_cpu_*/index_arch_* | H.J. Lu | 2017-08-25 | 1 | -42/+1 |
* | x86: Add IBT/SHSTK bits to cpu-features | H.J. Lu | 2017-08-14 | 2 | -0/+10 |
* | x86: Remove assembly versions of HAS_CPU_FEATURE/HAS_ARCH_FEATURE | H.J. Lu | 2017-08-04 | 1 | -57/+0 |
* | x86-64: Use _dl_runtime_resolve_opt only with AVX512F [BZ #21871] | H.J. Lu | 2017-08-04 | 1 | -2/+5 |
* | Consistently use uintN_t not u_intN_t in libm. | Joseph Myers | 2017-08-03 | 1 | -2/+2 |
* | float128: Add signbit alternative for old compilers | Gabriel F. T. Gomes | 2017-06-30 | 1 | -0/+8 |
* | Add float128 support for x86_64, x86. | Joseph Myers | 2017-06-26 | 6 | -0/+382 |
* | Avoid localplt issues from x86 fereaiseexcept inline. | Joseph Myers | 2017-06-23 | 2 | -0/+11 |
* | x86: Rename glibc.tune.ifunc to glibc.tune.hwcaps | H.J. Lu | 2017-06-21 | 4 | -26/+19 |
* | Move x86 specific tunables to x86/dl-tunables.list | H.J. Lu | 2017-06-20 | 1 | -0/+34 |
* | tunables: Add IFUNC selection and cache sizes | H.J. Lu | 2017-06-20 | 4 | -1/+366 |
* | Remove bits/string.h. | Zack Weinberg | 2017-06-20 | 1 | -1996/+0 |
* | Make LD_HWCAP_MASK usable for static binaries | Siddhesh Poyarekar | 2017-06-07 | 1 | -5/+3 |
* | tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_mask | Siddhesh Poyarekar | 2017-06-07 | 1 | -0/+4 |
* | x86: Don't use dl_x86_cpu_features in cacheinfo.c | H.J. Lu | 2017-06-05 | 1 | -15/+22 |
* | x86-64: Optimize memcmp/wmemcmp with AVX2 and MOVBE | H.J. Lu | 2017-06-05 | 1 | -0/+1 |
* | x86: Add macros to implement ifunce selection in C | H.J. Lu | 2017-06-05 | 1 | -0/+40 |
* | x86: Update __x86_shared_non_temporal_threshold | H.J. Lu | 2017-06-02 | 1 | -2/+4 |
* | Delay initialization of CPU features struct in static binaries | Siddhesh Poyarekar | 2017-05-31 | 1 | -18/+5 |
* | x86: Don't include cacheinfo.c in ld.so | H.J. Lu | 2017-05-24 | 1 | -0/+4 |
* | x86: Use __get_cpu_features to get cpu_features | H.J. Lu | 2017-05-24 | 1 | -10/+9 |
* | Move shared pthread definitions to common headers | Adhemerval Zanella | 2017-05-09 | 2 | -271/+99 |
* | x86: Set dl_platform and dl_hwcap from CPU features [BZ #21391] | H.J. Lu | 2017-05-03 | 5 | -1/+223 |
* | x86: Use AVX2 memcpy/memset on Skylake server [BZ #21396] | H.J. Lu | 2017-04-18 | 2 | -1/+8 |
* | x86: Set Prefer_No_VZEROUPPER if AVX512ER is available | H.J. Lu | 2017-04-18 | 2 | -2/+21 |
* | Consolidate pthreadtype.h placementConsolidate pthreadtype.h placement | Adhemerval Zanella | 2017-04-10 | 1 | -0/+0 |
* | Add sysdeps/x86/dl-procinfo.c | H.J. Lu | 2017-04-10 | 1 | -0/+52 |
* | Check if SSE is available with HAS_CPU_FEATURE | H.J. Lu | 2017-04-07 | 1 | -0/+4 |
* | Use CPU_FEATURES_CPU_P to check if AVX is available | H.J. Lu | 2017-03-17 | 1 | -2/+1 |
* | Remove C++ namespace handling from glibc headers. | Joseph Myers | 2017-03-16 | 1 | -14/+0 |
* | Fix test-math-vector-sincos.h aliasing. | Joseph Myers | 2017-03-15 | 1 | -14/+14 |
* | Use index_cpu_RTM and reg_RTM to clear the bit_cpu_RTM bit | H.J. Lu | 2017-02-17 | 1 | -1/+1 |
* | New pthread rwlock that is more scalable. | Torvald Riegel | 2017-01-10 | 1 | -14/+14 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 33 | -33/+33 |
* | New condvar implementation that provides stronger ordering guarantees. | Torvald Riegel | 2016-12-31 | 1 | -8/+21 |
* | Disable TSX on some Haswell processors. | Andrew Senkevich | 2016-12-19 | 1 | -6/+23 |
* | Refactor long double information into bits/long-double.h. | Joseph Myers | 2016-12-14 | 1 | -20/+0 |
* | Use C11-like atomics instead of plain memory accesses in x86 lock elision. | Torvald Riegel | 2016-12-05 | 1 | -11/+19 |
* | Refactor FP_ILOGB* out of bits/mathdef.h. | Joseph Myers | 2016-12-01 | 2 | -9/+24 |
* | Refactor FP_FAST_* into bits/fp-fast.h. | Joseph Myers | 2016-11-29 | 1 | -14/+0 |
* | Refactor float_t, double_t information into bits/flt-eval-method.h. | Joseph Myers | 2016-11-24 | 2 | -17/+33 |
* | Fix x86_64 -mfpmath=387 float_t, double_t (bug 20787). | Joseph Myers | 2016-11-23 | 4 | -2/+9 |
* | nptl: Document the reason why __kind in pthread_mutex_t is part of the ABI | Florian Weimer | 2016-11-07 | 1 | -1/+1 |
* | Define wordsize.h macros everywhere | Steve Ellcey | 2016-11-04 | 1 | -0/+4 |
* | Bug 20689: Fix FMA and AVX2 detection on Intel | Carlos O'Donell | 2016-10-17 | 1 | -10/+14 |
* | X86: Don't assert on older Intel CPUs [BZ #20647] | H.J. Lu | 2016-10-12 | 1 | -1/+3 |
* | Add iseqsig. | Joseph Myers | 2016-10-06 | 1 | -0/+28 |
* | Installed header hygiene (BZ#20366): Test of installed headers. | Zack Weinberg | 2016-09-23 | 1 | -0/+6 |
* | Add femode_t functions. | Joseph Myers | 2016-09-07 | 1 | -0/+14 |
* | X86-64: Add _dl_runtime_resolve_avx[512]_{opt|slow} [BZ #20508] | H.J. Lu | 2016-09-06 | 2 | -0/+20 |