aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386
AgeCommit message (Expand)AuthorFilesLines
2018-12-18x86: Merge i386/x86_64 atomic-machine.hH.J. Lu1-545/+0
2018-11-21Remove the error handling wrapper from powSzabolcs Nagy1-0/+1
2018-11-21Remove the error handling wrapper from log2Szabolcs Nagy1-0/+1
2018-11-21Remove the error handling wrapper from logSzabolcs Nagy1-0/+1
2018-11-21Remove the error handling wrapper from exp and exp2Szabolcs Nagy2-0/+2
2018-11-12Fix i686 build with GCC 9.Joseph Myers6-6/+6
2018-10-17x86: Use _rdtsc intrinsic for HP_TIMING_NOWH.J. Lu4-48/+21
2018-09-28Remove unnecessary math_private.h includes.Joseph Myers7-7/+0
2018-09-28i386: Use _dl_runtime_[resolve|profile]_shstk for SHSTK [BZ #23716]H.J. Lu2-69/+11
2018-09-19Add new pow implementationSzabolcs Nagy1-0/+1
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers1-0/+1
2018-09-12Add new log2 implementationSzabolcs Nagy1-0/+1
2018-09-12Add new log implementationSzabolcs Nagy1-0/+1
2018-09-12i386: Use ENTRY and END in start.S [BZ #23606]H.J. Lu1-4/+6
2018-09-05Add new exp and exp2 implementationsSzabolcs Nagy3-1/+2
2018-08-31[BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov1-1/+1
2018-08-28Split fenv_private.h out of math_private.h more consistently.Joseph Myers2-502/+0
2018-08-24Remove unused math filesWilco Dijkstra1-3/+0
2018-08-10Move SNAN_TESTS_* out of math-tests.h.Joseph Myers1-7/+19
2018-08-10Move __fentry__ version definition to sysdeps/{i386,x86_64}Ilya Leoshkevich1-0/+3
2018-08-03x86: Don't include <init-arch.h> in assembly codesH.J. Lu1-1/+0
2018-07-25x86: Rename __glibc_reserved2 to ssp_base in tcbhead_tH.J. Lu2-1/+3
2018-07-18i386: Use _CET_NOTRACK in memset-sse2-rep.SH.J. Lu1-2/+2
2018-07-18i386: Use _CET_NOTRACK in strcat-sse2.SH.J. Lu1-2/+2
2018-07-18i386: Use _CET_NOTRACK in strcpy-sse2.SH.J. Lu1-2/+2
2018-07-18i386: Use _CET_NOTRACK in memcpy-ssse3.SH.J. Lu1-2/+2
2018-07-18i386: Use _CET_NOTRACK in memcpy-ssse3-rep.SH.J. Lu1-4/+4
2018-07-18i386: Use _CET_NOTRACK in memcmp-sse4.SH.J. Lu1-2/+2
2018-07-18i386: Use _CET_NOTRACK in memset-sse2.SH.J. Lu1-2/+2
2018-07-18i386: Use _CET_NOTRACK in i686/memcmp.SH.J. Lu1-2/+2
2018-07-17i386: Add _CET_ENDBR to indirect jump targets in add_n.S/sub_n.SH.J. Lu3-3/+77
2018-07-17x86: Add _CET_ENDBR to functions in dl-tlsdesc.SH.J. Lu1-0/+7
2018-07-17x86: Add _CET_ENDBR to functions in crti.SH.J. Lu1-0/+2
2018-07-16x86: Support IBT and SHSTK in Intel CET [BZ #21598]H.J. Lu2-0/+139
2018-07-14x86: Support shadow stack pointer in setjmp/longjmpH.J. Lu4-0/+136
2018-07-14x86: Rename __glibc_reserved1 to feature_1 in tcbhead_t [BZ #22563]H.J. Lu2-1/+5
2018-06-21math: Set 387 and SSE2 rounding mode for tgamma on i386 [BZ #23253]Florian Weimer2-5/+21
2018-06-12i386: Change offset of __private_ss to 0x30 [BZ #23250]H.J. Lu1-1/+6
2018-06-12x86: Make strncmp usable from rtldFlorian Weimer1-1/+1
2018-06-08Mark _init and _fini as hidden [BZ #23145]H.J. Lu1-0/+2
2018-06-01math: Update i686 ulps (--disable-multi-arch configuration)Florian Weimer1-278/+294
2018-06-01math: Update i686 ulpsFlorian Weimer1-270/+278
2018-05-22i386: Drop -mpreferred-stack-boundary=4Florian Weimer2-43/+1
2018-05-17nptl: Remove __ASSUME_PRIVATE_FUTEXH.J. Lu2-7/+0
2018-05-17Add narrowing divide functions.Joseph Myers1-0/+29
2018-05-16Add narrowing multiply functions.Joseph Myers1-0/+29
2018-05-14i386: Replace PREINIT_FUNCTION@PLT with *%eax in callH.J. Lu1-1/+1
2018-05-14x86: Add sysdeps/x86/ldsodefs.hH.J. Lu1-41/+0
2018-05-11Do not include math-barriers.h in math_private.h.Joseph Myers3-0/+3
2018-05-09Move math_opt_barrier, math_force_eval to separate math-barriers.h.Joseph Myers1-39/+0