aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2013-06-28PowerPC: Define AT_HWCAP2 bits and AT_HWCAP2 handling for POWER8.Ryan S. Arnold5-22/+67
2013-06-28Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type.Ryan S. Arnold8-7/+27
2013-06-28Consistently use page_shift in sysdeps/unix/sysv/linux/mmap64.c.Joseph Myers1-1/+1
2013-06-26Fix buffers overrun in x86_64 memcmp-ssse3.SLiubov Dmitrieva1-4/+2
2013-06-24[BZ #10283] localedef: align fixed maps to SHMLBAMike Frysinger1-0/+26
2013-06-24PowerPC: Enable POWER8 platform sans hwcap bits.Ryan S. Arnold6-3/+16
2013-06-22Include <string.h> in sysdeps/unix/sysv/linux/libc_fatal.c.Joseph Myers1-0/+1
2013-06-21Add sh4 implementation of fegetexceptflag.Kaz Kojima1-0/+38
2013-06-17Rewrite sysd-rules generation using an awk script.Roland McGrath1-1/+1
2013-06-15Fix spurious "inexact" exceptions from dbl-64 sqrt (bug 15631).Joseph Myers1-2/+15
2013-06-15New API to set default thread attributesSiddhesh Poyarekar10-0/+40
2013-06-14Set fast unaligned load flag for new Intel microarchitectureLiubov Dmitrieva1-0/+7
2013-06-15Add rtld-memset.S for x86_64Siddhesh Poyarekar2-1/+37
2013-06-13Improve precision of clock() function on LinuxSiddhesh Poyarekar1-20/+16
2013-06-12Fix unsafe compiler optimizationAdhemerval Zanella2-1/+8
2013-06-12Set/restore rounding mode only when neededSiddhesh Poyarekar2-14/+214
2013-06-11Add exception information to math-tests.h and use it in libm-test.inc.Joseph Myers1-0/+18
2013-06-11PowerPC: Merge ports/ dl-procinfo.[ch] with base.Ryan S. Arnold2-11/+35
2013-06-11Fix symbol definitions for __clock_* functionsSiddhesh Poyarekar6-14/+15
2013-06-10Add rounding mode information to math-tests.h and use it in libm-test.inc.Joseph Myers1-0/+18
2013-06-08Avoid trailing whitespace in sysdeps/gnu/errlist.c.Joseph Myers2-10/+10
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers21-27/+27
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers7-16/+16
2013-06-06Fix leading whitespaces.Ondrej Bilka42-83/+83
2013-06-05Remove trailing whitespace.Joseph Myers156-800/+800
2013-06-05Skip modifying exception mask and flags in SET_RESTORE_ROUND_53BITSiddhesh Poyarekar1-6/+6
2013-05-31Link extra-libs consistently with libc and ld.so.Joseph Myers2-6/+0
2013-05-30 [BZ #14256]Jeff Law1-5/+6
2013-05-29Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar10-21/+15
2013-05-28Update powerpc libm-test ULPs.Adhemerval Zanella1-0/+37
2013-05-26_dl_skip_args declaration cleanup.Thomas Schwinge1-1/+0
2013-05-26_dl_non_dynamic_init declaration cleanup.Thomas Schwinge1-3/+0
2013-05-24Fix ldbl-96 hypotl of subnormals (bug 15529).Joseph Myers1-1/+1
2013-05-24Test drem and pow10 in libm-test.inc.Joseph Myers2-0/+35
2013-05-24Use same tests for isfinite/finite, lgamma/gamma.Joseph Myers2-0/+28
2013-05-24PowerPC: Program Priority Register supportAdhemerval Zanella1-0/+30
2013-05-23PowerPC: Add functions for shared resources hints.Edjunior Machado1-0/+32
2013-05-22Update bits/siginfo.h with Linux hwpoison SIGBUS changesEdjunior Barbosa Machado3-3/+21
2013-05-22Don't include expected results in libm-test test names.Joseph Myers6-9218/+9218
2013-05-21Set EAI_SYSTEM only when h_errno is NETDB_INTERNALSiddhesh Poyarekar1-2/+10
2013-05-20Faster memset on x64Ondrej Bilka1-1315/+90
2013-05-20Faster memcpy on x64.Ondrej Bilka4-8/+185
2013-05-19Fix nearbyint scheduling of arithmetic past fesetenv (bug 15490).Joseph Myers5-0/+13
2013-05-19Handle sincos with generic libm-test logic.Joseph Myers6-44/+44
2013-05-17Fix remainder exceptions and directed-rounding results (bugs 15480, 15485).Joseph Myers1-0/+1
2013-05-17PowerPC: fix hypot/hypotf check for -INFAdhemerval Zanella2-6/+6
2013-05-16MIPS: soft-fp NaN representation correctionsMaciej W. Rozycki2-0/+2
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold31-5/+33
2013-05-15Use movq for 64-bit operationsPeter Collingbourne1-2/+4
2013-05-15Use x constraints for operands to vfmaddss and vfmaddsdPeter Collingbourne2-2/+2