Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add explicit barrier operation to internal atomic.h API | Rich Felker | 2014-10-10 | 1 | -1/+3 |
* | add working a_spin() atomic for non-x86 targets | Rich Felker | 2014-08-25 | 1 | -0/+1 |
* | clean up unused and inconsistent atomics in arch dirs | Rich Felker | 2014-07-27 | 1 | -6/+0 |
* | fix missing barrier instructions in mips atomic asm | Rich Felker | 2014-07-19 | 1 | -14/+18 |
* | use memory constraints for mips atomic asm | Rich Felker | 2014-07-19 | 1 | -24/+24 |
* | add missing a_or_l to atomic.h for non-x86 archs | Rich Felker | 2013-08-11 | 1 | -0/+5 |
* | avoid need for -march=mips2 to compile mips atomic.h asm | Rich Felker | 2012-08-11 | 1 | -0/+8 |
* | fix broken mips a_fetch_add | Rich Felker | 2012-07-12 | 1 | -7/+7 |
* | initial version of mips (o32) port, based on work by Richard Pennington (rdp) | Rich Felker | 2012-07-11 | 1 | -0/+191 |