about summary refs log tree commit diff
path: root/ports/sysdeps/arm
Commit message (Expand)AuthorAgeFilesLines
* Link extra-libs consistently with libc and ld.so.Joseph Myers2013-05-311-9/+0
* Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar2013-05-291-4/+2
* Don't include expected results in libm-test test names.Joseph Myers2013-05-221-466/+466
* Handle sincos with generic libm-test logic.Joseph Myers2013-05-191-7/+7
* Stop ARM setjmp/longjmp saving/restoring fpscr (bug 14908).Joseph Myers2013-05-143-13/+3
* ARM: Make multiarch memcpy always use NEON when compiler doesRoland McGrath2013-05-134-11/+31
* ARM: Add Cortex-A15 optimized NEON and VFP memcpy routines, with IFUNC.Will Newton2013-05-089-0/+854
* ARM: Rewrite elf_machine_dynamic in pure C.Roland McGrath2013-05-071-21/+4
* ARM: Add missing sfi_breg prefix in _dl_tlsdesc_dynamic code.Roland McGrath2013-05-061-0/+1
* ARM: Macroize assembly use of EABI unwind directives.Roland McGrath2013-04-192-15/+24
* ARM: fix preconfigure.Mans Rullgard2013-03-262-2/+2
* Use LIBC_CONFIG_VAR for ARM default-abi setting.Joseph Myers2013-03-202-4/+6
* ARM: Make dl-tlsdesc.S use sfi_breg, respect ARM_ALWAYS_BX and ARM_NO_INDEX_R...Roland McGrath2013-03-182-9/+28
* ARM: sfi_sp assembler macroRoland McGrath2013-03-152-1/+6
* ARM: sfi_breg assembler macroRoland McGrath2013-03-1517-189/+381
* ARM_BX_ALIGN_LOG2Roland McGrath2013-03-133-12/+59
* ARM: Handle ARM_ALWAYS_BX in {add,sub}_n.S code.Roland McGrath2013-03-131-0/+6
* ARM: Support avoiding pc as destination register.Roland McGrath2013-03-133-2/+60
* ARM: Make armv6t2 memchr implementation usable without Thumb.Roland McGrath2013-03-121-2/+23
* ARM: Change register allocation in armv6t2 memchr implementation.Roland McGrath2013-03-121-15/+15
* Add comments about ARM configure -fno-unwind-tables handling.Joseph Myers2013-03-112-0/+10
* ARM: Consolidate setjmp details in include/bits/setjmp.h file.Roland McGrath2013-03-115-10/+20
* ARM: Convert string/ assembly to unified syntax.Roland McGrath2013-03-114-40/+48
* ARM: Use r10 instead of r9.Roland McGrath2013-03-112-18/+18
* Clean up ARM preconfigure.Roland McGrath2013-03-112-46/+104
* arm: Implement armv6 optimized string routinesRichard Henderson2013-03-077-0/+697
* arm: Add optimized add_n and sub_nRichard Henderson2013-03-062-0/+86
* arm: Add optimized submul_1Richard Henderson2013-03-061-0/+68
* arm: Add optimized addmul_1Richard Henderson2013-03-061-0/+67
* arm: Add optimized ffs for armv6t2Richard Henderson2013-03-062-0/+85
* arm: Implement hard-tp for GET_TLSRichard Henderson2013-03-061-3/+11
* arm: Tidy architecture selectionRichard Henderson2013-03-062-8/+38
* arm: Unless arm4t, pop return address directly into pcRichard Henderson2013-03-062-5/+10
* arm: Commonize BX conditionalsRichard Henderson2013-03-063-30/+14
* arm: Delete LOADREGS macroRichard Henderson2013-03-062-5/+1
* arm: Use push/pop mnemonicsRichard Henderson2013-03-069-85/+85
* arm: Enable thumb2 mode in assembly filesRichard Henderson2013-03-061-2/+11
* arm: Introduce and use GET_TLSRichard Henderson2013-03-062-11/+21
* arm: Introduce and use NEGOFF series of macrosRichard Henderson2013-03-061-0/+16
* arm: Introduce and use LDST_PCRELRichard Henderson2013-03-061-0/+17
* arm: Mark assembly files that will not use thumb modeRichard Henderson2013-02-289-0/+18
* arm: Add IT insns for thumb modeRichard Henderson2013-02-282-7/+3
* arm: Introduce and use PC_OFSRichard Henderson2013-02-283-4/+12
* arm: Tidy whitespace in sysdep.h filesRichard Henderson2013-02-281-29/+29
* arm: Handle armv6 in preconfigureRichard Henderson2013-02-281-1/+4
* arm: Update preconfigure fragment for gcc 4.8Richard Henderson2013-02-281-1/+1
* ARM: Macroize use of .cfi_sections directive.Roland McGrath2013-02-273-4/+7
* Remove __ptrvalue, __bounded and __unbounded.Joseph Myers2013-02-131-3/+3
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0279-81/+79
* Update ARM libm-test-ulps.Joseph Myers2012-11-301-8/+428