| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 29 | -29/+29 |
* | Use libm_alias_float for powerpc. | Joseph Myers | 2017-12-05 | 11 | -11/+22 |
* | Use libm_alias_double for remaining powerpc functions. | Joseph Myers | 2017-12-02 | 5 | -44/+11 |
* | Ues libm_alias_double for various powerpc functions. | Joseph Myers | 2017-12-01 | 6 | -54/+12 |
* | Use libm_alias_double for powerpc fabs, fma. | Joseph Myers | 2017-12-01 | 2 | -10/+0 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 29 | -29/+29 |
* | powerpc: Remove f{max,min}{f} assembly implementations | Adhemerval Zanella | 2016-12-27 | 2 | -10/+0 |
* | powerpc: Add hidden definition for __sigsetjmp | Florian Weimer | 2016-11-29 | 1 | -0/+1 |
* | powerpc: Remove unintended __longjmp symbol from ABI | Florian Weimer | 2016-11-29 | 1 | -3/+1 |
* | Stop powerpc copysignl raising "invalid" for sNaN argument (bug 20718). | Joseph Myers | 2016-10-19 | 1 | -3/+20 |
* | Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256). | Joseph Myers | 2016-06-14 | 1 | -5/+0 |
* | Fix powerpc32 ceil, rint etc. on sNaN input (bug 20160). | Joseph Myers | 2016-05-27 | 12 | -12/+84 |
* | Avoid "invalid" exceptions from powerpc fabsl (sNaN) (bug 20157). | Joseph Myers | 2016-05-27 | 1 | -2/+19 |
* | Do not raise "inexact" from powerpc32 ceil, floor, trunc (bug 15479). | Joseph Myers | 2016-05-25 | 6 | -18/+36 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 29 | -29/+29 |
* | Fix powerpc round, roundf spurious "inexact" (bug 19238). | Joseph Myers | 2015-11-12 | 2 | -6/+12 |
* | Fix powerpc nearbyint wrongly clearing "inexact" and leaving traps disabled (... | Joseph Myers | 2015-11-11 | 2 | -4/+8 |
* | Fix powerpc32 lround, lroundf spurious exceptions (bug 19134). | Joseph Myers | 2015-10-14 | 1 | -2/+41 |
* | Fix powerpc32 llround, llroundf exceptions (bug 19125). | Joseph Myers | 2015-10-13 | 2 | -2/+68 |
* | Move powerpc llround implementations to powerpc32 directory. | Joseph Myers | 2015-10-13 | 2 | -0/+96 |
* | Fix powerpc32 llrint, llrintf bad exceptions (bug 16422). | Joseph Myers | 2015-10-13 | 4 | -2/+94 |
* | Work around powerpc32 integer 0 converting to -0 (bug 887, bug 19049, bug 190... | Joseph Myers | 2015-10-05 | 3 | -0/+75 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 26 | -26/+26 |
* | Remove NOT_IN_libc | Siddhesh Poyarekar | 2014-11-24 | 2 | -6/+6 |
* | Remove IS_IN_rtld | Siddhesh Poyarekar | 2014-11-24 | 2 | -2/+2 |
* | Remove IS_IN_libm | Siddhesh Poyarekar | 2014-11-24 | 3 | -3/+3 |
* | PowerPC: Fix nearbyint/nearbyintf result for FE_DOWNWARD | Adhemerval Zanella | 2014-04-06 | 2 | -10/+11 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 26 | -26/+26 |
* | PowerPC: multiarch isnan/isnanf for PowerPC32 | Adhemerval Zanella | 2013-12-06 | 1 | -0/+2 |
* | PowerPC: Add systemtap static probe points in setjmp/longjmp | Adhemerval Zanella | 2013-12-05 | 4 | -16/+28 |
* | PowerPC ugly symbol versioning | Alan Modra | 2013-10-04 | 2 | -4/+4 |
* | PowerPC LE setjmp/longjmp | Anton Blanchard | 2013-10-04 | 2 | -41/+40 |
* | PowerPC floating point little-endian [13 of 15] | Alan Modra | 2013-10-04 | 1 | -2/+1 |
* | PowerPC floating point little-endian [12 of 15] | Alan Modra | 2013-10-04 | 4 | -5/+5 |
* | Fix typos. | Ondřej Bílka | 2013-08-21 | 1 | -1/+1 |
* | Remove trailing whitespace. | Joseph Myers | 2013-06-05 | 8 | -16/+16 |
* | PowerPC: remove branch prediction from rint implementation | Adhemerval Zanella | 2013-04-01 | 2 | -6/+6 |
* | Remove powerpc32 bounded-pointers code. | Joseph Myers | 2013-02-28 | 2 | -11/+5 |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 26 | -26/+26 |
* | Get rid of ASM_GLOBAL_DIRECTIVE. | Marek Polacek | 2012-07-10 | 2 | -66/+66 |
* | Avoid runtime GOT relocations in ld.so on powerpc | Andreas Schwab | 2012-05-18 | 2 | -3/+14 |
* | Fix missing nearbyintl@GLIBC_2.1 on powerpc | Andreas Schwab | 2012-05-01 | 1 | -3/+3 |
* | Use <> for math.h and math_private.h everywhere. | Richard Henderson | 2012-03-09 | 1 | -1/+1 |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 26 | -78/+52 |
* | Simplify code for accessing powerpc GOT | Will Schmidt | 2011-12-17 | 13 | -65/+53 |
* | Optimized nearbyint for PPC | Adhemerval Zanella | 2011-12-17 | 2 | -0/+150 |
* | Implement accurate fma. | Jakub Jelinek | 2010-10-13 | 1 | -0/+5 |
* | Cleanup old obsolete PPC_REL16 checks | Luis Machado | 2010-02-12 | 13 | -85/+0 |
* | Add sigstack handling to Linux ____longjmp_chk on powerpc. | Andreas Schwab | 2009-08-22 | 1 | -7/+8 |
* | Add ___longjmp_chk support for powerpc{32,64}. | Andreas Schwab | 2009-05-22 | 1 | -1/+9 |