Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-10-10 | add explicit barrier operation to internal atomic.h API | Rich Felker | 1 | -0/+5 | |
2014-07-27 | clean up unused and inconsistent atomics in arch dirs | Rich Felker | 1 | -25/+0 | |
the a_cas_l, a_swap_l, a_swap_p, and a_store_l operations were probably used a long time ago when only i386 and x86_64 were supported. as other archs were added, support for them was inconsistent, and they are obviously not in use at present. having them around potentially confuses readers working on new ports, and the type-punning hacks and inconsistent use of types in their definitions is not a style I wish to perpetuate in the source tree, so removing them seems appropriate. | |||||
2014-02-23 | import vanilla x86_64 code as x32 | rofl0r | 1 | -0/+125 | |