Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rework arm atomic/tp backends to be thumb-compatible and fdpic-ready | Rich Felker | 2016-12-19 | 1 | -7/+9 |
* | properly access mcontext_t program counter in cancellation handler | Rich Felker | 2015-11-02 | 1 | -1/+1 |
* | mark arm thread-pointer-loading inline asm as volatile | Rich Felker | 2015-10-15 | 1 | -3/+3 |
* | remove attribute((const)) from arm __pthread_self inline function | Rich Felker | 2015-10-15 | 1 | -2/+2 |
* | overhaul ARM atomics/tls for performance and compatibility | Rich Felker | 2014-11-19 | 1 | -3/+11 |
* | fix arm thread-pointer/atomic asm when compiling to thumb code | Rich Felker | 2014-04-30 | 1 | -3/+2 |
* | use inline atomics and thread pointer on arm models supporting them | Rich Felker | 2014-04-07 | 1 | -1/+15 |
* | add support for TLS variant I, presently needed for arm and mips | Rich Felker | 2012-10-15 | 1 | -3/+6 |
* | use __attribute__((const)) on arm __pthread_self function | Rich Felker | 2012-02-25 | 1 | -1/+3 |
* | "optimize" arm __pthread_self | Rich Felker | 2011-09-22 | 1 | -4/+1 |
* | initial commit of the arm port | Rich Felker | 2011-09-18 | 1 | -0/+7 |