about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64
Commit message (Expand)AuthorAgeFilesLines
* elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella2020-01-031-4/+4
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-032-2/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01248-248/+248
* Expand $(as-needed) and $(no-as-needed) throughout the build systemFlorian Weimer2019-12-031-1/+1
* Refactor vDSO initialization codeAdhemerval Zanella2019-09-171-1/+1
* Fix three GNU license URLs, along with trailing-newline issues.Paul Eggert2019-09-071-2/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07247-247/+247
* powerpc: Cleanup: use actual power8 assembly mnemonicsRaoni Fassina Firmino2019-08-0111-187/+87
* powerpc: refactor logb{f,l}Adhemerval Zanella2019-07-0814-17/+16
* powerpc: Refactor modf{f}Adhemerval Zanella2019-07-088-16/+22
* powerpc: hypot refactor and optimizationAdhemerval Zanella2019-07-087-160/+1
* powerpc: Use generic e_expfAdhemerval Zanella2019-06-267-383/+0
* powerpc: Refactor powerpc64 lround/lroundf/llround/llroundfAdhemerval Zanella2019-06-1730-490/+190
* powerpc: Refactor powerpc32 lrint/lrintf/llrint/llrintfAdhemerval Zanella2019-06-171-1/+0
* powerpc: refactor powerpc64 lrint/lrintf/llrint/llrintfAdhemerval Zanella2019-06-1721-225/+76
* powerpc: Remove optimized finiteAdhemerval Zanella2019-06-1211-367/+1
* powerpc: Remove optimized isinfAdhemerval Zanella2019-06-1211-362/+0
* powerpc: Remove optimized isnanAdhemerval Zanella2019-06-1217-672/+0
* powerpc: copysign cleanupAdhemerval Zanella2019-06-129-251/+1
* powerpc: consolidate rintAdhemerval Zanella2019-06-122-115/+0
* powerpc: Fix build failures with current GCCGabriel F. T. Gomes2019-05-306-37/+23
* powerpc: generic nearbyint/nearbyintfAdhemerval Zanella2019-05-282-137/+0
* powerpc: trunc/truncf refactorAdhemerval Zanella2019-05-0917-322/+19
* powerpc: round/roundf refactorAdhemerval Zanella2019-05-0916-334/+20
* powerpc: floor/floorf refactorAdhemerval Zanella2019-05-0916-304/+20
* powerpc: ceil/ceilf refactorAdhemerval Zanella2019-04-2916-309/+24
* powerpc: Use generic wcsrchr optimizationAdhemerval Zanella2019-04-047-111/+0
* powerpc: Use generic wcschr optimizationAdhemerval Zanella2019-04-047-115/+1
* powerpc: Use generic wcscpy optimizationAdhemerval Zanella2019-04-047-110/+1
* [powerpc] Use __builtin_{mffs,mtfsf}Paul A. Clarke2019-03-291-2/+1
* Refactor hp-timing rtld usageAdhemerval Zanella2019-03-221-4/+0
* Break lines before not after operators, batch 4.Joseph Myers2019-03-071-3/+3
* powerpc: Fix build of wcscpy with --disable-multi-archGabriel F. T. Gomes2019-03-051-0/+3
* Add more spaces before '('.Joseph Myers2019-02-282-5/+5
* 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