summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/atomic_arm.c
Commit message (Expand)AuthorAgeFilesLines
* runtime: rename Lock to MutexRuss Cox2014-08-271-2/+2
* runtime: remove unused variableJosh Bleecher Snyder2014-08-201-1/+1
* runtime: make the GC bitmap a byte arrayDmitriy Vyukov2014-08-191-0/+16
* runtime: fix typo in ARM codeRuss Cox2014-01-221-1/+1
* runtime: remove locks from netpoll hotpathsDmitriy Vyukov2014-01-221-0/+13
* runtime: change textflags from numbers to symbolsKeith Randall2013-08-121-12/+13
* runtime: make cas64 like cas32 and caspRuss Cox2013-07-121-3/+2
* runtime: replace unions with structsDmitriy Vyukov2013-04-061-2/+2
* runtime: add atomic xchg64Dmitriy Vyukov2013-03-051-0/+13
* runtime: add 64-bit atomicsDmitriy Vyukov2012-04-051-1/+61
* runtime: make more build-friendlyRuss Cox2011-12-161-0/+83