aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86
AgeCommit message (Expand)AuthorFilesLines
2020-03-30x86: Remove feraiseexcept optimizationAdhemerval Zanella2-111/+0
2020-03-18x86: Remove ARCH_CET_LEGACY_BITMAP [BZ #25397]H.J. Lu8-183/+165
2020-02-18Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer1-0/+20
2020-02-09x86: Remove <bits/select.h> and use the generic versionFlorian Weimer1-63/+0
2020-02-01x86: Don't make 2 calls to dlerror () in a rowH.J. Lu2-2/+2
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra1-1/+2
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers71-71/+71
2019-12-26nptl: Remove duplicate internal __SIZEOF_PTHREAD_MUTEX_T (BZ#25241)Adhemerval Zanella1-3/+0
2019-11-26nptl: Add struct_rwlock.hAdhemerval Zanella2-28/+65
2019-11-26nptl: Add struct_mutex.hAdhemerval Zanella2-12/+63
2019-11-26nptl: Remove rwlock elision definitionsAdhemerval Zanella1-10/+2
2019-10-18elf: Use nocancel pread64() instead of lseek()+read()Leandro Pereira1-2/+1
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis2-7/+11
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert69-69/+69
2019-08-13Declare most TS 18661-1 interfaces for C2X.Joseph Myers1-1/+1
2019-07-01Call _dl_open_check after relocation [BZ #24259]H.J. Lu16-3/+332
2019-06-26x86: Add sysdeps/x86/dl-lookupcfg.hH.J. Lu1-0/+31
2019-03-22Refactor hp-timing rtld usageAdhemerval Zanella1-4/+0
2019-03-14Remove obsolete, never-implemented XSI STREAMS declarationsFlorian Weimer1-33/+0
2019-03-07Fix location where math-vector-fortran.h is installed.marxin1-0/+0
2019-02-27Add some spaces before '('.Joseph Myers1-1/+1
2019-02-25Break more lines before not after operators.Joseph Myers1-4/+4
2019-02-20Add new Fortran vector math header file.marxin1-0/+43
2019-02-12Add fall-through comments.Joseph Myers1-0/+2
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers62-62/+62
2018-12-26x86-64: Vectorize sincosf_poly and update s_sincosf-fma.cH.J. Lu2-0/+179
2018-12-19Remove x86 mathinline.h.Joseph Myers2-295/+32
2018-12-19Remove x86 mathinline.h sinh, cosh, tanh inlines.Joseph Myers1-16/+0
2018-12-18x86: Merge i386/x86_64 atomic-machine.hH.J. Lu1-0/+571
2018-12-14Remove x86 mathinline.h asinh, acosh, atanh inlines.Joseph Myers1-13/+0
2018-12-13x86: Add Hygon Dhyana support.Carlos O'Donell1-2/+3
2018-12-12Remove x86 mathinline.h hypot inline.Joseph Myers1-4/+0
2018-12-03x86: Extend CPUID support in struct cpu_featuresH.J. Lu4-242/+1246
2018-11-23x86/CET: Add a re-exec test with legacy bitmapH.J. Lu2-2/+86
2018-11-08Check multiple NT_GNU_PROPERTY_TYPE_0 notes [BZ #23509]H.J. Lu2-14/+46
2018-10-24x86: Support RDTSCP for benchtestsH.J. Lu1-1/+13
2018-10-23x86: Fix Haswell strong flags (BZ#23709)Adhemerval Zanella1-0/+6
2018-10-21x86: Don't include <x86intrin.h>H.J. Lu1-4/+5
2018-10-17x86: Use _rdtsc intrinsic for HP_TIMING_NOWH.J. Lu2-0/+53
2018-09-27Use round functions not __round functions in glibc libm.Joseph Myers1-1/+1
2018-09-20Invert sense of list of i686-class processors in sysdeps/x86/cpu-features.h.Joseph Myers1-18/+7
2018-08-28Split fenv_private.h out of math_private.h more consistently.Joseph Myers1-0/+497
2018-08-10Move SNAN_TESTS_* out of math-tests.h.Joseph Myers1-25/+0
2018-08-06x86: Move STATE_SAVE_OFFSET/STATE_SAVE_MASK to sysdep.hH.J. Lu2-14/+9
2018-08-03x86: Cleanup cpu-features-offsets.symH.J. Lu1-19/+1
2018-08-02Rename the glibc.tune namespace to glibc.cpuSiddhesh Poyarekar6-11/+11
2018-08-01x86: Rename get_common_indeces to get_common_indicesH.J. Lu1-4/+4
2018-07-30x86/CET: Fix property note parser [BZ #23467]H.J. Lu1-9/+20
2018-07-30x86: Add tst-get-cpu-features-static to $(tests) [BZ #23458]H.J. Lu1-1/+1
2018-07-27x86/CET: Don't parse beyond the note endH.J. Lu1-1/+1