aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2024-12-13AArch64: Update libm-test-ulpsWilco Dijkstra1-0/+80
2024-12-13s390: Simplify elf_machine_{load_address, dynamic} [BZ #31799]Stefan Liebler2-48/+20
2024-12-13or1k: Update libm-test-ulpsStafford Horne1-0/+27
2024-12-13nptl: Add <thread_pointer.h> for or1kMichael Jeanson1-0/+30
2024-12-12Implement C23 atan2piJoseph Myers38-0/+285
2024-12-11Implement C23 atanpiJoseph Myers38-0/+285
2024-12-11powerpc64: Fix dl-trampoline.S big-endian / non-ROP build failurePeter Bergner1-1/+5
2024-12-11powerpc: Use correct procedure call standard for getrandom vDSO call (bug 32440)Florian Weimer1-6/+11
2024-12-11Add TEST_CC and TEST_CXX supportH.J. Lu2-55/+185
2024-12-10powerpc64le: ROP changes for the dl-trampoline functionsPeter Bergner1-9/+31
2024-12-10Implement C23 asinpiJoseph Myers38-0/+285
2024-12-09Implement C23 acospiJoseph Myers38-0/+285
2024-12-09powerpc64le: ROP changes for the *context and setjmp functionsSachin Monga5-12/+60
2024-12-09nptl: Add <thread_pointer.h> for m68kMichael Jeanson1-0/+30
2024-12-09nptl: Add <thread_pointer.h> for RISC-VMichael Jeanson1-0/+40
2024-12-09nptl: add RSEQ_SIG for RISC-VMichael Jeanson1-0/+44
2024-12-09AArch64: Improve codegen in users of ADVSIMD expm1 helperPierre Blanchard5-162/+135
2024-12-09AArch64: Improve codegen in users of ADVSIMD log1p helperPierre Blanchard4-127/+93
2024-12-09AArch64: Improve codegen in AdvSIMD logsPierre Blanchard3-106/+140
2024-12-09AArch64: Improve codegen in AdvSIMD powPierre Blanchard1-53/+62
2024-12-09s390x: Regenerated ULPs.Stefan Liebler1-0/+60
2024-12-09htl: move pthread_condattr_setpshared into libc.gfleury5-3/+11
2024-12-09htl: move pthread_condattr_setclock into libc.gfleury5-4/+12
2024-12-09htl: move pthread_condattr_init into libc.gfleury6-5/+9
2024-12-09htl: move pthread_condattr_getpshared into libc.gfleury5-3/+11
2024-12-09htl: move pthread_condattr_getclock into libc.gfleury5-4/+11
2024-12-09htl: move __pthread_default_condattr into libc.gfleury1-0/+1
2024-12-09htl: move pthread_condattr_destroy into libc.gfleury5-5/+6
2024-12-08math: Add sinpi,cospi,tanpi sparc64 ulpsAndreas K. Hüttel1-0/+61
2024-12-08math: Add tanpi aarch64 ulpsAndreas K. Hüttel1-0/+20
2024-12-05Implement C23 tanpiJoseph Myers38-0/+285
2024-12-05powerpc: Update ulpsAdhemerval Zanella1-0/+48
2024-12-05AArch64: Update libm-test-ulpsWilco Dijkstra1-0/+40
2024-12-05i686: Update libm-test-ulpsH.J. Lu1-4/+4
2024-12-05x86-64: Update libm-test-ulpsH.J. Lu1-5/+5
2024-12-04Implement C23 sinpiJoseph Myers38-0/+285
2024-12-04Implement C23 cospiJoseph Myers38-0/+287
2024-12-04malloc: Optimize small memory clearing for callocH.J. Lu1-0/+49
2024-12-02elf: Consolidate stackinfo.hAdhemerval Zanella7-171/+13
2024-11-29Add threaded test of sem_trywaitJoseph Myers2-0/+78
2024-11-29nptl: Add new test for pthread_spin_trylockSergey Kolosov2-0/+83
2024-11-29AArch64: Remove zva_128 from memsetWilco Dijkstra1-24/+1
2024-11-28Remove nios2-linux-gnuAdhemerval Zanella110-8528/+113
2024-11-26math: Add internal roundeven_finiteAdhemerval Zanella5-3/+35
2024-11-25RISC-V: Use builtin for fma and fmafJulian Zhu3-68/+4
2024-11-25RISC-V: Use builtin for copysign and copysignfJulian Zhu2-58/+0
2024-11-25Silence most -Wzero-as-null-pointer-constant diagnosticsAlejandro Colomar10-15/+15
2024-11-25sysdeps: linux: Fix output of LD_SHOW_AUXV=1 for AT_RSEQ_*Yannick Le Pennec1-0/+2
2024-11-25nptl: initialize cpu_id_start prior to rseq registrationMichael Jeanson1-0/+1
2024-11-25math: Fix branch hint for 68d7128942Adhemerval Zanella1-1/+1