about summary refs log tree commit diff
path: root/sysdeps/i386
Commit message (Collapse)AuthorAgeFilesLines
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-09238-714/+476
|
* Reduce ldouble ULPs for jn tests on x86Andreas Schwab2012-02-081-18/+16
|
* Support crti.S and crtn.S provided directly by architectures.Joseph Myers2012-02-084-10/+133
|
* Remove __ELF__ conditionalsMarek Polacek2012-02-0741-201/+50
|
* Undefine and redefine __i686 for assembly code.Joseph Myers2012-02-061-1/+7
|
* Match x86 PIC thunk names to compiler version.Joseph Myers2012-02-061-3/+16
|
* Use macro for PIC setup in inline asm.Joseph Myers2012-02-051-0/+20
|
* Use macros for x86 PIC thunk names.Joseph Myers2012-02-031-8/+14
|
* Consistently use macros for x86 PIC thunks.Joseph Myers2012-02-0342-429/+105
|
* Use -msse2avx option for x86-64 libm functionsUlrich Drepper2012-01-282-0/+34
|
* Remove __STDC__ conditionals from libm.Joseph Myers2012-01-275-32/+5
|
* Remove __STDC__ conditionals from non-installed headers.Joseph Myers2012-01-261-10/+2
|
* More fallout from supporting only ELFUlrich Drepper2012-01-081-6/+0
|
* Remove pre-ISO C supportUlrich Drepper2012-01-072-115/+116
| | | | No more __const.
* Remove non-ELF supportUlrich Drepper2012-01-072-21/+3
|
* Prevent warnings due to long long constantsUlrich Drepper2011-12-231-10/+10
|
* Optimize x86-32 feraiseexcept also for !__SSE_MATH__Ulrich Drepper2011-12-231-1/+11
|
* Fix wrong copying processing for last bytes in x86-32 wcscpyLiubov Dmitrieva2011-12-231-41/+21
| | | | | | | | | | | 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.
* Add feraiseexcept optimization for x86-32Ulrich Drepper2011-12-221-1/+39
|
* Also retrieve SSE exceptions in x86-32 fegetexceptflagUlrich Drepper2011-12-221-4/+18
|
* Fix overrun in strcpy destination buffer in x86-32/SSSE3 versionLiubov Dmitrieva2011-12-221-745/+516
|
* Optimized wcschr and wcscpy for x86-64 and x86-32Ulrich Drepper2011-12-1710-1/+1370
|
* Fix SSSE3/SSE4.2 strcasecmp[_l]/strncasecmp[_l] for non-PIC and ↵Andreas Schwab2011-11-162-12/+68
| | | | -mno-tls-direct-seg-refs
* Add SSE4.2 support for strcasecmp and strncasecmp on x86-32Ulrich Drepper2011-11-148-89/+470
|
* SSSE3 optimized strcasecmp and strncasecmp for x86-32Ulrich Drepper2011-11-1314-266/+1058
|
* Fix warnings in fallback C code of x86-32 wide memory functionsUlrich Drepper2011-11-123-0/+12
|
* Remove unnecessary code from x86-32 SSSE3 strncmpUlrich Drepper2011-11-081-3/+1
|
* Fix some warning nitsAndreas Schwab2011-10-282-7/+5
|
* Move wide char related routines to wcsmbs subdirAndreas Schwab2011-10-281-3/+7
|
* Make math_force_eval accept non-addressable argumentsAndreas Schwab2011-10-261-3/+4
|
* Fix strnlen changeUlrich Drepper2011-10-231-0/+1
|
* Add optimized wcslen and strnlen for x86-32Liubov Dmitrieva2011-10-238-40/+723
|
* Improve x86-32 SSSE3 memcpyMichael Zolotukhin2011-10-231-219/+708
|
* Fix WSUlrich Drepper2011-10-231-5/+5
|
* Fix signedness in wcscmp comparisonLiubov Dmitrieva2011-10-231-71/+87
|
* Check for FMA4 support and generate appropriate fma functionsUlrich Drepper2011-10-202-20/+54
|
* No need for boundary case handling in x86-32 __ieee_logUlrich Drepper2011-10-151-52/+1
|
* Optimize expUlrich Drepper2011-10-153-3/+34
| | | | Add __exp*_finite optimizations and rewrite some wrappers.
* No need for boundary case handling in x86-32 __ieee_logfUlrich Drepper2011-10-151-52/+1
|
* Optimized memcmp and wmemcmp for x86-64 and x86-32Liubov Dmitrieva2011-10-157-282/+754
|
* Optimize x86-32 logUlrich Drepper2011-10-146-3/+299
|
* Fix whitespacesUlrich Drepper2011-10-122-10/+10
|
* Optimized memchr, memrchr, rawmemchr for x86-32Liubov Dmitrieva2011-10-1211-1/+2639
|
* Optimize libmUlrich Drepper2011-10-1246-149/+179
| | | | | libm is now somewhat integrated with gcc's -ffinite-math-only option and lots of the wrapper functions have been optimized.
* Don't call ifunc functions in trace modeAndreas Schwab2011-10-051-11/+16
|
* Avoid macro clash between <sys/select.h> and <linux/posix_types.h>Andreas Schwab2011-09-131-3/+3
|
* Remove --wth-tls option, TLS support is requiredUlrich Drepper2011-09-112-10/+5
|
* Remove support for !USE___THREADUlrich Drepper2011-09-101-24/+16
|
* Fix jn precisionPetr Baudis2011-09-091-4/+50
|
* Fix up x86-32 section names for Atom codeLiubov Dmitrieva2011-09-076-9/+6
|