Age | Commit message (Expand) | Author | Files | Lines |
2013-04-02 | New <math.h> macro named issignaling to check for a signaling NaN (sNaN). | Thomas Schwinge | 17 | -0/+121 |
2013-03-26 | ARM: fix preconfigure. | Mans Rullgard | 3 | -2/+7 |
2013-03-21 | Use LIBC_CONFIG_VAR for MIPS default-abi setting. | Joseph Myers | 4 | -5/+11 |
2013-03-20 | Use LIBC_CONFIG_VAR for ARM default-abi setting. | Joseph Myers | 4 | -7/+14 |
2013-03-19 | aarch64: Move rtld link to /lib | Andreas Schwab | 3 | -0/+8 |
2013-03-18 | ARM: Make dl-tlsdesc.S use sfi_breg, respect ARM_ALWAYS_BX and ARM_NO_INDEX_R... | Roland McGrath | 3 | -9/+38 |
2013-03-15 | Better distinguish between NaN/qNaN/sNaN. | Thomas Schwinge | 1 | -8/+8 |
2013-03-15 | Avoid duplicate MAP_ANONYMOUS definition for MIPS GNU/Linux. | Thomas Schwinge | 2 | -1/+5 |
2013-03-15 | ARM: sfi_sp assembler macro | Roland McGrath | 3 | -1/+9 |
2013-03-15 | ARM: sfi_breg assembler macro | Roland McGrath | 18 | -189/+404 |
2013-03-14 | aarch64: use lib64 as default lib and slib directory | Andreas Schwab | 3 | -0/+31 |
2013-03-13 | ARM_BX_ALIGN_LOG2 | Roland McGrath | 4 | -12/+63 |
2013-03-13 | ARM: Handle ARM_ALWAYS_BX in {add,sub}_n.S code. | Roland McGrath | 2 | -0/+9 |
2013-03-13 | ARM: Support avoiding pc as destination register. | Roland McGrath | 4 | -2/+67 |
2013-03-12 | ARM: Make armv6t2 memchr implementation usable without Thumb. | Roland McGrath | 2 | -2/+26 |
2013-03-12 | ARM: Change register allocation in armv6t2 memchr implementation. | Roland McGrath | 2 | -15/+20 |
2013-03-12 | ia64: fix set-but-unused warnings with syscalls | Mike Frysinger | 2 | -2/+11 |
2013-03-12 | ia64: fix strict aliasing warnings with libm error | Mike Frysinger | 2 | -58/+81 |
2013-03-12 | ia64: fix strict aliasing warnings with func descriptors | Mike Frysinger | 5 | -13/+34 |
2013-03-11 | Add comments about ARM configure -fno-unwind-tables handling. | Joseph Myers | 5 | -0/+21 |
2013-03-11 | ARM: Consolidate setjmp details in include/bits/setjmp.h file. | Roland McGrath | 6 | -10/+28 |
2013-03-11 | ARM: Convert string/ assembly to unified syntax. | Roland McGrath | 5 | -40/+53 |
2013-03-11 | ARM: Use r10 instead of r9. | Roland McGrath | 3 | -18/+21 |
2013-03-11 | AM33: Use <bits/mman.h> | Andreas Jaeger | 2 | -61/+7 |
2013-03-11 | Use <bits/mman.h> on ia64 | Andreas Jaeger | 2 | -74/+7 |
2013-03-11 | Clean up ARM preconfigure. | Roland McGrath | 3 | -46/+109 |
2013-03-11 | Remove extra pthread_atfork compat symbols | Andreas Schwab | 10 | -6/+28 |
2013-03-10 | ia64: makecontext: fix signed warnings | Mike Frysinger | 2 | -2/+7 |
2013-03-10 | ia64: fix NEED_DL_SYSINFO_DSO conditionals | Mike Frysinger | 2 | -23/+13 |
2013-03-07 | arm: Implement armv6 optimized string routines | Richard Henderson | 8 | -0/+707 |
2013-03-07 | AARCH64: Use <bits/mman-linux.h> | Andreas Jaeger | 2 | -73/+8 |
2013-03-06 | Use <bits/mman-linux.h> for MIPS | Andreas Jaeger | 2 | -72/+9 |
2013-03-06 | arm: Add optimized add_n and sub_n | Richard Henderson | 3 | -0/+88 |
2013-03-06 | arm: Add optimized submul_1 | Richard Henderson | 2 | -0/+69 |
2013-03-06 | arm: Add optimized addmul_1 | Richard Henderson | 2 | -0/+68 |
2013-03-06 | arm: Add optimized ffs for armv6t2 | Richard Henderson | 3 | -0/+88 |
2013-03-06 | arm: Implement hard-tp for GET_TLS | Richard Henderson | 4 | -11/+30 |
2013-03-06 | arm: Tidy architecture selection | Richard Henderson | 3 | -8/+45 |
2013-03-06 | arm: Unless arm4t, pop return address directly into pc | Richard Henderson | 3 | -5/+14 |
2013-03-06 | arm: Commonize BX conditionals | Richard Henderson | 4 | -30/+21 |
2013-03-06 | arm: Delete LOADREGS macro | Richard Henderson | 3 | -5/+4 |
2013-03-06 | arm: Use push/pop mnemonics | Richard Henderson | 20 | -134/+154 |
2013-03-06 | arm: Enable thumb2 mode in assembly files | Richard Henderson | 2 | -2/+14 |
2013-03-06 | arm: Introduce and use GET_TLS | Richard Henderson | 10 | -42/+77 |
2013-03-06 | arm: Introduce and use NEGOFF series of macros | Richard Henderson | 6 | -14/+43 |
2013-03-06 | arm: Introduce and use LDST_PCREL | Richard Henderson | 5 | -24/+47 |
2013-03-06 | Sync with Linux 3.8 | Andreas Jaeger | 11 | -2/+35 |
2013-03-06 | Update date of last entry | Andreas Jaeger | 1 | -1/+1 |
2013-03-06 | Use <bits/mman-linux.h> on M68k | Andreas Jaeger | 2 | -74/+7 |
2013-03-06 | Use <bits/mman-linux.h> on ARM | Andreas Jaeger | 2 | -74/+7 |