aboutsummaryrefslogtreecommitdiff
path: root/ports/sysdeps/arm
AgeCommit message (Expand)Author
2013-05-06ARM: Add missing sfi_breg prefix in _dl_tlsdesc_dynamic code.Roland McGrath
2013-04-19ARM: Macroize assembly use of EABI unwind directives.Roland McGrath
2013-03-26ARM: fix preconfigure.Mans Rullgard
2013-03-20Use LIBC_CONFIG_VAR for ARM default-abi setting.Joseph Myers
2013-03-18ARM: Make dl-tlsdesc.S use sfi_breg, respect ARM_ALWAYS_BX and ARM_NO_INDEX_R...Roland McGrath
2013-03-15ARM: sfi_sp assembler macroRoland McGrath
2013-03-15ARM: sfi_breg assembler macroRoland McGrath
2013-03-13ARM_BX_ALIGN_LOG2Roland McGrath
2013-03-13ARM: Handle ARM_ALWAYS_BX in {add,sub}_n.S code.Roland McGrath
2013-03-13ARM: Support avoiding pc as destination register.Roland McGrath
2013-03-12ARM: Make armv6t2 memchr implementation usable without Thumb.Roland McGrath
2013-03-12ARM: Change register allocation in armv6t2 memchr implementation.Roland McGrath
2013-03-11Add comments about ARM configure -fno-unwind-tables handling.Joseph Myers
2013-03-11ARM: Consolidate setjmp details in include/bits/setjmp.h file.Roland McGrath
2013-03-11ARM: Convert string/ assembly to unified syntax.Roland McGrath
2013-03-11ARM: Use r10 instead of r9.Roland McGrath
2013-03-11Clean up ARM preconfigure.Roland McGrath
2013-03-07arm: Implement armv6 optimized string routinesRichard Henderson
2013-03-06arm: Add optimized add_n and sub_nRichard Henderson
2013-03-06arm: Add optimized submul_1Richard Henderson
2013-03-06arm: Add optimized addmul_1Richard Henderson
2013-03-06arm: Add optimized ffs for armv6t2Richard Henderson
2013-03-06arm: Implement hard-tp for GET_TLSRichard Henderson
2013-03-06arm: Tidy architecture selectionRichard Henderson
2013-03-06arm: Unless arm4t, pop return address directly into pcRichard Henderson
2013-03-06arm: Commonize BX conditionalsRichard Henderson
2013-03-06arm: Delete LOADREGS macroRichard Henderson
2013-03-06arm: Use push/pop mnemonicsRichard Henderson
2013-03-06arm: Enable thumb2 mode in assembly filesRichard Henderson
2013-03-06arm: Introduce and use GET_TLSRichard Henderson
2013-03-06arm: Introduce and use NEGOFF series of macrosRichard Henderson
2013-03-06arm: Introduce and use LDST_PCRELRichard Henderson
2013-02-28arm: Mark assembly files that will not use thumb modeRichard Henderson
2013-02-28arm: Add IT insns for thumb modeRichard Henderson
2013-02-28arm: Introduce and use PC_OFSRichard Henderson
2013-02-28arm: Tidy whitespace in sysdep.h filesRichard Henderson
2013-02-28arm: Handle armv6 in preconfigureRichard Henderson
2013-02-28arm: Update preconfigure fragment for gcc 4.8Richard Henderson
2013-02-27ARM: Macroize use of .cfi_sections directive.Roland McGrath
2013-02-13Remove __ptrvalue, __bounded and __unbounded.Joseph Myers
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-11-30Update ARM libm-test-ulps.Joseph Myers
2012-11-21Avoid $(shell) in determining default ARM ABI.Joseph Myers
2012-11-21Make ARM fesetenv (FE_NOMASK_ENV) detect failure (bug 14866).Joseph Myers
2012-11-05Fix types of FE_DFL_ENV and FE_NOMASK_ENV (bug 14805).Joseph Myers
2012-11-03Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796).Joseph Myers
2012-11-03Make fenv.h FE_* macros usable in #if (bug 3439).Joseph Myers
2012-10-09Add missing magic to GLIBC_PROVIDES.Roland McGrath
2012-10-05Clean up R_ARM_PC24 handling.Roland McGrath
2012-09-28Remove arm ADDRIDX macro definitionH.J. Lu