Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2019-09-29 | remove remaining traces of __tls_get_new | Szabolcs Nagy | -5/+1 |
2019-05-26 | optimize aarch64 dynamic tlsdesc function to spill fewer registers | Rich Felker | -10/+7 |
2019-02-18 | install dynamic tls synchronously at dlopen, streamline access | Rich Felker | -58/+1 |
2018-06-02 | fix TLS layout of TLS variant I when there is a gap above TP | Szabolcs Nagy | -3/+2 |
2015-04-17 | apply hidden visibility to tlsdesc accessor functions | Rich Felker | -0/+2 |
2015-04-17 | comment fixes in aarch64 tlsdesc asm | Szabolcs Nagy | -4/+4 |
2015-04-14 | use hidden __tls_get_new for tls/tlsdesc lookup fallback cases | Rich Felker | -2/+4 |
2015-04-14 | use hidden visibility for call from dlsym to internal __dlsym | Rich Felker | -0/+1 |
2015-04-13 | dynamic linker bootstrap overhaul | Rich Felker | -18/+0 |
2015-03-11 | add aarch64 port | Szabolcs Nagy | -0/+115 |