aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc64
AgeCommit message (Expand)AuthorFilesLines
2020-04-06powerpc64le: enforce non-specific long double in .gnu.attributes sectionPaul E. Murphy2-1/+56
2020-04-06powerpc64le: workaround ieee long double / _Float128 stdc++ bugPaul E. Murphy1-0/+11
2020-04-06powerpc64le: Enforce -mabi=ibmlongdouble when -mfloat128 usedPaul E. Murphy2-43/+53
2020-04-06powerpc64le/multiarch: don't generate strong aliases for fmaf128-ppc64Paul E. Murphy1-0/+2
2020-03-30powerpc: Add support for fmaf128() in hardwareRaphael Moreira Zinsly5-1/+127
2020-03-25powerpc64: apply -mabi=ibmlongdouble to special filesPaul E. Murphy3-2/+13
2020-03-25powerpc64le: add -mno-gnu-attribute to *f128 objects and difftimePaul E. Murphy2-9/+16
2020-03-25Makeconfig: sandwich gnulib-tests between libc/ld linking of testsPaul E. Murphy1-17/+1
2020-03-25powerpc64le: Ensure correct ldouble compiler flags are usedGabriel F. T. Gomes1-0/+58
2020-03-19math: Remove inline math testsAdhemerval Zanella1-3/+1
2020-01-21Fix array overflow in backtrace on PowerPC (bug 25423)Andreas Schwab1-0/+2
2020-01-17powerpc: Move cache line size to rtld_global_roTulio Magno Quites Machado Filho3-9/+39
2020-01-03elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella1-4/+4
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra2-2/+5
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers248-248/+248
2019-12-03Expand $(as-needed) and $(no-as-needed) throughout the build systemFlorian Weimer1-1/+1
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