summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add x86_cache.non_temporal_threshold to GLIBC_TUNABLEShjl/x86/optimizeH.J. Lu2017-05-222-3/+25
* x86: Update __x86_shared_non_temporal_thresholdH.J. Lu2017-05-221-2/+4
* Test only a subset of memcpyH.J. Lu2017-05-221-0/+25
* Integrate memcpy_benchmark.cc with glibc benchtestsH.J. Lu2017-05-221-14/+64
* Build memcpy_benchmark in benchtestsH.J. Lu2017-05-221-0/+9
* Import memcpy_benchmark.ccH.J. Lu2017-05-221-0/+115
* x86-64: Restore memcpy-sse2-unaligned.S from glibc 2.19H.J. Lu2017-05-223-1/+174
* x86-64: Restore the old SSE4 strlenH.J. Lu2017-05-223-1/+92
* Include bench-timing.h only if _ISOMAC isn't definedH.J. Lu2017-05-221-1/+3
* Add __BEGIN_DECLS and __END_DECLS for C++H.J. Lu2017-05-221-2/+11
* Add one more header to be installed, missed from previous patch.Zack Weinberg2017-05-212-2/+6
* Remove __need macros from signal.h.Zack Weinberg2017-05-2095-2911/+1192
* Remove __need_list_t and __need_res_state.Zack Weinberg2017-05-208-110/+135
* x86_64: Remove L(return_null) from rawmemchr.SH.J. Lu2017-05-202-5/+4
* Remove sfi_* annotations from ARM assembly files.Zack Weinberg2017-05-2022-882/+460
* Remove the bulk of the NaCl port.Zack Weinberg2017-05-20152-8627/+10
* manual: Convert errno @comments to new @errno macro.Rical Jasan2017-05-195-330/+326
* Split up bits/sigstack.h.Joseph Myers2017-05-1937-219/+306
* x86: Optimize SSE2 memchr overflow calculationH.J. Lu2017-05-193-16/+18
* Fix makefile rules for vmsplice, splice, and open_by_handle_atAdhemerval Zanella2017-05-193-3/+12
* Also create and use ldbl-compat-choose.h.Joseph Myers2017-05-199-29/+48
* Create and use first-versions.h with macros for function symbol versions.Joseph Myers2017-05-194-35/+74
* posix: Consolidate Linux mq_timedsend syscallAdhemerval Zanella2017-05-184-1/+39
* posix: Consolidate Linux mq_timedreceive syscallAdhemerval Zanella2017-05-184-1/+40
* linux: Consolidate Linux open_by_handle_at syscallAdhemerval Zanella2017-05-185-2/+48
* linux: Consolidate Linux splice syscallAdhemerval Zanella2017-05-185-2/+36
* linux: Consolidate Linux vmsplice syscallAdhemerval Zanella2017-05-185-2/+35
* posix: Consolidate Linux fsync syscallAdhemerval Zanella2017-05-186-2/+38
* posix: Consolidate Linux fdatasync syscallAdhemerval Zanella2017-05-185-1/+37
* posix: Consolidate Linux msync syscallAdhemerval Zanella2017-05-185-1/+33
* posix: Consolidate Linux sigsuspend implementationAdhemerval Zanella2017-05-185-40/+7
* linux: Consolidate Linux tee implementationAdhemerval Zanella2017-05-184-2/+34
* posix: Consolidate Linux nanosleep syscallAdhemerval Zanella2017-05-185-1/+38
* posix: Consolidate Linux waitpid syscallAdhemerval Zanella2017-05-187-28/+8
* posix: Consolidate Linux pause syscallAdhemerval Zanella2017-05-187-23/+24
* Correct comments in x86_64/multiarch/memcmp.SH.J. Lu2017-05-182-3/+8
* Reduce value of LD_HWCAP_MASK for tst-env-setuid test caseSiddhesh Poyarekar2017-05-192-1/+6
* manual: Convert @tables of annotated @items to @vtables.Rical Jasan2017-05-186-32/+41
* manual: Fix up invalid header and standards syntax.Rical Jasan2017-05-187-13/+23
* powerpc: Improve memcmp performance for POWER8Rajalakshmi Srinivasaraghavan2017-05-186-2/+1494
* float128: Extend __MATH_TG for float128 supportGabriel F. T. Gomes2017-05-173-0/+44
* powerpc: Add a POWER8-optimized version of cosf()Paul Clarke2017-05-176-1/+603
* Convert e_exp2l.c into a templateGabriel F. T. Gomes2017-05-174-22/+31
* tunables: Add support for tunables of uint64_t typeSiddhesh Poyarekar2017-05-174-55/+55
* tunables: Specify a default value for tunablesSiddhesh Poyarekar2017-05-173-2/+18
* posix: Fix and simplify default p{read,write}v implementationAdhemerval Zanella2017-05-1511-172/+236
* float128: Enable use of IEEE wrapper templatesGabriel F. T. Gomes2017-05-152-0/+9
* float128: Add private _Float128 declarations for libm.Paul E. Murphy2017-05-159-3/+175
* float128: Include math-finite.h for _Float128Gabriel F. T. Gomes2017-05-153-5/+39
* float128: Add public _Float128 declarations to libm.Paul E. Murphy2017-05-159-18/+230