Update readme
[c11tester.git] / include / impatomic.h
2019-07-30 bdemskymore fixes
2019-07-29 bdemskyedits
2019-07-22 rootfix conflict
2019-07-19 rootMore code towards support non-atomic stores
2019-07-08 weiyumerge and resolve conflict
2019-07-02 bdemskymemoize hb in writes
2019-07-01 weiyufix git conflict
2019-06-28 roottabbing plus lots of memory fixes
2019-06-19 rootmerge
2019-06-14 weiyuMerge branch 'new_fuzzer' of /home/git/random-fuzzer...
2019-06-11 bdemskyFix RMW bug
2019-01-08 weiyuchange cds checker to accomdate llvm pass
2015-06-22 bdemskybug fix for atomic adds/subtracts on pointers
2013-08-14 Brian Norrisimpatomic: silence more clang warnings
2013-03-06 Brian DemskyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2013-03-06 Brian NorrisMerge remote 'yield' work
2013-03-06 Brian Norrisimpatomic: fences linker error
2013-02-20 Brian Norrisinclude: fixup header inclusion
2012-12-12 Brian Norrisimpatomic: add C++ atomic_init()
2012-12-05 Brian Norrisimpatomic: move atomic_{thread,signal}_fence() to names...
2012-11-30 Brian Norrisimpatomic: add atomic_{thread,signal}_fence() definitions
2012-11-30 Brian Norrisimpatomic: remove fence member functions
2012-10-12 Brian DemskyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-10-11 Brian Norrisinclude/: add small header comments
2012-10-11 Brian Norrisimpatomic: add multiple-inclusion guards
2012-10-10 Brian NorrisMerge remote-tracking branch 'origin/master'
2012-10-10 Brian Norrisimpatomic: add strong/weak compare_exchange
2012-10-10 Brian DemskyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-10-10 Brian NorrisMerge remote-tracking branch 'origin/master'
2012-10-10 Brian Norrisimpatomic: rename all 'swap' to 'exchange'
2012-09-14 Brian NorrisMerge branch 'norris'
2012-09-14 Brian Demsky(1) add actions for the fence
2012-08-11 Brian Norrisimpatomic.h: fixup spacing
2012-08-02 Brian Demskytowards making rmw work...
2012-08-02 Brian Norrispull in most of atomic header file
2012-08-02 Brian Demskyswitch rest over to model checker... might work now
2012-08-02 Brian Demskyfix missing atomic...
2012-08-02 Brian Demskyrewrite macros
2012-08-02 Brian Demskyimport header file from specification