aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc64
AgeCommit message (Expand)AuthorFilesLines
2019-09-17Refactor vDSO initialization codeAdhemerval Zanella1-1/+1
2019-09-07Fix three GNU license URLs, along with trailing-newline issues.Paul Eggert1-2/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert247-247/+247
2019-08-01powerpc: Cleanup: use actual power8 assembly mnemonicsRaoni Fassina Firmino11-187/+87
2019-07-08powerpc: refactor logb{f,l}Adhemerval Zanella14-17/+16
2019-07-08powerpc: Refactor modf{f}Adhemerval Zanella8-16/+22
2019-07-08powerpc: hypot refactor and optimizationAdhemerval Zanella7-160/+1
2019-06-26powerpc: Use generic e_expfAdhemerval Zanella7-383/+0
2019-06-17powerpc: Refactor powerpc64 lround/lroundf/llround/llroundfAdhemerval Zanella30-490/+190
2019-06-17powerpc: Refactor powerpc32 lrint/lrintf/llrint/llrintfAdhemerval Zanella1-1/+0
2019-06-17powerpc: refactor powerpc64 lrint/lrintf/llrint/llrintfAdhemerval Zanella21-225/+76
2019-06-12powerpc: Remove optimized finiteAdhemerval Zanella11-367/+1
2019-06-12powerpc: Remove optimized isinfAdhemerval Zanella11-362/+0
2019-06-12powerpc: Remove optimized isnanAdhemerval Zanella17-672/+0
2019-06-12powerpc: copysign cleanupAdhemerval Zanella9-251/+1
2019-06-12powerpc: consolidate rintAdhemerval Zanella2-115/+0
2019-05-30powerpc: Fix build failures with current GCCGabriel F. T. Gomes6-37/+23
2019-05-28powerpc: generic nearbyint/nearbyintfAdhemerval Zanella2-137/+0
2019-05-09powerpc: trunc/truncf refactorAdhemerval Zanella17-322/+19
2019-05-09powerpc: round/roundf refactorAdhemerval Zanella16-334/+20
2019-05-09powerpc: floor/floorf refactorAdhemerval Zanella16-304/+20
2019-04-29powerpc: ceil/ceilf refactorAdhemerval Zanella16-309/+24
2019-04-04powerpc: Use generic wcsrchr optimizationAdhemerval Zanella7-111/+0
2019-04-04powerpc: Use generic wcschr optimizationAdhemerval Zanella7-115/+1
2019-04-04powerpc: Use generic wcscpy optimizationAdhemerval Zanella7-110/+1
2019-03-29[powerpc] Use __builtin_{mffs,mtfsf}Paul A. Clarke1-2/+1
2019-03-22Refactor hp-timing rtld usageAdhemerval Zanella1-4/+0
2019-03-07Break lines before not after operators, batch 4.Joseph Myers1-3/+3
2019-03-05powerpc: Fix build of wcscpy with --disable-multi-archGabriel F. T. Gomes1-0/+3
2019-02-28Add more spaces before '('.Joseph Myers2-5/+5
2019-02-27wcsmbs: optimize wcscatAdhemerval Zanella1-13/+12
2019-02-26Add and move fall-through comments in system-specific code.Joseph Myers1-0/+2
2019-02-20powerpc64le: Remove test for GCC 6.2Gabriel F. T. Gomes2-69/+1
2019-01-16powerpc: Fix tiny bug in strncmp.cPaul Clarke1-1/+1
2019-01-15powerpc: fix tst-ucontext-ppc64-vscr test for POWER 5/6.Rogerio Alves1-2/+2
2019-01-11powerpc: Fix VSCR position in ucontext (bug 24088)Rogerio Alves2-0/+89
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers354-354/+354
2018-12-12powerpc: Add missing CFI register information (bug #23614)Tulio Magno Quites Machado Filho3-18/+38
2018-09-27Use copysign functions not __copysign functions in glibc libm.Joseph Myers2-0/+2
2018-09-27Use round functions not __round functions in glibc libm.Joseph Myers2-0/+2
2018-09-21powerpc: Only enable TLE with PPC_FEATURE2_HTM_NOSCAdhemerval Zanella1-17/+0
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers2-0/+2
2018-09-17Use ceil functions not __ceil functions in glibc libm.Joseph Myers2-0/+2
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers2-0/+2
2018-08-31[BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov1-1/+1
2018-08-20powerpc: Remove powerpc specific sinf and cosf optimizationRajalakshmi Srinivasaraghavan9-1191/+0
2018-08-16powerpc: Rearrange little endian specific filesRajalakshmi Srinivasaraghavan8-24/+31
2018-07-16powerpc64: Always restore TOC on longjmp [BZ #21895]Rogerio Alves4-4/+139
2018-06-18Fix powerpc64le build of nan-sign tests (bug 23303).Joseph Myers1-1/+4
2018-06-08Mark _init and _fini as hidden [BZ #23145]H.J. Lu1-0/+2