about summary refs log tree commit diff
path: root/sysdeps/x86_64
Commit message (Expand)AuthorAgeFilesLines
* Move bits/atomic.h to atomic-machine.h (bug 14912).Joseph Myers2015-09-111-0/+0
* Add more randomly-generated libm tests.Joseph Myers2015-09-111-33/+33
* Fix lgamma (negative) inaccuracy (bug 2542, bug 2543, bug 2558).Joseph Myers2015-09-101-48/+48
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-081-1/+1
* Don't disable SSE in x86-64 ld.soH.J. Lu2015-08-261-0/+4
* Use SSE2 optimized strcmp in x86-64 ld.soH.J. Lu2015-08-251-253/+216
* Replace %xmm[8-12] with %xmm[0-4]H.J. Lu2015-08-251-47/+47
* Remove x86-64 rtld-xxx.c and rtld-xxx.SH.J. Lu2015-08-256-464/+0
* Replace %xmm8 with %xmm0H.J. Lu2015-08-251-26/+26
* Fix strcpy_chk and stpcpy_chk performance.Ondřej Bílka2015-08-252-211/+0
* Save and restore vector registers in x86-64 ld.soH.J. Lu2015-08-258-501/+472
* Remove the unused IFUNC filesH.J. Lu2015-08-202-17/+0
* Move x86_64 init-arch.h to sysdeps/x86/init-arch.hH.J. Lu2015-08-202-23/+1
* Fix dynamic linker issue with bind-nowPetar Jovanovic2015-08-193-0/+38
* Fix BZ #18084 -- backtrace (..., 0) dumps core on x86.Paul Pluzhnikov2015-08-151-2/+5
* Regenerated sysdeps/x86_64/fpu/libm-test-ulps with AVX2.Paul Pluzhnikov2015-08-141-1/+1
* Remove incorrect register mov in floorf/nearbyint on x86_64Siddhesh Poyarekar2015-08-142-2/+0
* Add more random libm-test inputs.Joseph Myers2015-08-131-62/+64
* Update libmvec multiarch functions for <cpu-features.h>H.J. Lu2015-08-1338-227/+125
* Update x86_64 multiarch functions for <cpu-features.h>H.J. Lu2015-08-1339-233/+246
* Add _dl_x86_cpu_features to rtld_globalH.J. Lu2015-08-1310-546/+78
* Add more tests of various libm functions.Joseph Myers2015-08-111-12/+12
* Align stack to 16 bytes when calling __errno_locationH.J. Lu2015-08-053-0/+18
* Compile {memcpy,strcmp}-sse2-unaligned.S only for libcH.J. Lu2015-08-052-0/+8
* Prevent runtime fail of SSE vector math tests on non SSE4.1 machine.Andrew Senkevich2015-07-301-2/+0
* Extend local PLT reference checkH.J. Lu2015-07-291-0/+19
* Added runtime check for AVX vector math tests.Andrew Senkevich2015-07-293-1/+27
* Fixed several libmvec bugs found during testing on KNL hardware.Andrew Senkevich2015-07-2415-223/+201
* Modify several tests to use test-skeleton.cArjun Shankar2015-07-151-2/+5
* Improve bndmov encoding with zero displacementH.J. Lu2015-07-091-0/+8
* Preserve bound registers for pointer pass/returnIgor Zamyatin2015-07-092-20/+25
* Add la_symbind32 to x86-64 audit testsH.J. Lu2015-07-076-0/+60
* Clean up BUSY_WAIT_NOP and atomic_delay.Torvald Riegel2015-06-301-1/+1
* Improve tgamma accuracy (bug 18613).Joseph Myers2015-06-291-4/+28
* Use round-to-nearest internally in jn, test with ALL_RM_TEST (bug 18602).Joseph Myers2015-06-251-0/+24
* Refactor libm tests.Joseph Myers2015-06-248-8/+0
* Fix cexp, ccos, ccosh, csin, csinh spurious underflows (bug 18594).Joseph Myers2015-06-241-0/+52
* Fix csin, csinh overflow in directed rounding modes (bug 18593).Joseph Myers2015-06-241-4/+4
* Combination of data tables for x86_64 vector functions sinf, cosf and sincosf.Andrew Senkevich2015-06-2418-3586/+197
* Fix atomic_full_barrier on x86 and x86_64.Torvald Riegel2015-06-231-0/+7
* Combination of data tables for x86_64 vector functions sin, cos and sincos.Andrew Senkevich2015-06-2320-439/+173
* Fix x86_64 / x86 expm1l (-min_subnorm) result sign (bug 18569).Joseph Myers2015-06-211-0/+6
* Fix x86 / x86_64 expl, exp10l missing underflows (bug 16361).Joseph Myers2015-06-211-1/+14
* Vector sincosf for x86_64 and tests.Andrew Senkevich2015-06-1825-41/+2614
* Vector sincos for x86_64 and tests.Andrew Senkevich2015-06-1825-1/+1770
* Vector powf for x86_64 and tests.Andrew Senkevich2015-06-1825-2/+5586
* Vector pow for x86_64 and tests.Andrew Senkevich2015-06-1725-2/+6886
* Vector expf for x86_64 and tests.Andrew Senkevich2015-06-1724-1/+1214
* Vector exp for x86_64 and tests.Andrew Senkevich2015-06-1724-2/+2281
* Vector logf for x86_64 and tests.Andrew Senkevich2015-06-1724-2/+1191