aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc64
AgeCommit message (Expand)Author
2013-03-07Merge powerpc slowpow.c into generic codeSiddhesh Poyarekar
2013-03-07Use an intermediate variable to sum exponents in powerpc __mul and __sqrSiddhesh Poyarekar
2013-03-07Use generic mpa.c code for everything except __mul and __sqrSiddhesh Poyarekar
2013-03-06Remove powerpc64 bounded-pointers code.Joseph Myers
2013-02-28Sync up ppc add_magnitudes and sub_magnitudes with default codeSiddhesh Poyarekar
2013-02-25Sync up powerpc __mp_dbl with default codeSiddhesh Poyarekar
2013-02-21Mark __inv as static in powerpcSiddhesh Poyarekar
2013-02-21Fix whitespace differences between generic and powerpc mpa.cSiddhesh Poyarekar
2013-02-21Mark ZERO inputs to __mul as unlikely on powerpcSiddhesh Poyarekar
2013-02-20Copy comment about inner loop from powerpc mpa.c to the default oneSiddhesh Poyarekar
2013-02-14Remove redundant return keywordSiddhesh Poyarekar
2013-02-14New __sqr function as a faster special case of __mulSiddhesh Poyarekar
2013-02-13Remove __ptrvalue, __bounded and __unbounded.Joseph Myers
2013-02-01Remove BOUNDED_N and BOUNDED_1.Joseph Myers
2013-01-20Remove use of mpa2.hAndreas Schwab
2013-01-14Fix code formatting in mpa.cSiddhesh Poyarekar
2013-01-14Remove unnecessary local variable mptwoSiddhesh Poyarekar
2013-01-10Revert "Use ieee754/dbl-64/wordsize-64 on powerpc64"Andreas Schwab
2013-01-10Use ieee754/dbl-64/wordsize-64 on powerpc64Andreas Schwab
2013-01-09Update comments in mpa.cSiddhesh Poyarekar
2013-01-07Fix spelling errors in sysdeps/powerpc files.Anton Blanchard
2013-01-04Remove unused __cr and __cpymnSiddhesh Poyarekar
2013-01-04Fix build failure on power4 processorsSiddhesh Poyarekar
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers
2012-11-30Fix type-punning warning in powerpc64 gmon-start.Roland McGrath
2012-10-09Add missing magic to GLIBC_PROVIDES.Roland McGrath
2012-08-22Add versions of wcscpy, wcschr, wcsrchr for power6/power7.Will Schmidt
2012-08-21[Powerpc] Tune/optimize powerpc{32,64}/power7/memchr.S.Will Schmidt
2012-07-26Move testsuite audit definitions to sysdeps tst-audit.h files.Joseph Myers
2012-07-19Split tls-macros.h in sysdeps directories.Adhemerval Zanella
2012-07-17Remove TLS configure checks.Marek Polacek
2012-05-25ppc: Pass hwcap to ifuncs.Richard Henderson
2012-05-22PowerPC: libm ABI updateAdhemerval Zanella
2012-05-21Rename __WORDSIZE_COMPAT32 to __WORDSIZE_TIME64_COMPAT32H.J. Lu
2012-05-18[PowerPC] Remove -ftree-loop-linear from MakefilesTulio Magno Quites Machado Filho
2012-05-18Avoid runtime GOT relocations in ld.so on powerpcAndreas Schwab
2012-05-15Split up stackguard-macros.h into sysdeps directories.Joseph Myers
2012-05-15PowerPC - logb[f|l] optimization for POWER7Adhemerval Zanella
2012-05-01Fix missing nearbyintl@GLIBC_2.1 on powerpcAndreas Schwab
2012-04-24Correct powerpc64 s_floorl edge cases (bug 13886).Adhemerval Zanella
2012-04-18Further simplify power6 wordcopy by removing switch statements.Will Schmidt
2012-04-18Simplify power6 wordcopy by adding [fwd|bwd]_align_merge macros.Will Schmidt
2012-03-28Fix whitespaceAndreas Jaeger
2012-03-28Regenerate configure filesAndreas Jaeger
2012-03-28Move sysdeps/powerpc/powerpc64/elf filesAndreas Jaeger
2012-03-21Disable use of FMA instructions in branredAndreas Schwab
2012-03-20Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu
2012-03-10Replace FSF snail mail address with URL in miscellaneous files.Paul Eggert
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson