| Commit message (Expand) | Author | Age | Files | Lines |
* | Use libm_alias_double for dbl-64 fma. | Joseph Myers | 2017-10-04 | 1 | -0/+2 |
* | Remove alpha nearbyint wrapper. | Joseph Myers | 2017-10-04 | 1 | -25/+0 |
* | Remove ancient __signbit inlines | Wilco Dijkstra | 2017-09-28 | 1 | -110/+0 |
* | Simplify C99 isgreater macros | Wilco Dijkstra | 2017-09-28 | 1 | -15/+0 |
* | Obsolete pow10 functions. | Joseph Myers | 2017-09-01 | 1 | -30/+0 |
* | Remove sysdeps/alpha/bb_init_func.S | H.J. Lu | 2017-08-20 | 1 | -86/+0 |
* | Update Alpha libm-test-ulps | Adhemerval Zanella | 2017-07-27 | 1 | -80/+88 |
* | PowerPC64 ELFv2 PPC64_OPT_LOCALENTRY | Alan Modra | 2017-06-14 | 1 | -2/+3 |
* | Optimize generic spinlock code and use C11 like atomic macros. | Stefan Liebler | 2017-06-06 | 1 | -0/+3 |
* | Move shared pthread definitions to common headers | Adhemerval Zanella | 2017-05-09 | 2 | -188/+59 |
* | Add earlyclobber to sqrtt/sqrtf insns. | Uros Bizjak | 2017-04-26 | 1 | -4/+4 |
* | Consolidate pthreadtype.h placementConsolidate pthreadtype.h placement | Adhemerval Zanella | 2017-04-10 | 1 | -0/+188 |
* | Remove _dl_platform_string | Andreas Schwab | 2017-03-14 | 1 | -8/+1 |
* | alpha: Use saturating arithmetic in memchr | Richard Henderson | 2017-02-01 | 1 | -1/+4 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 173 | -173/+173 |
* | Refactor long double information into bits/long-double.h. | Joseph Myers | 2016-12-14 | 1 | -2/+2 |
* | Add missing hidden_def (__sigsetjmp). | Joseph Myers | 2016-12-01 | 1 | -0/+1 |
* | Refactor FP_ILOGB* out of bits/mathdef.h. | Joseph Myers | 2016-12-01 | 1 | -12/+0 |
* | Remove cached PID/TID in clone | Adhemerval Zanella | 2016-11-24 | 1 | -1/+0 |
* | Refactor float_t, double_t information into bits/flt-eval-method.h. | Joseph Myers | 2016-11-24 | 1 | -4/+0 |
* | Fix alpha sqrt fegetenv namespace (bug 20768). | Joseph Myers | 2016-11-04 | 1 | -1/+1 |
* | Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139). | Joseph Myers | 2016-11-04 | 1 | -0/+1 |
* | Add femode_t functions: alpha. | Joseph Myers | 2016-09-07 | 2 | -0/+77 |
* | Add femode_t functions. | Joseph Myers | 2016-09-07 | 1 | -0/+8 |
* | Convert remaining complex function to generated files | Paul E. Murphy | 2016-08-29 | 6 | -24/+48 |
* | Convert _Complex tangent functions to generated code | Paul E. Murphy | 2016-08-19 | 4 | -16/+32 |
* | Convert _Complex sine functions to generated code | Paul E. Murphy | 2016-08-19 | 4 | -16/+32 |
* | Convert _Complex cosine functions to generated code | Paul E. Murphy | 2016-08-19 | 4 | -12/+33 |
* | Add fesetexcept: alpha. | Joseph Myers | 2016-08-16 | 1 | -0/+31 |
* | alpha: fix trunc for big input values | Aurelien Jarno | 2016-08-02 | 2 | -8/+6 |
* | alpha: fix rint on sNaN input | Aurelien Jarno | 2016-08-02 | 2 | -0/+6 |
* | alpha: fix floor on sNaN input | Aurelien Jarno | 2016-08-02 | 2 | -8/+6 |
* | alpha: fix ceil on sNaN input | Aurelien Jarno | 2016-08-02 | 2 | -8/+6 |
* | Remove atomic_compare_and_exchange_bool_rel. | Torvald Riegel | 2016-06-24 | 1 | -4/+0 |
* | elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h> | Florian Weimer | 2016-06-20 | 2 | -14/+1 |
* | Update Alpha libm-test-ulps | Richard Henderson | 2016-01-25 | 1 | -284/+396 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 170 | -170/+170 |
* | Move bits/atomic.h to atomic-machine.h (bug 14912). | Joseph Myers | 2015-09-11 | 1 | -0/+0 |
* | alpha: Update libm-test-ulps | Richard Henderson | 2015-05-19 | 1 | -300/+390 |
* | alpha: Update libm-test-ulps | Richard Henderson | 2015-04-06 | 1 | -160/+123 |
* | Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY | H.J. Lu | 2015-03-05 | 1 | -1/+1 |
* | Fix libm feupdateenv namespace (bug 17748). | Joseph Myers | 2015-01-07 | 1 | -0/+1 |
* | Fix libm fesetround namespace (bug 17748). | Joseph Myers | 2015-01-07 | 1 | -2/+4 |
* | Fix libm fesetenv namespace (bug 17748). | Joseph Myers | 2015-01-06 | 2 | -1/+2 |
* | Fix libm feholdexcept namespace (bug 17748). | Joseph Myers | 2015-01-05 | 1 | -2/+4 |
* | Fix libm fegetround namespace (bug 17748). | Joseph Myers | 2015-01-02 | 1 | -2/+4 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 170 | -170/+170 |
* | Fix libm fegetenv namespace (bug 17748). | Joseph Myers | 2014-12-31 | 1 | -0/+1 |
* | Fix libm feraiseexcept namespace (bug 17723). | Joseph Myers | 2014-12-30 | 1 | -1/+1 |
* | Remove IS_IN_rtld | Siddhesh Poyarekar | 2014-11-24 | 1 | -1/+1 |