Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | define and use internal macros for hidden visibility, weak refs | Rich Felker | 2018-09-05 | 1 | -2/+3 |
* | arm: use a_ll/a_sc atomics when building for ARMv6T2 | Andre McCurdy | 2018-04-19 | 1 | -1/+1 |
* | arm: respect both __ARM_ARCH_6KZ__ and __ARM_ARCH_6ZK__ macros | Andre McCurdy | 2018-04-19 | 1 | -1/+1 |
* | provide optimized a_ctz_32 for arm | Andre McCurdy | 2018-04-19 | 1 | -0/+12 |
* | fix build regression on ARM for ISA levels less than v5 | Rich Felker | 2017-10-25 | 1 | -0/+4 |
* | add a_clz_64 helper function | Szabolcs Nagy | 2017-08-29 | 1 | -0/+7 |
* | rework arm atomic/tp backends to be thumb-compatible and fdpic-ready | Rich Felker | 2016-12-19 | 1 | -7/+14 |
* | better a_sc inline asm constraint on aarch64 and arm | Szabolcs Nagy | 2016-01-31 | 1 | -1/+1 |
* | fix arm a_crash for big endian | Rich Felker | 2016-01-25 | 1 | -2/+4 |
* | add native a_crash primitive for arm | Rich Felker | 2016-01-25 | 1 | -0/+10 |
* | overhaul arm atomics for new atomics framework | Rich Felker | 2016-01-21 | 1 | -142/+38 |
* | refactor internal atomic.h | Rich Felker | 2016-01-21 | 1 | -0/+168 |