fix global visibility (vis.h) support for out-of-tree builds
[oweals/musl.git] / arch / i386 / atomic.h
2015-09-09 Rich Felkerfix missing earlyclobber flag in i386 a_ctz_64 asm
2015-07-28 Rich Felkerfix missing synchronization in atomic store on i386...
2015-05-20 Rich Felkerfix inconsistency in a_and and a_or argument types...
2014-10-10 Rich Felkeradd explicit barrier operation to internal atomic.h API
2014-07-28 Rich Felkerclean up unused and inconsistent atomics in arch dirs
2011-08-23 Rich Felkersecurity hardening: ensure suid programs have valid...
2011-04-27 Rich Felkeradd word-sized ctz function to atomic.h
2011-03-17 Rich Felkeroptimize contended normal mutex case; add int compare...
2011-02-15 Rich Felkermove arch-specific internal headers into place