aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc32
AgeCommit message (Expand)Author
2013-04-26PowerPC: modf optimization fixAdhemerval Zanella
2013-04-23PowerPC: modf optimizationAdhemerval Zanella
2013-04-01PowerPC: remove branch prediction from rint implementationAdhemerval Zanella
2013-03-28PowerPC: .eh_frame info in crt1.o isn't useful and triggers gold bug 14675.Alan Modra
2013-03-08Consolidate copies of mp code in powerpcSiddhesh Poyarekar
2013-03-07Merge powerpc slowexp.c into generic codeSiddhesh Poyarekar
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-04Remove powerpc32 strncmp comments about bounded pointers.Joseph Myers
2013-02-28Remove powerpc32 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-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-01Put __NO_FPRS__ around floating point opcodes in powerpc32/dl-trampoline.S.Sebastan Andrzej Siewior
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-08-02Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}.Marek Polacek
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-07-10Get rid of ASM_GLOBAL_DIRECTIVE.Marek Polacek
2012-07-06Fix missing _mcount@GLIBC_2.0 on powerpc32Andreas Schwab
2012-06-02Move __mcount_internal from GLIBC_PRIVATE to GLIBC_2.16Andreas Schwab
2012-05-26Fix missing declarationAndreas Schwab
2012-05-26Optimize handling of denormals in logb/logbf/logblAndreas Schwab
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-18Fix undefined reference to _dl_prof_resolve in profiled libcAndreas Schwab
2012-05-15Split up stackguard-macros.h into sysdeps directories.Joseph Myers