Age | Commit message (Expand) | Author | Files | Lines |
2020-11-13 | powerpc: Eliminate UP macro conditionals | Florian Weimer | 1 | -3/+1 |
2020-09-22 | powerpc: Protect dl_powerpc_cpu_features on INIT_ARCH() [BZ #26615] | Raphael Moreira Zinsly | 1 | -1/+1 |
2020-08-03 | powerpc: Fix incorrect cache line size load in memset (bug 26332) | Florian Weimer | 1 | -2/+2 |
2020-06-29 | powerpc: Add support for POWER10 | Tulio Magno Quites Machado Filho | 3 | -0/+4 |
2020-01-21 | Fix array overflow in backtrace on PowerPC (bug 25423) | Andreas Schwab | 1 | -0/+2 |
2020-01-18 | powerpc32: Fix syntax error in __GLRO macro | Andreas Schwab | 1 | -1/+1 |
2020-01-17 | powerpc: Move cache line size to rtld_global_ro | Tulio Magno Quites Machado Filho | 4 | -36/+53 |
2020-01-03 | elf: Move vDSO setup to rtld (BZ#24967) | Adhemerval Zanella | 1 | -8/+8 |
2020-01-03 | Add libm_alias_finite for _finite symbols | Wilco Dijkstra | 6 | -16/+4 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 191 | -191/+191 |
2019-12-19 | powerpc: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214] | Adhemerval Zanella | 2 | -4/+6 |
2019-09-17 | Refactor vDSO initialization code | Adhemerval Zanella | 1 | -2/+2 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 191 | -191/+191 |
2019-07-08 | powerpc: refactor logb{f,l} | Adhemerval Zanella | 3 | -21/+3 |
2019-07-08 | powerpc: Refactor modf{f} | Adhemerval Zanella | 2 | -20/+2 |
2019-06-26 | powerpc: Refactor powerpc32 lround/lroundf/llround/llroundf | Adhemerval Zanella | 22 | -547/+142 |
2019-06-17 | powerpc: Refactor powerpc32 lrint/lrintf/llrint/llrintf | Adhemerval Zanella | 20 | -341/+77 |
2019-06-12 | powerpc: Remove optimized finite | Adhemerval Zanella | 8 | -287/+2 |
2019-06-12 | powerpc: Remove optimized isinf | Adhemerval Zanella | 8 | -272/+2 |
2019-06-12 | powerpc: Remove optimized isnan | Adhemerval Zanella | 16 | -646/+2 |
2019-06-12 | powerpc: copysign cleanup | Adhemerval Zanella | 9 | -253/+3 |
2019-06-12 | powerpc: consolidate rint | Adhemerval Zanella | 2 | -135/+0 |
2019-05-28 | powerpc: generic nearbyint/nearbyintf | Adhemerval Zanella | 2 | -159/+0 |
2019-05-22 | Remove support for PowerPC SPE extension (powerpc*-*-*gnuspe*). | Zack Weinberg | 36 | -1487/+36 |
2019-05-09 | powerpc: trunc/truncf refactor | Adhemerval Zanella | 12 | -342/+12 |
2019-05-09 | powerpc: round/roundf refactor | Adhemerval Zanella | 12 | -369/+12 |
2019-05-09 | powerpc: floor/floorf refactor | Adhemerval Zanella | 12 | -328/+12 |
2019-04-29 | powerpc: ceil/ceilf refactor | Adhemerval Zanella | 13 | -328/+14 |
2019-04-04 | powerpc: Use generic wcsrchr optimization | Adhemerval Zanella | 6 | -120/+0 |
2019-04-04 | powerpc: Use generic wcschr optimization | Adhemerval Zanella | 6 | -151/+1 |
2019-04-04 | powerpc: Use generic wcscpy optimization | Adhemerval Zanella | 6 | -122/+1 |
2019-03-22 | Refactor hp-timing rtld usage | Adhemerval Zanella | 1 | -4/+0 |
2019-02-28 | Add more spaces before '('. | Joseph Myers | 2 | -6/+6 |
2019-02-27 | powerpc: Fix linknamespace introduced by 4d8015639a75 | Adhemerval Zanella | 1 | -4/+4 |
2019-02-27 | wcsmbs: optimize wcscat | Adhemerval Zanella | 2 | -16/+17 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 321 | -321/+321 |
2018-09-27 | Use copysign functions not __copysign functions in glibc libm. | Joseph Myers | 2 | -0/+2 |
2018-09-27 | Use round functions not __round functions in glibc libm. | Joseph Myers | 2 | -0/+2 |
2018-09-26 | Add missing unwind information to ld.so on powerpc32 (bug 23707) | Andreas Schwab | 1 | -0/+3 |
2018-09-21 | powerpc: Only enable TLE with PPC_FEATURE2_HTM_NOSC | Adhemerval Zanella | 1 | -17/+0 |
2018-09-20 | Use trunc functions not __trunc functions in glibc libm. | Joseph Myers | 2 | -0/+2 |
2018-09-17 | Use ceil functions not __ceil functions in glibc libm. | Joseph Myers | 2 | -0/+2 |
2018-09-14 | Use rint functions not __rint functions in glibc libm. | Joseph Myers | 2 | -2/+2 |
2018-09-14 | Use floor functions not __floor functions in glibc libm. | Joseph Myers | 2 | -0/+2 |
2018-08-31 | [BZ #20271] Add newlines in __libc_fatal calls. | Paul Pluzhnikov | 1 | -1/+1 |
2018-06-08 | Mark _init and _fini as hidden [BZ #23145] | H.J. Lu | 1 | -0/+2 |
2018-05-24 | powerpc: Move around math-related Implies | Tulio Magno Quites Machado Filho | 1 | -0/+5 |
2018-04-04 | elf: Unify symbol address run-time calculation [BZ #19818] | Maciej W. Rozycki | 1 | -1/+1 |
2018-03-10 | Don't include math.h/math_private.h in math_ldbl_opt.h. | Zack Weinberg | 2 | -0/+2 |
2018-03-07 | powerpc: Fix TLE build for SPE (BZ #22926) | Adhemerval Zanella | 1 | -1/+1 |