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