about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc32
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01191-191/+191
* powerpc: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]Adhemerval Zanella2019-12-192-4/+6
* Refactor vDSO initialization codeAdhemerval Zanella2019-09-171-2/+2
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07191-191/+191
* powerpc: refactor logb{f,l}Adhemerval Zanella2019-07-083-21/+3
* powerpc: Refactor modf{f}Adhemerval Zanella2019-07-082-20/+2
* powerpc: Refactor powerpc32 lround/lroundf/llround/llroundfAdhemerval Zanella2019-06-2622-547/+142
* powerpc: Refactor powerpc32 lrint/lrintf/llrint/llrintfAdhemerval Zanella2019-06-1720-341/+77
* powerpc: Remove optimized finiteAdhemerval Zanella2019-06-128-287/+2
* powerpc: Remove optimized isinfAdhemerval Zanella2019-06-128-272/+2
* powerpc: Remove optimized isnanAdhemerval Zanella2019-06-1216-646/+2
* powerpc: copysign cleanupAdhemerval Zanella2019-06-129-253/+3
* powerpc: consolidate rintAdhemerval Zanella2019-06-122-135/+0
* powerpc: generic nearbyint/nearbyintfAdhemerval Zanella2019-05-282-159/+0
* Remove support for PowerPC SPE extension (powerpc*-*-*gnuspe*).Zack Weinberg2019-05-2236-1487/+36
* powerpc: trunc/truncf refactorAdhemerval Zanella2019-05-0912-342/+12
* powerpc: round/roundf refactorAdhemerval Zanella2019-05-0912-369/+12
* powerpc: floor/floorf refactorAdhemerval Zanella2019-05-0912-328/+12
* powerpc: ceil/ceilf refactorAdhemerval Zanella2019-04-2913-328/+14
* powerpc: Use generic wcsrchr optimizationAdhemerval Zanella2019-04-046-120/+0
* powerpc: Use generic wcschr optimizationAdhemerval Zanella2019-04-046-151/+1
* powerpc: Use generic wcscpy optimizationAdhemerval Zanella2019-04-046-122/+1
* Refactor hp-timing rtld usageAdhemerval Zanella2019-03-221-4/+0
* Add more spaces before '('.Joseph Myers2019-02-282-6/+6
* powerpc: Fix linknamespace introduced by 4d8015639a75Adhemerval Zanella2019-02-271-4/+4
* wcsmbs: optimize wcscatAdhemerval Zanella2019-02-272-16/+17
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01321-321/+321
* 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
* Add missing unwind information to ld.so on powerpc32 (bug 23707)Andreas Schwab2018-09-261-0/+3
* 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 rint functions not __rint functions in glibc libm.Joseph Myers2018-09-142-2/+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
* Mark _init and _fini as hidden [BZ #23145]H.J. Lu2018-06-081-0/+2
* powerpc: Move around math-related ImpliesTulio Magno Quites Machado Filho2018-05-241-0/+5
* elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki2018-04-041-1/+1
* Don't include math.h/math_private.h in math_ldbl_opt.h.Zack Weinberg2018-03-102-0/+2
* powerpc: Fix TLE build for SPE (BZ #22926)Adhemerval Zanella2018-03-071-1/+1
* powerpc: Fix syscalls during early process initialization [BZ #22685]Tulio Magno Quites Machado Filho2018-01-191-2/+3
* powerpc: Fix llround spurious inexact on 32-bit POWER4 [BZ #22697]Tulio Magno Quites Machado Filho2018-01-121-0/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01321-321/+321
* powerpc: POWER8 memcpy optimization for cached memoryAdhemerval Zanella2017-12-111-0/+2
* Add elision tunablesRogerio Alves2017-12-051-1/+1
* Use libm_alias_float for powerpc.Joseph Myers2017-12-0535-35/+70
* Use libm_alias_double for remaining powerpc functions.Joseph Myers2017-12-0220-185/+43
* 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