Merge branch 'master' of ssh://demsky.eecs.uci.edu/home/git/model-checker
[model-checker.git] / promise.h
2013-03-07 Brian Norrisbugfix - add stl-model.h wrappers, to provide more...
2013-03-01 Brian Norrispromise: add 'same_value' helper, force value-checking...
2013-03-01 Brian Norrispromise: bugfix - don't check value, check location
2013-02-28 Brian Norrispromise: record multiple readers in the same Promise
2013-02-27 Brian Norrismodel: bugfix - correct RR coherence for Promises
2013-02-23 Brian Norrispromise: stash the whole future_value
2013-02-20 Brian Norrisdon't include action.h from model.h
2013-02-20 Brian Norrispromise: move constructor out of header
2013-02-12 Brian NorrisMerge branch 'fences'
2013-02-07 Brian Norrispromise: update comments/names to reflect usage
2013-02-06 Brian Norrispromise: add is_compatible_exclusive()
2013-02-06 Brian Norrispromise: add const
2013-02-06 Brian Norrispromise: add is_compatible()
2013-01-28 Brian Norrispromise: update names/comments
2013-01-24 Brian Norrispromise: associate Promises with a set of threads
2013-01-24 Brian Norrisfuture_value: add thread ID parameter
2013-01-23 Brian Norrispromise: SnapshotAlloc for vector
2013-01-23 Brian Norrispromise: move thread_is_eliminated()
2013-01-23 Brian Norrispromise: rename has_sync_thread() -> thread_is_eliminated()
2013-01-23 Brian Norrispromise: rename check_promise() -> has_failed()
2013-01-23 Brian Norrispromise: rename increment_threads() -> eliminate_thread()
2013-01-23 Brian Norrispromise: construct with a 'future_value' struct
2013-01-23 Brian Norrisnodestack/promise: move future_value struct, update...
2013-01-23 Brian Norrispromise: fixup style
2013-01-04 Brian Norrispromise: style fixup
2012-11-03 Brian NorrisMerge remote-tracking branch 'origin/master' into pldi13
2012-11-03 Brian Demskyvarious fixes. linux rw locks should work again with...
2012-10-09 Brian Norrisrename threads.h -> threads-model.h
2012-10-04 Brian Demskylocal commit... bug that prunes too many executions
2012-10-03 Brian Demskyrandom memory leak fixes and memory access fixes
2012-09-12 Brian Demskydeal with looping due to bogus future value via promise...
2012-08-20 Brian Norrispromise: rewrite into a simpler header file
2012-08-02 Brian Norrisfixup whitespace
2012-08-02 Brian Demskyfinish promise support
2012-08-02 Brian Demskymore changes towards keeping track of promises resolved...
2012-08-02 Brian Demskychanges
2012-08-02 Brian Demskysome changes towards reading from future writes