snapshot: debugging - show the snapshot regions that are added
[model-checker.git] / execution.cc
2013-04-19 Brian Norrisexecution: improve documentation
2013-04-19 Brian Norrisexecution: improve yield-blocking structure
2013-04-18 Brian DemskyAdd yield block support. The idea is to not generate...
2013-04-17 Brian DemskyBug: ModelExecution had bogus model_params reference.
2013-04-17 Brian Norrisdatarace: don't export unrealized race vector
2013-04-17 Brian Norrisexecution: bugfix - no action "conflicts" with itself
2013-04-17 Brian Norrisexecution: bugfix - backtrack seq-cst fences properly
2013-04-17 Brian Norrisexecution: correct comment on check_current_action()
2013-04-16 Brian Norrisnodestack: register ModelExecution class w/in NodeStack
2013-04-16 Brian Norrisexecution: embed obj_map directly in class
2013-04-16 Brian Norrisexecution: convert HashTable to SnapVector
2013-04-16 Brian Norrisaction: bugfix - use non-zero fence "location"
2013-04-16 Brian Norrisexecution: embed action_list as full member
2013-04-16 Brian Norrisexecution: add const
2013-04-16 Brian Norrisexecution: embed more data structures directly in class
2013-04-16 Brian Norrisexecution: embed snapshotted data structures in class
2013-04-16 Brian Norrisexecution: move execution number back to ModelChecker...
2013-04-16 Brian Norrisclean out includes, etc.
2013-04-16 Brian NorrisMerge cleanup branch
2013-04-16 Brian Norrisschedule: drop the ModelChecker::check_promises_thread_...
2013-04-16 Brian Norrismodel / threads: remove global get_next_id() interface
2013-04-16 Brian Norrispromise: get reference to ModelExecution
2013-04-16 Brian Norrisexecution: add 'const'
2013-04-16 Brian NorrisBROKEN: restructure much of ModelChecker as ModelExecut...