about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64
Commit message (Expand)AuthorAgeFilesLines
* wcsmbs: optimize wcscatAdhemerval Zanella2019-02-271-13/+12
* Add and move fall-through comments in system-specific code.Joseph Myers2019-02-261-0/+2
* powerpc64le: Remove test for GCC 6.2Gabriel F. T. Gomes2019-02-202-69/+1
* powerpc: Fix tiny bug in strncmp.cPaul Clarke2019-01-161-1/+1
* powerpc: fix tst-ucontext-ppc64-vscr test for POWER 5/6.Rogerio Alves2019-01-151-2/+2
* powerpc: Fix VSCR position in ucontext (bug 24088)Rogerio Alves2019-01-112-0/+89
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01354-354/+354
* powerpc: Add missing CFI register information (bug #23614)Tulio Magno Quites Machado Filho2018-12-123-18/+38
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-272-0/+2
* Use round functions not __round functions in glibc libm.Joseph Myers2018-09-272-0/+2
* powerpc: Only enable TLE with PPC_FEATURE2_HTM_NOSCAdhemerval Zanella2018-09-211-17/+0
* Use trunc functions not __trunc functions in glibc libm.Joseph Myers2018-09-202-0/+2
* Use ceil functions not __ceil functions in glibc libm.Joseph Myers2018-09-172-0/+2
* Use floor functions not __floor functions in glibc libm.Joseph Myers2018-09-142-0/+2
* [BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov2018-08-311-1/+1
* powerpc: Remove powerpc specific sinf and cosf optimizationRajalakshmi Srinivasaraghavan2018-08-209-1191/+0
* powerpc: Rearrange little endian specific filesRajalakshmi Srinivasaraghavan2018-08-168-24/+31
* powerpc64: Always restore TOC on longjmp [BZ #21895]Rogerio Alves2018-07-164-4/+139
* Fix powerpc64le build of nan-sign tests (bug 23303).Joseph Myers2018-06-181-1/+4
* Mark _init and _fini as hidden [BZ #23145]H.J. Lu2018-06-081-0/+2
* powerpc64le: Fix TFtype in sqrtf128 when using -mabi=ieeelongdoubleTulio Magno Quites Machado Filho2018-06-061-3/+8
* powerpc: Add multiarch sqrtf128 for ppc64leRajalakshmi Srinivasaraghavan2018-05-304-0/+107
* powerpc: Move around math-related ImpliesTulio Magno Quites Machado Filho2018-05-242-0/+10
* powerpc64*: fix the order of implied sysdeps directoriesGabriel F. T. Gomes2018-04-2791-39/+502
* elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki2018-04-041-2/+1
* Don't include math.h/math_private.h in math_ldbl_opt.h.Zack Weinberg2018-03-103-0/+3
* powerpc: Fix syscalls during early process initialization [BZ #22685]Tulio Magno Quites Machado Filho2018-01-191-2/+3
* powerpc: Fix error message during relocation overflowTulio Magno Quites Machado Filho2018-01-051-1/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01355-355/+355
* powerpc: st{r,p}cpy optimization for aligned stringsRajalakshmi Srinivasaraghavan2017-12-151-3/+146
* powerpc: POWER8 memcpy optimization for cached memoryAdhemerval Zanella2017-12-115-13/+196
* Add elision tunablesRogerio Alves2017-12-051-1/+1
* Use libm_alias_float for powerpc.Joseph Myers2017-12-0532-41/+73
* Use libm_alias_double for remaining powerpc functions.Joseph Myers2017-12-0213-167/+38
* Define powerpc64 lroundl compat symbol only once.Joseph Myers2017-12-011-1/+0
* Base powerpc logbl compat symbols on __logb not logb.Joseph Myers2017-12-011-1/+1
* Ues libm_alias_double for various powerpc functions.Joseph Myers2017-12-0115-136/+31
* Use libm_alias_double for powerpc fabs, fma.Joseph Myers2017-12-012-10/+0
* powerpc: Use latest optimization for internal function callsRajalakshmi Srinivasaraghavan2017-11-071-1/+1
* [PowerPC64] sysdep.h doesn't need to be included in multiarch filesAlan Modra2017-10-3196-193/+28
* [PowerPC64] strncase_l-power7.c should use strncase_l.cAlan Modra2017-10-311-2/+4
* [PowerPC64] Tidy strcasecmp_l-power7.S symbolsAlan Modra2017-10-311-1/+3
* [PowerPC64] Wrap str{,n}cmp-power{8,9}.S in IS_IN(libc)Alan Modra2017-10-314-0/+8
* [PowerPC64] Remove duplicate define in stpncpy-power8.SAlan Modra2017-10-311-2/+0
* [PowerPC64] Don't define __GI_ variant of isnan for static libAlan Modra2017-10-311-3/+5
* powerpc: Replace lxvd2x/stxvd2x with lvx/stvx in P7's memcpy/memmoveRajalakshmi Srinivasaraghavan2017-10-252-96/+96
* PowerPC64 power8 strncpy cfi fixesAlan Modra2017-10-231-13/+14
* PowerPC64 power7 strncpy stack handling and cfiAlan Modra2017-10-231-10/+13
* [BZ #22142] powerpc: Fix the carry bit on mpn_[add|sub]_n on POWER7Tulio Magno Quites Machado Filho2017-10-131-4/+4
* powerpc: Fix IFUNC for memrchrRajalakshmi Srinivasaraghavan2017-10-063-17/+31