]> sourceware.org Git - glibc.git/history - sysdeps/i386
BZ #12310: pthread_exit in static app. segfaults
[glibc.git] / sysdeps / i386 /
2013-06-12 Siddhesh PoyarekarSet/restore rounding mode only when needed
2013-06-06 Ondrej BilkaFix leading whitespaces.
2013-05-31 Joseph MyersLink extra-libs consistently with libc and ld.so.
2013-05-29 Siddhesh PoyarekarAvoid crashing in LD_DEBUG when program name is unavailable
2013-05-24 Joseph MyersTest drem and pow10 in libm-test.inc.
2013-05-24 Joseph MyersUse same tests for isfinite/finite, lgamma/gamma.
2013-05-22 Joseph MyersDon't include expected results in libm-test test names.
2013-05-19 Joseph MyersHandle sincos with generic libm-test logic.
2013-05-12 Joseph MyersConvert TEST_ff_f tests from code to data.
2013-05-08 Joseph MyersImprove tgamma accuracy (bugs 2546, 2560, 5159, 15426).
2013-05-01 Joseph MyersFix catan, catanh spurious underflows (bug 15423).
2013-04-30 Joseph MyersFix catan, catanh inaccuracy from atan2 denominators...
2013-04-27 Joseph MyersFix catan, catanh spurious overflows (bug 15409).
2013-04-27 Allan McRaeUpdate i386 libm-test ULPs
2013-04-24 Joseph MyersFix catan, catanh inaccuracy through use of log (bug...
2013-04-18 Carlos O'DonellConfiguring for i386 is no longer supported.
2013-04-11 Carlos O'Donelllibm-test.inc: Fix tests where cos(PI/2) != 0.
2013-04-06 Carlos O'Donelli386: Fail at configure time for i386 builds.
2013-04-03 Thomas SchwingeRefer to two GCC PRs.
2013-04-02 Joseph MyersFix cacosh inaccuracy and spurious exceptions (bug...
2013-03-30 Joseph MyersFix casinh inaccuracy for imaginary part < 1.0, real...
2013-03-27 Joseph MyersFix casinh inaccuracy near i, imaginary part > 1 (bug...
2013-03-21 Thomas SchwingeOn 32-bit x86, disable certain tests involving sNaN...
2013-03-21 Joseph MyersFix Bessel function spurious overflows for ldbl-128...
2013-03-21 Joseph MyersFix casinh inaccuracy for argument with imaginary part...
2013-03-20 Joseph MyersMove system-specific settings out of toplevel configure...
2013-03-16 Joseph MyersFix y1l spurious overflows for ldbl-96 (bug 15283).
2013-02-21 Joseph MyersRemove remaining bounded-pointers support from i386...
2013-02-19 Joseph MyersRemove some bounded-pointers support from i386 .S files.
2013-02-15 Joseph MyersRemove bounded-pointers build system support.
2013-02-15 Joseph MyersRemove miscellaneous bounded-pointers relics in C code.
2013-02-14 Joseph MyersRemove bp-sym.h and BP_SYM uses from C code.
2013-02-13 Joseph MyersRemove __ptrvalue, __bounded and __unbounded.
2013-02-04 Joseph MyersRemove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr.
2013-01-31 Joseph MyersFix casinh spurious underflows away from [-i,i] (bug...
2013-01-18 Siddhesh PoyarekarFix application of the exception mask
2013-01-17 Joseph MyersFix cacos real-part inaccuracy for result real part...
2013-01-17 H.J. LuImplement x86 SIZE32/SIZE64 relocations
2013-01-07 Joseph MyersFix casinh, casin overflow (bug 14996).
2013-01-06 H.J. LuChange __x86_64 prefix in cache size to __x86
2013-01-04 Joseph MyersFix casinh, casin inaccuracy from cancellation (bug...
2013-01-02 Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-11-28 Joseph MyersFix powl inaccuracy for x86_64 and x86 (bug 13881).
2012-11-22 Andreas SchwabUpdate i386 libm-test ULPs
2012-11-18 David S. MillerCorrect tinyness handling in long-double and float...
2012-11-07 Joseph MyersFix spurious underflows from pow with results close...
2012-11-03 Joseph MyersMake fma use of Dekker and Knuth algorithms use round...
2012-10-31 H.J. LuUse sysdeps/x86/tininess.h for i386 and x86_64
2012-10-30 Joseph MyersFix strtod handling of underflow (bug 14047).
2012-10-11 H.J. LuAdd i686 __libc_ifunc_impl_list
2012-10-09 Roland McGrathAdd missing magic to GLIBC_PROVIDES.
2012-10-01 Roland McGrathClean up init-first.c files.
2012-09-25 Joseph MyersFix inaccuracy of clog, clog10 near |z| = 1 (bug 13629).
2012-09-25 Liubov DmitrievaAdd optimized sincosf for SSE2 for x86 and x86-64
2012-09-12 Allan McRaeUpdate i386 ULPs for recently added math tests
2012-09-10 Liubov DmitrievaFix x86 SSE cosf, sinf issues
2012-09-03 Andreas JaegerUpdate libm-test-ulps
2012-09-03 Liubov DmitrievaAdd optimized sinf and cosf routines for x86 and x86-64
2012-08-15 Andreas JaegerRemove executable permissions checked in by accident
2012-08-15 Liubov DmitrievaFix segmentation fault in strncasecmp for i686
2012-08-15 Mike Frysingeri386/x86_64: punt HAVE_CPP_ASM_DEBUGINFO
2012-08-14 Andreas JaegerAnother ULPs update.
2012-08-14 Andreas JaegerUpdate i386 ULPs
2012-08-09 H.J. LuAvoid DWARF definition DIE on ifunc symbols
2012-08-02 Marek PolacekGet rid of ASM_TYPE_DIRECTIVE{,_PREFIX}.
2012-07-31 Joseph MyersImprove clog, clog10 handling of values with real or...
2012-07-26 Joseph MyersImprove clog, clog10 handling of values with real or...
2012-07-26 Joseph MyersMove testsuite audit definitions to sysdeps tst-audit...
2012-07-25 Joseph MyersMove ldsodefs.h audit definitions to sysdeps directories.
2012-07-17 Marek PolacekRemove TLS configure checks.
2012-07-17 Joseph MyersSplit tls-macros.h into sysdeps directories.
2012-07-10 Marek PolacekGet rid of ASM_GLOBAL_DIRECTIVE.
2012-07-09 Joseph MyersFix clog, clog10 spurious underflow exceptions (bug...
2012-07-06 Joseph MyersFix tanf underflow close to pi/4 (bug 14154).
2012-07-06 Joseph MyersFix expm1 spurious underflow exceptions (bug 6778).
2012-07-05 Joseph MyersFix csqrt underflow (bugs 14157, 14331).
2012-07-04 Joseph MyersFix ctan, ctanh of subnormals in round-upwards mode...
2012-07-03 Joseph MyersFix float range reduction problems (bug 14283).
2012-07-01 Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge glibc-2.16.90
2012-06-23 Thomas SchwingeSome missing bits from sysdeps/*/elf dismissal.
2012-06-21 H.J. LuFix a typo in i386 SYSCALL_PIC_SETUP
2012-06-18 H.J. LuUse x86-64 fpu_control.h for i386 and x86_64
2012-06-15 H.J. LuUse i386 bits/mathinline.h for i386 and x86_64
2012-06-15 H.J. LuDisable x87 inline functions for x86-64
2012-06-13 H.J. LuAdd SSE math and C++ namespace to i386 bits/mathinline.h
2012-06-06 H.J. LuUse x86_64 fpu/bits/fenv.h for i386 and x86_64
2012-06-04 H.J. LuUse i486 bits/string.h for i386 and x86_64
2012-06-04 H.J. LuProvide 32-bit inline string functions for >= i486
2012-05-30 H.J. LuUse i386 bits/huge_vall.h for i386/x86-64
2012-05-30 H.J. LuUse x86_64 bits/select.h for i386/x86_64
2012-05-30 H.J. LuUse x86_64 bits/setjmp.h for i386/x86_64
2012-05-30 H.J. LuUse x86_64 bits/mathdef.h for i386/x86_64
2012-05-30 H.J. LuUse x86_64 bits/{link.h,linkmap.h} for i386/x86_64
2012-05-30 H.J. LuUse the same bits/endian.h for i386/x86_64
2012-05-30 H.J. LuUse x86-64 bits/byteswap.h for both i386 and x86_64
2012-05-25 Roland McGrathAdd systemtap static probe points in setjmp/longjmp...
2012-05-24 Joseph MyersDon't include exceptions in libm-test-ulps test names.
2012-05-24 Joseph MyersTest underflow exceptions in libm-test.inc.
2012-05-21 Andreas JaegerFix warnings in wcschr-c.c
2012-05-19 Joseph MyersFix ccos, csin, ccosh, csinh overflows (bug 14123).
next
This page took 0.114038 seconds and 8 git commands to generate.