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 barriers in powerpc atomic store | Rich Felker | 2014-07-19 | 1 | -1/+5 |
* | fix missing barrier instructions in powerpc atomic asm | Rich Felker | 2014-07-19 | 1 | -1/+4 |
* | fix build breakage from ppc asm constraints change | Rich Felker | 2014-07-19 | 1 | -3/+3 |
* | fix broken constraints for powerpc atomic cas asm | Rich Felker | 2014-07-19 | 1 | -1/+1 |
* | add missing a_or_l to atomic.h for non-x86 archs | Rich Felker | 2013-08-11 | 1 | -0/+5 |
* | fix powerpc atomic compare-and-swap function | Rich Felker | 2012-11-14 | 1 | -6/+7 |
* | update ppc atomic code to match the endian-agnostic version on other archs | Rich Felker | 2012-11-14 | 1 | -14/+6 |
* | PPC port cleaned up, static linking works well now. | rofl0r | 2012-11-13 | 1 | -0/+124 |