c11tester.git
2012-10-08 Brian Norrismodel: check data races during release sequence fixup
2012-10-08 Brian Norrismodel: add release sequence model_thread ASSERT()
2012-10-08 Brian Norrismodel: launch release sequence fixup actions when necessary
2012-10-08 Brian Norrismodel: add special model-checker Thread to ModelChecker
2012-10-08 Brian Norrisschedule: do not allow model-checker thread to enter...
2012-10-08 Brian Norristhreads: add constructor for model-checker thread
2012-10-08 Brian Norristhreads: add flag for a special type of "model-checker...
2012-10-08 Brian Norrisaction: add Thread parameter to constructor
2012-10-08 Brian Norrismodel: add process_relseq_fixup()
2012-10-07 Brian Norrismodel: wire up rest of release seq. resolution backtracking
2012-10-07 Brian Norrisnodestack: add release sequence breakage backtracking
2012-10-07 Brian Norrisaction: add MODEL_FIXUP_RELSEQ action_type
2012-10-07 Brian Norrismodel: disabled threads are "future ordered"
2012-10-07 Brian Norrismodel: use proper size_t printf format
2012-10-07 Brian Norrisschedule: add is_enabled() function
2012-10-06 Brian DemskyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-10-06 Brian Demskycreate enumeration for enabled information...switch...
2012-10-06 Brian Norriscyclegraph: fix indentation
2012-10-06 Brian Norriscyclegraph: flag cycles for reflexive edges
2012-10-05 Brian Demsky1) more comments
2012-10-05 Brian DemskyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-10-05 Brian Demskychanges
2012-10-04 Brian Norrisnodestack: destroy Nodes properly in ~NodeStack()
2012-10-04 Brian Norrisnodestack: use initializer list
2012-10-04 Brian Norrismodel: remove unnecessary boolean variable
2012-10-04 Brian Norrismodel: assign "pending" return values in release_seq_he...
2012-10-04 Brian Norrismodel: update pending release sequence list type
2012-10-04 Brian Norrismodel: add release_seq structure definition
2012-10-04 Brian Demskyfix bug...can't mo_check_promises until we're done...
2012-10-04 Brian Demskylocal commit... bug that prunes too many executions
2012-10-04 Brian DemskyMerge branch 'master' of /home/git/model-checker
2012-10-04 Brian Demskyfix low hanging fruit when profiling...
2012-10-04 Brian Norrisfixup more id vs. thread_id_t
2012-10-04 Brian Norrisaction: return synchronization status for ModelAction...
2012-10-03 Brian Norrisaction: remove clockvector flag from print() method
2012-10-03 Brian Norrismodel: rename release_seq_head() -> release_seq_heads()
2012-10-03 Brian Norrismodel: do not assume THREAD_FINISH is always the last...
2012-10-03 Brian Norrisfixup usage of int vs. thread_id_t
2012-10-03 Brian Norrismodel: add const qualifier to get_thread()
2012-10-03 Brian Norrismodel: rearrange conditionals, fixup take_step()
2012-10-03 Brian NorrisMerge remote-tracking branch 'origin/master'
2012-10-03 Brian Norrismodeltypes: move small typedefs to own header
2012-10-03 Brian Norrismodel: don't include schedule.h
2012-10-03 Brian Norrisnodestack: move has_priority() out of header
2012-10-03 Brian Norrismodel: move get_thread() implementations out of header
2012-10-03 Brian Norrismodel: move get_current_thread() implementation out...
2012-10-03 Brian DemskyMerge branch 'master' of /home/git/model-checker
2012-10-03 Brian Demskya number of fixes to add missing mo_graph edges to...
2012-10-03 Brian Norrismodel: update switch_to_master() comment
2012-10-03 Brian NorrisMakefile: eliminate malloc.c warning
2012-10-03 Brian Norrismymemory: fix indentation for ModelAlloc
2012-10-03 Brian Norrisrename 'MyAlloc' to 'ModelAlloc'
2012-10-03 Brian Norrismymemory: reword comments
2012-10-03 Brian Norrissnapshot: rename 'SnapShot' -> 'Snapshot'
2012-10-03 Brian Norriscommon: remove excess semicolon
2012-10-03 Brian Norrismymemory: define SNAPSHOTALLOC appropriately
2012-10-03 Brian Norrisreplace malloc/calloc/free with snapshot_{malloc/calloc...
2012-10-03 Brian Norrismymemory: make snapshot_{malloc,calloc,free} externally...
2012-10-03 Brian Norrisaction: reword comments
2012-10-03 Brian Demskyextra file committed accidentally
2012-10-03 Brian Demskymissing change
2012-10-03 Brian Demskymspace_malloc will call into mmap if it runs out of...
2012-10-03 Brian Demskyerror
2012-10-03 Brian Demskyrandom memory leak fixes and memory access fixes
2012-10-03 Brian Norrismodel: debug print - pending release sequences
2012-10-03 Brian Norristest: add a "pending release sequences" test
2012-10-03 Brian Norris(bug) revert JOIN/LOCK simplification
2012-10-03 Brian Norrismodel: one release sequence may help resolve another
2012-10-03 Brian Norrismodel: THREAD_FINISH triggers release sequence check
2012-10-03 Brian DemskyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-10-03 Brian Demskya bug fix
2012-10-03 Brian Norrisassign sequence numbers after initial processing
2012-10-03 Brian Norrisaction: edit some spacing
2012-10-03 Brian Norrismodel: remove obsolete ModelChecker::do_complete_join()
2012-10-03 Brian Norrismodel: unify JOIN- and LOCK-related sleep/wake code
2012-10-03 Brian Norrismodel: refactor mutex thread-blocking code
2012-10-03 Brian Norrisaction: don't print clock vector when it is invalid
2012-10-02 Brian Demskysmall hack to optimize our common case for snapshotting...
2012-10-02 Brian Demskyfix bug.... not quite perfect for linux locks, but...
2012-10-02 Brian Norrisclockvector: snapshot the whole object
2012-10-02 Brian Norrismodel: revert broken bugfix
2012-10-02 Brian Norrismodel: fix "earliest diverge" NULL pointer exception
2012-10-02 Brian Demskystart support for drawing execution diagrams
2012-10-02 Brian DemskyFixed bug breaking our consolidation of future values...
2012-10-02 Brian DemskyTwo change:
2012-10-02 Brian Norrisrename MYFREE -> model_free
2012-10-02 Brian Norrisrename MYCALLOC -> model_calloc
2012-10-02 Brian Norrisrename MYMALLOC -> model_malloc
2012-10-02 Brian Norrismodel: refactor/reword initialize_curr_action()
2012-10-02 Brian Norrisclockvector: snapshot our clock vectors
2012-10-02 Brian Norrismymemory: add placeholder "snapshot_{calloc,malloc...
2012-10-02 Brian Norrismodel: always re-calculate clock vectors
2012-10-01 Brian Demskyanother bug fix
2012-10-01 Brian Demskybug fix...recompute promises of RMW actions at divergen...
2012-10-01 Brian Norrismodel: utilize bad_synchronization flag
2012-10-01 Brian Norrismodel: add "bad synchronization" flag
2012-10-01 Brian Norrisaction: synchronize_with - return status for out-of...
2012-10-01 Brian Norrismodel: remove debug print
2012-09-29 Brian Demskymissing commit of mo_graph changes
2012-09-28 Brian Demskyfix bug from moving read_from check_recency...check_rec...
next