about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc32
Commit message (Expand)AuthorAgeFilesLines
...
* PowerPC LE strchrAlan Modra2013-10-043-40/+109
* PowerPC LE strcpyAlan Modra2013-10-042-2/+34
* PowerPC LE strcmp and strncmpAlan Modra2013-10-044-48/+161
* PowerPC LE strnlenAlan Modra2013-10-041-50/+56
* PowerPC LE strlenAlan Modra2013-10-042-22/+64
* PowerPC ugly symbol versioningAlan Modra2013-10-046-11/+11
* PowerPC LE setjmp/longjmpAnton Blanchard2013-10-042-41/+40
* PowerPC floating point little-endian [15 of 15]Alan Modra2013-10-041-12/+9
* PowerPC floating point little-endian [13 of 15]Alan Modra2013-10-042-13/+10
* PowerPC floating point little-endian [12 of 15]Alan Modra2013-10-0416-31/+29
* PowerPC floating point little-endian [2 of 15]Alan Modra2013-10-041-4/+4
* BZ #15754: CVE-2013-4788Carlos O'Donell2013-09-231-0/+10
* e500 port: setjmp/longjmp.Joseph Myers2013-09-182-36/+47
* Don't force -msoft-float for powerpc --without-fp.Joseph Myers2013-09-181-5/+0
* PowerPC: fix POWER7 memrchr for some large inputsAdhemerval Zanella2013-09-051-2/+2
* Remove --disable-versioning.Joseph Myers2013-09-042-9/+1
* Fix typo.Ondřej Bílka2013-09-021-1/+1
* Fix then/than typos.Ondřej Bílka2013-08-302-11/+11
* Fix typos.Ondřej Bílka2013-08-215-5/+5
* PowerPC: fix backtrace to handle signal trampolinesAdhemerval Zanella2013-08-201-1/+65
* PowerPC: Enable POWER8 platform sans hwcap bits.Ryan S. Arnold2013-06-241-0/+2
* Avoid use of "register" as optimization hint.Joseph Myers2013-06-072-6/+6
* Fix leading whitespaces.Ondrej Bilka2013-06-062-2/+2
* Remove trailing whitespace.Joseph Myers2013-06-0528-130/+130
* 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 powerpc32 strncmp comments about bounded pointers.Joseph Myers2013-03-043-9/+0
* Remove powerpc32 bounded-pointers code.Joseph Myers2013-02-2844-436/+118
* 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
* Remove unnecessary local variable mptwoSiddhesh Poyarekar2013-01-141-4/+0
* Update comments in mpa.cSiddhesh Poyarekar2013-01-091-70/+49