about summary refs log tree commit diff
path: root/sysdeps/i386
Commit message (Expand)AuthorAgeFilesLines
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-141-0/+1
* Add new log2 implementationSzabolcs Nagy2018-09-121-0/+1
* Add new log implementationSzabolcs Nagy2018-09-121-0/+1
* i386: Use ENTRY and END in start.S [BZ #23606]H.J. Lu2018-09-121-4/+6
* Add new exp and exp2 implementationsSzabolcs Nagy2018-09-053-1/+2
* [BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov2018-08-311-1/+1
* Split fenv_private.h out of math_private.h more consistently.Joseph Myers2018-08-282-502/+0
* Remove unused math filesWilco Dijkstra2018-08-241-3/+0
* Move SNAN_TESTS_* out of math-tests.h.Joseph Myers2018-08-101-7/+19
* Move __fentry__ version definition to sysdeps/{i386,x86_64}Ilya Leoshkevich2018-08-101-0/+3
* x86: Don't include <init-arch.h> in assembly codesH.J. Lu2018-08-031-1/+0
* x86: Rename __glibc_reserved2 to ssp_base in tcbhead_tH.J. Lu2018-07-252-1/+3
* i386: Use _CET_NOTRACK in memset-sse2-rep.SH.J. Lu2018-07-181-2/+2
* i386: Use _CET_NOTRACK in strcat-sse2.SH.J. Lu2018-07-181-2/+2
* i386: Use _CET_NOTRACK in strcpy-sse2.SH.J. Lu2018-07-181-2/+2
* i386: Use _CET_NOTRACK in memcpy-ssse3.SH.J. Lu2018-07-181-2/+2
* i386: Use _CET_NOTRACK in memcpy-ssse3-rep.SH.J. Lu2018-07-181-4/+4
* i386: Use _CET_NOTRACK in memcmp-sse4.SH.J. Lu2018-07-181-2/+2
* i386: Use _CET_NOTRACK in memset-sse2.SH.J. Lu2018-07-181-2/+2
* i386: Use _CET_NOTRACK in i686/memcmp.SH.J. Lu2018-07-181-2/+2
* i386: Add _CET_ENDBR to indirect jump targets in add_n.S/sub_n.SH.J. Lu2018-07-173-3/+77
* x86: Add _CET_ENDBR to functions in dl-tlsdesc.SH.J. Lu2018-07-171-0/+7
* x86: Add _CET_ENDBR to functions in crti.SH.J. Lu2018-07-171-0/+2
* x86: Support IBT and SHSTK in Intel CET [BZ #21598]H.J. Lu2018-07-162-0/+139
* x86: Support shadow stack pointer in setjmp/longjmpH.J. Lu2018-07-144-0/+136
* x86: Rename __glibc_reserved1 to feature_1 in tcbhead_t [BZ #22563]H.J. Lu2018-07-142-1/+5
* math: Set 387 and SSE2 rounding mode for tgamma on i386 [BZ #23253]Florian Weimer2018-06-212-5/+21
* i386: Change offset of __private_ss to 0x30 [BZ #23250]H.J. Lu2018-06-121-1/+6
* x86: Make strncmp usable from rtldFlorian Weimer2018-06-121-1/+1
* Mark _init and _fini as hidden [BZ #23145]H.J. Lu2018-06-081-0/+2
* math: Update i686 ulps (--disable-multi-arch configuration)Florian Weimer2018-06-011-278/+294
* math: Update i686 ulpsFlorian Weimer2018-06-011-270/+278
* i386: Drop -mpreferred-stack-boundary=4Florian Weimer2018-05-222-43/+1
* nptl: Remove __ASSUME_PRIVATE_FUTEXH.J. Lu2018-05-172-7/+0
* Add narrowing divide functions.Joseph Myers2018-05-171-0/+29
* Add narrowing multiply functions.Joseph Myers2018-05-161-0/+29
* i386: Replace PREINIT_FUNCTION@PLT with *%eax in callH.J. Lu2018-05-141-1/+1
* x86: Add sysdeps/x86/ldsodefs.hH.J. Lu2018-05-141-41/+0
* Do not include math-barriers.h in math_private.h.Joseph Myers2018-05-113-0/+3
* Move math_opt_barrier, math_force_eval to separate math-barriers.h.Joseph Myers2018-05-091-39/+0
* Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers2018-05-093-0/+3
* Drop fpregset unused symbol expositionSamuel Thibault2018-04-201-1/+1
* Update i386 libm-test-ulps.Adhemerval Zanella2018-04-061-4/+10
* elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki2018-04-041-2/+2
* hurd: Bump remaining LGPL2+ htl licences to LGPL 2.1+Samuel Thibault2018-04-021-7/+7
* hurd: Add hurd thread librarySamuel Thibault2018-04-023-0/+79
* Fix i386 memmove issue (bug 22644).Andrew Senkevich2018-03-231-6/+6
* Add narrowing subtract functions.Joseph Myers2018-03-201-0/+41
* Update i386 libm-test-ulps.Joseph Myers2018-03-162-24/+24
* Add support for sqrt asm redirectsWilco Dijkstra2018-03-152-0/+2