Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Condition sysdeps/arm/include/bits/setjmp.h contents on _ISOMAC. | Joseph Myers | 2013-07-03 | 1 | -2/+4 |
| | |||||
* | Regenerate ARM ulps. | Joseph Myers | 2013-07-02 | 1 | -103/+2804 |
| | |||||
* | Make soft-float ARM use soft-fp fma/fmaf. | Joseph Myers | 2013-07-02 | 4 | -0/+60 |
| | |||||
* | ARM: Pass dl_hwcap to IFUNC resolver functions. | Will Newton | 2013-07-02 | 1 | -1/+1 |
| | |||||
* | sysdeps/arm/arm-mcount.S: Comment typo fix. | Roland McGrath | 2013-06-18 | 1 | -1/+1 |
| | |||||
* | ARM: Make armv7 memcpy implementations SFI-friendly | Roland McGrath | 2013-06-18 | 2 | -281/+564 |
| | |||||
* | ARM: Clean up __libc_ifunc_impl_list | Roland McGrath | 2013-06-18 | 1 | -10/+15 |
| | |||||
* | Fix warnings from ARM soft-float fpu_control.h. | Joseph Myers | 2013-06-18 | 1 | -2/+2 |
| | |||||
* | Wrap test-fpucw.c for ARM. | Joseph Myers | 2013-06-18 | 2 | -1/+6 |
| | |||||
* | Make ARM feenableexcept detect failure (bug 14907). | Joseph Myers | 2013-06-17 | 1 | -0/+12 |
| | |||||
* | Update ARM _FPU_RESERVED value. | Joseph Myers | 2013-06-14 | 1 | -1/+1 |
| | |||||
* | Add exception information to math-tests.h and use it in libm-test.inc. | Joseph Myers | 2013-06-11 | 1 | -1/+5 |
| | |||||
* | Add rounding mode information to math-tests.h and use it in libm-test.inc. | Joseph Myers | 2013-06-10 | 1 | -0/+28 |
| | |||||
* | BZ #15583: r7 uninitialized in strcpy.S when ARM_HAS_T2 undefined | Richard Henderson | 2013-06-05 | 1 | -1/+1 |
| | |||||
* | Remove trailing whitespace in ports. | Joseph Myers | 2013-06-05 | 1 | -1/+1 |
| | |||||
* | Link extra-libs consistently with libc and ld.so. | Joseph Myers | 2013-05-31 | 1 | -9/+0 |
| | |||||
* | Avoid crashing in LD_DEBUG when program name is unavailable | Siddhesh Poyarekar | 2013-05-29 | 1 | -4/+2 |
| | | | | | | | | | Resolves: #15465 The program name may be unavailable if the user application tampers with argc and argv[]. Some parts of the dynamic linker caters for this while others don't, so this patch consolidates the check and fallback into a single macro and updates all users. | ||||
* | Don't include expected results in libm-test test names. | Joseph Myers | 2013-05-22 | 1 | -466/+466 |
| | |||||
* | Handle sincos with generic libm-test logic. | Joseph Myers | 2013-05-19 | 1 | -7/+7 |
| | |||||
* | Stop ARM setjmp/longjmp saving/restoring fpscr (bug 14908). | Joseph Myers | 2013-05-14 | 3 | -13/+3 |
| | |||||
* | ARM: Make multiarch memcpy always use NEON when compiler does | Roland McGrath | 2013-05-13 | 4 | -11/+31 |
| | |||||
* | ARM: Add Cortex-A15 optimized NEON and VFP memcpy routines, with IFUNC. | Will Newton | 2013-05-08 | 9 | -0/+854 |
| | |||||
* | ARM: Rewrite elf_machine_dynamic in pure C. | Roland McGrath | 2013-05-07 | 1 | -21/+4 |
| | |||||
* | ARM: Add missing sfi_breg prefix in _dl_tlsdesc_dynamic code. | Roland McGrath | 2013-05-06 | 1 | -0/+1 |
| | |||||
* | ARM: Macroize assembly use of EABI unwind directives. | Roland McGrath | 2013-04-19 | 2 | -15/+24 |
| | |||||
* | ARM: fix preconfigure. | Mans Rullgard | 2013-03-26 | 2 | -2/+2 |
| | |||||
* | Use LIBC_CONFIG_VAR for ARM default-abi setting. | Joseph Myers | 2013-03-20 | 2 | -4/+6 |
| | |||||
* | ARM: Make dl-tlsdesc.S use sfi_breg, respect ARM_ALWAYS_BX and ↵ | Roland McGrath | 2013-03-18 | 2 | -9/+28 |
| | | | | ARM_NO_INDEX_REGISTER. | ||||
* | ARM: sfi_sp assembler macro | Roland McGrath | 2013-03-15 | 2 | -1/+6 |
| | |||||
* | ARM: sfi_breg assembler macro | Roland McGrath | 2013-03-15 | 17 | -189/+381 |
| | |||||
* | ARM_BX_ALIGN_LOG2 | Roland McGrath | 2013-03-13 | 3 | -12/+59 |
| | |||||
* | ARM: Handle ARM_ALWAYS_BX in {add,sub}_n.S code. | Roland McGrath | 2013-03-13 | 1 | -0/+6 |
| | |||||
* | ARM: Support avoiding pc as destination register. | Roland McGrath | 2013-03-13 | 3 | -2/+60 |
| | |||||
* | ARM: Make armv6t2 memchr implementation usable without Thumb. | Roland McGrath | 2013-03-12 | 1 | -2/+23 |
| | |||||
* | ARM: Change register allocation in armv6t2 memchr implementation. | Roland McGrath | 2013-03-12 | 1 | -15/+15 |
| | |||||
* | Add comments about ARM configure -fno-unwind-tables handling. | Joseph Myers | 2013-03-11 | 2 | -0/+10 |
| | |||||
* | ARM: Consolidate setjmp details in include/bits/setjmp.h file. | Roland McGrath | 2013-03-11 | 5 | -10/+20 |
| | |||||
* | ARM: Convert string/ assembly to unified syntax. | Roland McGrath | 2013-03-11 | 4 | -40/+48 |
| | |||||
* | ARM: Use r10 instead of r9. | Roland McGrath | 2013-03-11 | 2 | -18/+18 |
| | |||||
* | Clean up ARM preconfigure. | Roland McGrath | 2013-03-11 | 2 | -46/+104 |
| | |||||
* | arm: Implement armv6 optimized string routines | Richard Henderson | 2013-03-07 | 7 | -0/+697 |
| | | | | | | | | The strcpy and strchr (and related) functions are four times faster than the byte-by-byte default versions. The strlen function is twice as fast for long strings and 50% faster for short strings over the armv4 version. | ||||
* | arm: Add optimized add_n and sub_n | Richard Henderson | 2013-03-06 | 2 | -0/+86 |
| | | | | | | | | Written from scratch rather than copied from GMP, due to LGPL 2.1 vs GPL 3, but tested with the GMP testsuite. This is 250% faster than the generic code as measured on Cortex-A15, and the same speed as GMP on the same core, and probably everywhere. | ||||
* | arm: Add optimized submul_1 | Richard Henderson | 2013-03-06 | 1 | -0/+68 |
| | | | | | | | | Written from scratch rather than copied from GMP, due to LGPL 2.1 vs GPL 3, but tested with the GMP testsuite. This is 50% faster than the generic code as measured on Cortex-A15. It is 25% slower than the current GMP routine on the same core. | ||||
* | arm: Add optimized addmul_1 | Richard Henderson | 2013-03-06 | 1 | -0/+67 |
| | | | | | | | | | Written from scratch rather than copied from GMP, due to LGPL 2.1 vs GPL 3, but tested with the GMP testsuite. This is 25% faster than the generic code as measured on Cortex-A15, and the same speed as GMP on the same core. It's probably slower than GMP on the A8 and A9 cores though. | ||||
* | arm: Add optimized ffs for armv6t2 | Richard Henderson | 2013-03-06 | 2 | -0/+85 |
| | |||||
* | arm: Implement hard-tp for GET_TLS | Richard Henderson | 2013-03-06 | 1 | -3/+11 |
| | |||||
* | arm: Tidy architecture selection | Richard Henderson | 2013-03-06 | 2 | -8/+38 |
| | |||||
* | arm: Unless arm4t, pop return address directly into pc | Richard Henderson | 2013-03-06 | 2 | -5/+10 |
| | |||||
* | arm: Commonize BX conditionals | Richard Henderson | 2013-03-06 | 3 | -30/+14 |
| | | | | Add BLX macro in addition and use it where appropriate. | ||||
* | arm: Delete LOADREGS macro | Richard Henderson | 2013-03-06 | 2 | -5/+1 |
| | | | | | | There was only one user. It's "condition" argument was used for "ia" rather than an actual condition. The apcs26 syntax is almost certainly not needed, given current binutils requirements. |