aboutsummaryrefslogtreecommitdiff
path: root/ports/sysdeps/arm
AgeCommit message (Expand)AuthorFilesLines
2013-03-13ARM: Handle ARM_ALWAYS_BX in {add,sub}_n.S code.Roland McGrath1-0/+6
2013-03-13ARM: Support avoiding pc as destination register.Roland McGrath3-2/+60
2013-03-12ARM: Make armv6t2 memchr implementation usable without Thumb.Roland McGrath1-2/+23
2013-03-12ARM: Change register allocation in armv6t2 memchr implementation.Roland McGrath1-15/+15
2013-03-11Add comments about ARM configure -fno-unwind-tables handling.Joseph Myers2-0/+10
2013-03-11ARM: Consolidate setjmp details in include/bits/setjmp.h file.Roland McGrath5-10/+20
2013-03-11ARM: Convert string/ assembly to unified syntax.Roland McGrath4-40/+48
2013-03-11ARM: Use r10 instead of r9.Roland McGrath2-18/+18
2013-03-11Clean up ARM preconfigure.Roland McGrath2-46/+104
2013-03-07arm: Implement armv6 optimized string routinesRichard Henderson7-0/+697
2013-03-06arm: Add optimized add_n and sub_nRichard Henderson2-0/+86
2013-03-06arm: Add optimized submul_1Richard Henderson1-0/+68
2013-03-06arm: Add optimized addmul_1Richard Henderson1-0/+67
2013-03-06arm: Add optimized ffs for armv6t2Richard Henderson2-0/+85
2013-03-06arm: Implement hard-tp for GET_TLSRichard Henderson1-3/+11
2013-03-06arm: Tidy architecture selectionRichard Henderson2-8/+38
2013-03-06arm: Unless arm4t, pop return address directly into pcRichard Henderson2-5/+10
2013-03-06arm: Commonize BX conditionalsRichard Henderson3-30/+14
2013-03-06arm: Delete LOADREGS macroRichard Henderson2-5/+1
2013-03-06arm: Use push/pop mnemonicsRichard Henderson9-85/+85
2013-03-06arm: Enable thumb2 mode in assembly filesRichard Henderson1-2/+11
2013-03-06arm: Introduce and use GET_TLSRichard Henderson2-11/+21
2013-03-06arm: Introduce and use NEGOFF series of macrosRichard Henderson1-0/+16
2013-03-06arm: Introduce and use LDST_PCRELRichard Henderson1-0/+17
2013-02-28arm: Mark assembly files that will not use thumb modeRichard Henderson9-0/+18
2013-02-28arm: Add IT insns for thumb modeRichard Henderson2-7/+3
2013-02-28arm: Introduce and use PC_OFSRichard Henderson3-4/+12
2013-02-28arm: Tidy whitespace in sysdep.h filesRichard Henderson1-29/+29
2013-02-28arm: Handle armv6 in preconfigureRichard Henderson1-1/+4
2013-02-28arm: Update preconfigure fragment for gcc 4.8Richard Henderson1-1/+1
2013-02-27ARM: Macroize use of .cfi_sections directive.Roland McGrath3-4/+7
2013-02-13Remove __ptrvalue, __bounded and __unbounded.Joseph Myers1-3/+3
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers79-81/+79
2012-11-30Update ARM libm-test-ulps.Joseph Myers1-8/+428
2012-11-21Avoid $(shell) in determining default ARM ABI.Joseph Myers2-0/+6
2012-11-21Make ARM fesetenv (FE_NOMASK_ENV) detect failure (bug 14866).Joseph Myers1-0/+10
2012-11-05Fix types of FE_DFL_ENV and FE_NOMASK_ENV (bug 14805).Joseph Myers1-1/+1
2012-11-03Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796).Joseph Myers1-0/+1
2012-11-03Make fenv.h FE_* macros usable in #if (bug 3439).Joseph Myers1-18/+27
2012-10-09Add missing magic to GLIBC_PROVIDES.Roland McGrath1-99/+0
2012-10-05Clean up R_ARM_PC24 handling.Roland McGrath1-69/+51
2012-09-28Remove arm ADDRIDX macro definitionH.J. Lu1-6/+0
2012-09-21Correct order of arguments of __arm_assisted_compare_and_exchange_val_32_acq.Joseph Myers1-1/+1
2012-09-12Make strtod respect the rounding mode (bug 14518).Joseph Myers1-0/+42
2012-08-15Add generic versions of pthread_spin_lock and pthread_spin_trylock.Maxim Kuvyrkov2-38/+6
2012-08-15Separate ARM bits/atomic.h into generic and Linux-specific files.Roland McGrath1-0/+81
2012-08-14arm: fix up style in reloc fixMike Frysinger1-1/+1
2012-08-12arm: handle unaligned ABS relocsMike Frysinger1-1/+6
2012-08-09Make ARM setjmp/longjmp respect ARM_ASSUME_NO_IWMMXT macro.Roland McGrath3-20/+47
2012-08-09Avoid VFP HWCAP check in setjmp/longjmp and getcontext/setcontext when compil...Roland McGrath2-25/+28