Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix arm thread-pointer/atomic asm when compiling to thumb code | Rich Felker | 2014-04-30 | 1 | -3/+5 |
* | use dmb barrier instruction for atomics on arm v7 | Rich Felker | 2014-04-14 | 1 | -2/+9 |
* | fix arm atomic asm register constraint | Rich Felker | 2014-04-07 | 1 | -1/+1 |
* | use inline atomics and thread pointer on arm models supporting them | Rich Felker | 2014-04-07 | 1 | -0/+21 |
* | fix arm atomic store and generate simpler/less-bloated/faster code | Rich Felker | 2013-09-22 | 1 | -6/+8 |
* | add missing a_or_l to atomic.h for non-x86 archs | Rich Felker | 2013-08-11 | 1 | -0/+5 |
* | remove little-endian assumption from arm atomic.h | Rich Felker | 2012-07-08 | 1 | -4/+6 |
* | initial commit of the arm port | Rich Felker | 2011-09-18 | 1 | -0/+112 |