summaryrefslogtreecommitdiff
path: root/ports/sysdeps/arm
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Avoid $(shell) in determining default ARM ABI.Joseph Myers2012-11-212-0/+6
* Make ARM fesetenv (FE_NOMASK_ENV) detect failure (bug 14866).Joseph Myers2012-11-211-0/+10
* Fix types of FE_DFL_ENV and FE_NOMASK_ENV (bug 14805).Joseph Myers2012-11-051-1/+1
* Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796).Joseph Myers2012-11-031-0/+1
* Make fenv.h FE_* macros usable in #if (bug 3439).Joseph Myers2012-11-031-18/+27
* Add missing magic to GLIBC_PROVIDES.Roland McGrath2012-10-091-99/+0
* Clean up R_ARM_PC24 handling.Roland McGrath2012-10-051-69/+51
* Remove arm ADDRIDX macro definitionH.J. Lu2012-09-281-6/+0
* Correct order of arguments of __arm_assisted_compare_and_exchange_val_32_acq.Joseph Myers2012-09-211-1/+1
* Make strtod respect the rounding mode (bug 14518).Joseph Myers2012-09-121-0/+42
* Add generic versions of pthread_spin_lock and pthread_spin_trylock.Maxim Kuvyrkov2012-08-152-38/+6
* Separate ARM bits/atomic.h into generic and Linux-specific files.Roland McGrath2012-08-151-0/+81
* arm: fix up style in reloc fixMike Frysinger2012-08-141-1/+1
* arm: handle unaligned ABS relocsMike Frysinger2012-08-121-1/+6
* Make ARM setjmp/longjmp respect ARM_ASSUME_NO_IWMMXT macro.Roland McGrath2012-08-093-20/+47
* Avoid VFP HWCAP check in setjmp/longjmp and getcontext/setcontext when compil...Roland McGrath2012-08-092-25/+28