about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64
Commit message (Expand)AuthorAgeFilesLines
...
* PowerPC64 ELFv2 ABI 1/6: Code refactoringUlrich Weigand2013-12-044-59/+38
* PowerPC64: Report overflow on @h and @ha relocationsAlan Modra2013-12-041-2/+22
* rename configure.in to configure.acMike Frysinger2013-10-302-1/+1
* PowerPC: strcpy/stpcpy optimization for PPC64/POWER7Adhemerval Zanella2013-10-254-134/+407
* Use stdint.h types in union unaligned.Alan Modra2013-10-041-4/+4
* Correct little-endian relocation of UADDR64,32,16.Alan Modra2013-10-041-18/+10
* PowerPC LE memchr and memrchrAlan Modra2013-10-043-193/+204
* PowerPC LE memsetAlan Modra2013-10-044-28/+28
* PowerPC LE memcpyAlan Modra2013-10-045-391/+756
* PowerPC LE memcmpAlan Modra2013-10-042-939/+1715
* PowerPC LE strchrAlan Modra2013-10-043-34/+103
* PowerPC LE strcpyAlan Modra2013-10-042-1/+44
* PowerPC LE strcmp and strncmpAlan Modra2013-10-044-33/+219
* PowerPC LE strnlenAlan Modra2013-10-041-52/+59
* PowerPC LE strlenAlan Modra2013-10-042-25/+67
* PowerPC ugly symbol versioningAlan Modra2013-10-041-6/+6
* PowerPC LE setjmp/longjmpAnton Blanchard2013-10-042-40/+36
* PowerPC floating point little-endian [14 of 15]Anton Blanchard2013-10-046-7/+19
* PowerPC floating point little-endian [12 of 15]Alan Modra2013-10-042-7/+4
* PowerPC: Fix POINTER_CHK_GUARD thread register for PPC64Adhemerval Zanella2013-09-251-1/+1
* BZ #15754: CVE-2013-4788Carlos O'Donell2013-09-231-0/+10
* PowerPC: fix POWER7 memrchr for some large inputsAdhemerval Zanella2013-09-051-2/+2
* Fix then/than typos.Ondřej Bílka2013-08-302-7/+7
* Fix typos.Ondřej Bílka2013-08-211-1/+1
* PowerPC: fix backtrace to handle signal trampolinesAdhemerval Zanella2013-08-201-1/+35
* PowerPC: Enable POWER8 platform sans hwcap bits.Ryan S. Arnold2013-06-241-0/+2
* Remove trailing whitespace.Joseph Myers2013-06-0529-200/+200
* Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar2013-05-291-2/+1
* PowerPC: modf optimization fixAdhemerval Zanella2013-04-261-0/+2
* PowerPC: modf optimizationAdhemerval Zanella2013-04-231-0/+2
* PowerPC: remove branch prediction from rint implementationAdhemerval Zanella2013-04-012-6/+6
* PowerPC: .eh_frame info in crt1.o isn't useful and triggers gold bug 14675.Alan Modra2013-03-281-0/+7
* Consolidate copies of mp code in powerpcSiddhesh Poyarekar2013-03-083-221/+2
* Merge powerpc slowexp.c into generic codeSiddhesh Poyarekar2013-03-072-65/+1
* Merge powerpc slowpow.c into generic codeSiddhesh Poyarekar2013-03-072-93/+1
* Use an intermediate variable to sum exponents in powerpc __mul and __sqrSiddhesh Poyarekar2013-03-071-5/+6
* Use generic mpa.c code for everything except __mul and __sqrSiddhesh Poyarekar2013-03-071-628/+4
* Remove powerpc64 bounded-pointers code.Joseph Myers2013-03-0633-458/+110
* Sync up ppc add_magnitudes and sub_magnitudes with default codeSiddhesh Poyarekar2013-02-281-52/+60
* Sync up powerpc __mp_dbl with default codeSiddhesh Poyarekar2013-02-251-3/+1
* Mark __inv as static in powerpcSiddhesh Poyarekar2013-02-211-1/+1
* Fix whitespace differences between generic and powerpc mpa.cSiddhesh Poyarekar2013-02-211-1/+1
* Mark ZERO inputs to __mul as unlikely on powerpcSiddhesh Poyarekar2013-02-211-1/+1
* Copy comment about inner loop from powerpc mpa.c to the default oneSiddhesh Poyarekar2013-02-201-1/+1
* Remove redundant return keywordSiddhesh Poyarekar2013-02-141-13/+0
* New __sqr function as a faster special case of __mulSiddhesh Poyarekar2013-02-141-0/+100
* Remove __ptrvalue, __bounded and __unbounded.Joseph Myers2013-02-131-2/+2
* Remove BOUNDED_N and BOUNDED_1.Joseph Myers2013-02-011-3/+1
* Remove use of mpa2.hAndreas Schwab2013-01-201-1/+0
* Fix code formatting in mpa.cSiddhesh Poyarekar2013-01-141-269/+534