deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSET
[musl] / arch / arm / pthread_arch.h
2020-08-25 Rich Felkerdeduplicate TP_ADJ logic out of each arch, replace...
2018-10-16 Rich Felkermake thread-pointer-loading asm non-volatile
2018-09-05 Rich Felkerdefine and use internal macros for hidden visibility...
2018-06-02 Szabolcs Nagyfix TLS layout of TLS variant I when there is a gap...
2018-04-19 Andre McCurdyarm: respect both __ARM_ARCH_6KZ__ and __ARM_ARCH_6ZK__...
2016-12-20 Rich Felkerrework arm atomic/tp backends to be thumb-compatible...
2015-11-02 Rich Felkerproperly access mcontext_t program counter in cancellat...
2015-10-15 Rich Felkermark arm thread-pointer-loading inline asm as volatile
2015-10-15 Rich Felkerremove attribute((const)) from arm __pthread_self inlin...
2014-11-19 Rich Felkeroverhaul ARM atomics/tls for performance and compatibility
2014-04-30 Rich Felkerfix arm thread-pointer/atomic asm when compiling to...
2014-04-07 Rich Felkeruse inline atomics and thread pointer on arm models...
2012-10-15 Rich Felkeradd support for TLS variant I, presently needed for...
2012-02-25 Rich Felkeruse __attribute__((const)) on arm __pthread_self function
2011-09-23 Rich Felker"optimize" arm __pthread_self
2011-09-18 Rich Felkerinitial commit of the arm port