aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386
AgeCommit message (Collapse)Author
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-02-08Reduce ldouble ULPs for jn tests on x86Andreas Schwab
2012-02-08Support crti.S and crtn.S provided directly by architectures.Joseph Myers
2012-02-07Remove __ELF__ conditionalsMarek Polacek
2012-02-06Undefine and redefine __i686 for assembly code.Joseph Myers
2012-02-06Match x86 PIC thunk names to compiler version.Joseph Myers
2012-02-05Use macro for PIC setup in inline asm.Joseph Myers
2012-02-03Use macros for x86 PIC thunk names.Joseph Myers
2012-02-03Consistently use macros for x86 PIC thunks.Joseph Myers
2012-01-28Use -msse2avx option for x86-64 libm functionsUlrich Drepper
2012-01-27Remove __STDC__ conditionals from libm.Joseph Myers
2012-01-26Remove __STDC__ conditionals from non-installed headers.Joseph Myers
2012-01-08More fallout from supporting only ELFUlrich Drepper
2012-01-07Remove pre-ISO C supportUlrich Drepper
No more __const.
2012-01-07Remove non-ELF supportUlrich Drepper
2011-12-23Prevent warnings due to long long constantsUlrich Drepper
2011-12-23Optimize x86-32 feraiseexcept also for !__SSE_MATH__Ulrich Drepper
2011-12-23Fix wrong copying processing for last bytes in x86-32 wcscpyLiubov Dmitrieva
Wrong copy algorithm for last bytes, not thread safety. In some particular cases it uses the destination memory beyond the string end for 16-byte load, puts changes into that part that is relevant to destination string and writes whole 16-byte chunk into memory. I have a test case where the memory beyond the string end contains malloc/free data, that appear corrupted in case free() updates it in between the 16-byte read and 16-byte write.
2011-12-22Add feraiseexcept optimization for x86-32Ulrich Drepper
2011-12-22Also retrieve SSE exceptions in x86-32 fegetexceptflagUlrich Drepper
2011-12-22Fix overrun in strcpy destination buffer in x86-32/SSSE3 versionLiubov Dmitrieva
2011-12-17Optimized wcschr and wcscpy for x86-64 and x86-32Ulrich Drepper
2011-11-16Fix SSSE3/SSE4.2 strcasecmp[_l]/strncasecmp[_l] for non-PIC and ↵Andreas Schwab
-mno-tls-direct-seg-refs
2011-11-14Add SSE4.2 support for strcasecmp and strncasecmp on x86-32Ulrich Drepper
2011-11-13SSSE3 optimized strcasecmp and strncasecmp for x86-32Ulrich Drepper
2011-11-12Fix warnings in fallback C code of x86-32 wide memory functionsUlrich Drepper
2011-11-08Remove unnecessary code from x86-32 SSSE3 strncmpUlrich Drepper
2011-10-28Fix some warning nitsAndreas Schwab
2011-10-28Move wide char related routines to wcsmbs subdirAndreas Schwab
2011-10-26Make math_force_eval accept non-addressable argumentsAndreas Schwab
2011-10-23Fix strnlen changeUlrich Drepper
2011-10-23Add optimized wcslen and strnlen for x86-32Liubov Dmitrieva
2011-10-23Improve x86-32 SSSE3 memcpyMichael Zolotukhin
2011-10-23Fix WSUlrich Drepper
2011-10-23Fix signedness in wcscmp comparisonLiubov Dmitrieva
2011-10-20Check for FMA4 support and generate appropriate fma functionsUlrich Drepper
2011-10-15No need for boundary case handling in x86-32 __ieee_logUlrich Drepper
2011-10-15Optimize expUlrich Drepper
Add __exp*_finite optimizations and rewrite some wrappers.
2011-10-15No need for boundary case handling in x86-32 __ieee_logfUlrich Drepper
2011-10-15Optimized memcmp and wmemcmp for x86-64 and x86-32Liubov Dmitrieva
2011-10-14Optimize x86-32 logUlrich Drepper
2011-10-12Fix whitespacesUlrich Drepper
2011-10-12Optimized memchr, memrchr, rawmemchr for x86-32Liubov Dmitrieva
2011-10-12Optimize libmUlrich Drepper
libm is now somewhat integrated with gcc's -ffinite-math-only option and lots of the wrapper functions have been optimized.
2011-10-05Don't call ifunc functions in trace modeAndreas Schwab
2011-09-13Avoid macro clash between <sys/select.h> and <linux/posix_types.h>Andreas Schwab
2011-09-11Remove --wth-tls option, TLS support is requiredUlrich Drepper
2011-09-10Remove support for !USE___THREADUlrich Drepper
2011-09-09Fix jn precisionPetr Baudis
2011-09-07Fix up x86-32 section names for Atom codeLiubov Dmitrieva