Age | Commit message (Expand) | Author | Files | Lines |
2013-10-30 | rename configure.in to configure.ac | Mike Frysinger | 2 | -1/+1 |
2013-10-25 | PowerPC: strcpy/stpcpy optimization for PPC64/POWER7 | Adhemerval Zanella | 4 | -134/+407 |
2013-10-04 | Use stdint.h types in union unaligned. | Alan Modra | 1 | -4/+4 |
2013-10-04 | Correct little-endian relocation of UADDR64,32,16. | Alan Modra | 1 | -18/+10 |
2013-10-04 | PowerPC LE memchr and memrchr | Alan Modra | 3 | -193/+204 |
2013-10-04 | PowerPC LE memset | Alan Modra | 4 | -28/+28 |
2013-10-04 | PowerPC LE memcpy | Alan Modra | 5 | -391/+756 |
2013-10-04 | PowerPC LE memcmp | Alan Modra | 2 | -939/+1715 |
2013-10-04 | PowerPC LE strchr | Alan Modra | 3 | -34/+103 |
2013-10-04 | PowerPC LE strcpy | Alan Modra | 2 | -1/+44 |
2013-10-04 | PowerPC LE strcmp and strncmp | Alan Modra | 4 | -33/+219 |
2013-10-04 | PowerPC LE strnlen | Alan Modra | 1 | -52/+59 |
2013-10-04 | PowerPC LE strlen | Alan Modra | 2 | -25/+67 |
2013-10-04 | PowerPC ugly symbol versioning | Alan Modra | 1 | -6/+6 |
2013-10-04 | PowerPC LE setjmp/longjmp | Anton Blanchard | 2 | -40/+36 |
2013-10-04 | PowerPC floating point little-endian [14 of 15] | Anton Blanchard | 6 | -7/+19 |
2013-10-04 | PowerPC floating point little-endian [12 of 15] | Alan Modra | 2 | -7/+4 |
2013-09-25 | PowerPC: Fix POINTER_CHK_GUARD thread register for PPC64 | Adhemerval Zanella | 1 | -1/+1 |
2013-09-23 | BZ #15754: CVE-2013-4788 | Carlos O'Donell | 1 | -0/+10 |
2013-09-05 | PowerPC: fix POWER7 memrchr for some large inputs | Adhemerval Zanella | 1 | -2/+2 |
2013-08-30 | Fix then/than typos. | Ondřej Bílka | 2 | -7/+7 |
2013-08-21 | Fix typos. | Ondřej Bílka | 1 | -1/+1 |
2013-08-20 | PowerPC: fix backtrace to handle signal trampolines | Adhemerval Zanella | 1 | -1/+35 |
2013-06-24 | PowerPC: Enable POWER8 platform sans hwcap bits. | Ryan S. Arnold | 1 | -0/+2 |
2013-06-05 | Remove trailing whitespace. | Joseph Myers | 29 | -200/+200 |
2013-05-29 | Avoid crashing in LD_DEBUG when program name is unavailable | Siddhesh Poyarekar | 1 | -2/+1 |
2013-04-26 | PowerPC: modf optimization fix | Adhemerval Zanella | 1 | -0/+2 |
2013-04-23 | PowerPC: modf optimization | Adhemerval Zanella | 1 | -0/+2 |
2013-04-01 | PowerPC: remove branch prediction from rint implementation | Adhemerval Zanella | 2 | -6/+6 |
2013-03-28 | PowerPC: .eh_frame info in crt1.o isn't useful and triggers gold bug 14675. | Alan Modra | 1 | -0/+7 |
2013-03-08 | Consolidate copies of mp code in powerpc | Siddhesh Poyarekar | 3 | -221/+2 |
2013-03-07 | Merge powerpc slowexp.c into generic code | Siddhesh Poyarekar | 2 | -65/+1 |
2013-03-07 | Merge powerpc slowpow.c into generic code | Siddhesh Poyarekar | 2 | -93/+1 |
2013-03-07 | Use an intermediate variable to sum exponents in powerpc __mul and __sqr | Siddhesh Poyarekar | 1 | -5/+6 |
2013-03-07 | Use generic mpa.c code for everything except __mul and __sqr | Siddhesh Poyarekar | 1 | -628/+4 |
2013-03-06 | Remove powerpc64 bounded-pointers code. | Joseph Myers | 33 | -458/+110 |
2013-02-28 | Sync up ppc add_magnitudes and sub_magnitudes with default code | Siddhesh Poyarekar | 1 | -52/+60 |
2013-02-25 | Sync up powerpc __mp_dbl with default code | Siddhesh Poyarekar | 1 | -3/+1 |
2013-02-21 | Mark __inv as static in powerpc | Siddhesh Poyarekar | 1 | -1/+1 |
2013-02-21 | Fix whitespace differences between generic and powerpc mpa.c | Siddhesh Poyarekar | 1 | -1/+1 |
2013-02-21 | Mark ZERO inputs to __mul as unlikely on powerpc | Siddhesh Poyarekar | 1 | -1/+1 |
2013-02-20 | Copy comment about inner loop from powerpc mpa.c to the default one | Siddhesh Poyarekar | 1 | -1/+1 |
2013-02-14 | Remove redundant return keyword | Siddhesh Poyarekar | 1 | -13/+0 |
2013-02-14 | New __sqr function as a faster special case of __mul | Siddhesh Poyarekar | 1 | -0/+100 |
2013-02-13 | Remove __ptrvalue, __bounded and __unbounded. | Joseph Myers | 1 | -2/+2 |
2013-02-01 | Remove BOUNDED_N and BOUNDED_1. | Joseph Myers | 1 | -3/+1 |
2013-01-20 | Remove use of mpa2.h | Andreas Schwab | 1 | -1/+0 |
2013-01-14 | Fix code formatting in mpa.c | Siddhesh Poyarekar | 1 | -269/+534 |
2013-01-14 | Remove unnecessary local variable mptwo | Siddhesh Poyarekar | 1 | -4/+0 |
2013-01-10 | Revert "Use ieee754/dbl-64/wordsize-64 on powerpc64" | Andreas Schwab | 1 | -1/+0 |