c11tester.git
2013-01-04 Brian Norriscyclegraph: add back edges to CycleNode
2013-01-04 Brian Norrishashtable: style
2013-01-04 Brian Norriscyclegraph: add putNode() helper
2013-01-04 Brian Norrishashtable: style
2013-01-04 Brian Norrispromise: style fixup
2013-01-04 Brian Norriscyclegraph: fix insignificant memory leak
2013-01-03 Brian Norriscyclegraph: small cleanup
2013-01-03 Brian Norrishashtable: add const
2013-01-03 Brian Norrishashtable: fixup style
2013-01-03 Brian Norrissnapshot: more renaming
2013-01-03 Brian Norrissnapshot-interface: bugfix - reorder constructor params
2013-01-03 Brian Norrissnapshot-interface: rename, clean up
2013-01-03 Brian Norrissnapshot-interface: change hand-coded stack to vector
2013-01-03 Brian Norrissnapshot: turn C++ interface into C interface
2013-01-03 Brian Norrisfixup style
2013-01-03 Brian Norrissnapshot: more renaming
2013-01-03 Brian Norrissnapshot: add (unused) mprot_snapshotter destructor
2013-01-03 Brian Norrissnapshot: rename HandlePF -> mprot_handle_pf
2013-01-03 Brian Norrissnapshot: add constructor for mprot_snapshotter
2013-01-03 Brian Norrissnapshot: separate struct SnapShot naming
2013-01-03 Brian Norrissnapshot: edit capitalization in comment
2013-01-03 Brian Norrissnapshot: combine public interfaces
2013-01-03 Brian Norrissnapshot: split up fork-based and mprotect-based snapsh...
2013-01-03 Brian Norrissnapshot: remove SSDEBUG
2013-01-03 Brian Norrisdissolve snapshotimp.h
2013-01-03 Brian Norrismymemory/snapshot: rearrange snapshot implementation
2013-01-03 Brian Norrissnapshotimp: move macros to fork-based
2013-01-03 Brian Norrissnapshot: change 'struct SnapShotPage' to a simple...
2013-01-03 Brian Norrisfixup style
2013-01-02 Brian Norristhreads: change thrd_t to store Thread pointer
2013-01-02 Brian Norrisaction: add get_thread_operand() method
2013-01-02 Brian Norrismodel: use get_thread(curr) instead of get_current_thread()
2012-12-19 Brian Norristest: don't relay on thrd_current() returning an int
2012-12-19 Brian Norrisnodestack: refactor Node constructor
2012-12-19 Brian Norrisaction: fixup style
2012-12-18 Brian Norrismodel: refactor check_current_action, next thread compu...
2012-12-18 Brian Norristhreads: assert completion is only called once
2012-12-18 Brian Norristhreads: assert THREAD_COMPLETED is immutable
2012-12-15 Brian Norrisclean up some DEBUG() messages
2012-12-15 Brian Norrisnodestack: style
2012-12-15 Brian Norrisnodestack: add const
2012-12-15 Brian Norrisnodestack: do not allow Node with act == NULL
2012-12-15 Brian Norrisnodestack: don't create empty base node
2012-12-13 Brian Norrismodel: check for NULL parent Node
2012-12-13 Brian Norrismodel: use helper 'get_thread()'
2012-12-13 Brian Norrisnodestack: print extra backtracking info
2012-12-13 Brian Norrismodel: style fixups
2012-12-13 Brian Norrismodel: add 'set_latest_backtrack()'
2012-12-13 Brian Norrismodel: print bug reports only for feasible executions
2012-12-13 Brian Norristest: uninit: remove @todo (bug fixed)
2012-12-13 Brian Norrismodel: bugfix - mo_may_allow was too restrictive
2012-12-13 Brian Norrismodel: make dumpGraph 'const'
2012-12-13 Brian Norrisnodestack: fixup style
2012-12-13 Brian Norrismodel: remove snapshotted 'nextThread'
2012-12-13 Brian Norrismodel: pass current action as function argument
2012-12-13 Brian Norrismodel: simplify take_step()
2012-12-13 Brian Norrismodel: force first thread to run immediately
2012-12-13 Brian Norrismodel: change guaranteed condition into ASSERT()
2012-12-13 Brian Norrisnodestack: rename 'iter' to 'head_idx'
2012-12-13 Brian Norrisnodestack: make 'iter' signed
2012-12-13 Brian Norrisschedule: spacing
2012-12-13 Brian Norrisnodestack: spacing
2012-12-13 Brian Norrismodel: spacing
2012-12-12 Brian Norrismodel: rename 'promise_index' to 'i'
2012-12-12 Brian Norristest/uninit: add an "uninit" test
2012-12-12 Brian Norrismodel: return value from switch_to_master
2012-12-12 Brian Norrisaction: refactor ATOMIC_READ printing
2012-12-12 Brian Norrisnodestack: add 'const'
2012-12-12 Brian Norrisimpatomic: add C++ atomic_init()
2012-12-11 Brian Norriscyclegraph: uniform spacing, style
2012-12-11 Brian Norriscyclegraph: bugfix - more SnapshotAlloc
2012-12-11 Brian Norriscommon: bugfix - always display backtrace output
2012-12-11 Brian Norriscyclegraph: bugfix - use model-checker's allocater...
2012-12-11 Brian Norriscyclegraph: don't export CycleNode::edges directly...
2012-12-11 Brian Norrisinclude the correct standard headers
2012-12-08 Brian Norrisspacing
2012-12-07 Brian Norrismodel: don't create UNINIT actions for Threads, mutexes...
2012-12-07 Brian Norrisaction: add is_atomic_var()
2012-12-07 Brian Norrismodel/action: bugfix - UNINIT actions do not have a...
2012-12-07 Brian Norrismodel: remove old "uninitialized" bug check
2012-12-07 Brian Norrismodel: generate UNINIT actions as new atomic operations...
2012-12-07 Brian Norrisaction: move ModelAction::get_node to action.cc
2012-12-07 Brian Norrismodel: add helper for allocating new UNINIT actions
2012-12-07 Brian Norrismymemory: add placement new
2012-12-07 Brian Norrismodel: clear a ModelAction's reads-from properly
2012-12-07 Brian Norrisaction: add ATOMIC_UNINIT type
2012-12-06 Brian NorrisMakefile: build dependencies in .*.o.d files
2012-12-06 Brian NorrisMakefile: rename variable to be more clear
2012-12-06 Brian Norrismodel: refactoring + spacing
2012-12-06 Brian Norrisschedule: add is_sleep_set(thread)
2012-12-06 Brian Norrisschedule: add const
2012-12-06 Brian Norristhreads: add const
2012-12-06 Brian Norrisnotes: fence: replace variables to match 29.8
2012-12-06 Brian Norrisnotes: fence: rename variables to match spec better
2012-12-06 Brian Norrisnotes: fence: add release/acquire fence notes
2012-12-05 Brian Norrisnotes: fence: more updates
2012-12-05 Brian Norrisdoc: notes: fence: update fence notes
2012-12-05 Brian Norrismodel: stop thread-trace search once edge is added
2012-12-05 Brian Norrisdoc: notes: add fences note
2012-12-05 Brian Norrismodel: fix bugs in fence-acquire synchronization
next