model: pass current action as function argument
[model-checker.git] / model.cc
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 Norrismodel: spacing
2012-12-12 Brian Norrismodel: rename 'promise_index' to 'i'
2012-12-12 Brian Norrismodel: return value from switch_to_master
2012-12-08 Brian Norrisspacing
2012-12-07 Brian Norrismodel: don't create UNINIT actions for Threads, mutexes...
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 Norrismodel: add helper for allocating new UNINIT actions
2012-12-07 Brian Norrismodel: clear a ModelAction's reads-from properly
2012-12-06 Brian Norrismodel: refactoring + spacing
2012-12-05 Brian Norrismodel: stop thread-trace search once edge is added
2012-12-05 Brian Norrismodel: fix bugs in fence-acquire synchronization
2012-12-04 Brian Norrismodel: add process_fence()
2012-12-04 Brian Norrismodel: distinguish between 'read' and 'acquire' in...
2012-12-04 Brian Norrismodel: add read-acquire/fence-release support
2012-12-04 Brian Norrismodel: privatize a few interfaces
2012-12-04 Brian Norrismodel/action: move complicated read_from logic into...
2012-12-04 Brian Norrismodel: record last fence-release from each thread
2012-12-04 Brian Norrismodel: remove extraneous copy-and-paste
2012-12-04 Brian Norrismodel: add seq-cst fence rules
2012-12-04 Brian Norrisaction/model: backtrack for seq-cst and release/acquire...
2012-12-03 Brian Norrismodel: refactor build_reads_from_past
2012-12-03 Brian Norrismodel: add get_last_seq_cst_fence
2012-12-03 Brian Norrismodel: rename last_seq_cst -> last_sc_write
2012-12-01 Brian Norrismodel: rename get_last_seq_cst -> get_last_seq_cst_write
2012-11-20 Brian Norrismodel: add const
2012-11-20 Brian Norrisschedule: rename get_enabled() -> get_enabled_array()
2012-11-20 Brian Norrismodel: rename isfinalfeasible -> is_feasible_prefix_ign...
2012-11-20 Brian Norrismodel: replace isfinalfeasible() with stronger check
2012-11-20 Brian Norrismodel: privatize, move isfinalfeasible()
2012-11-20 Brian Norrismodel: rename some 'isfeasible...' functions to 'is_inf...
2012-11-20 Brian Norrismodel: privatize some functions
2012-11-20 Brian Norrismain/model: move full user-program execution to ModelCh...
2012-11-20 Brian Norrismodel: move flags to private 'model_snapshot_members'
2012-11-20 Brian Norrismodel: add model_snapshot_members constructor/destructor
2012-11-19 Brian Norrismodel: optimize get_last_conflict() search
2012-11-17 Brian Norrismodel: add "# redundant" stat
2012-11-17 Brian Norrismodel: refactor end-of-execution output
2012-11-17 Brian Norrismodel: print_summary() should be const
2012-11-17 Brian Norrismodel/main: disable most printing by default, add verbosity
2012-11-17 Brian Norrisoutput redirection
2012-11-17 Brian Norrismodel: print execution # with trace
2012-11-17 Brian Norrisprint stats only at end of execution
2012-11-16 Brian Norrisprintf -> model_print
2012-11-16 Brian Norrismodel: correct plural ("bug" or "bugs")
2012-11-16 Brian Norrismodel: rework assert_bug() and assert_user_bug() interfaces
2012-11-16 Brian Norrisdataraces: don't print an uninformative "Data race...
2012-11-16 Brian Norrisdatarace: change "Datarace" to "Data race"
2012-11-16 Brian Norrismodel: restructure statistics records
2012-11-16 Brian Norrismodel: annotate SNAPSHOT for bug_message
2012-11-16 Brian Norrismodel: temporary fix for uninitialized loads
2012-11-16 Brian Norrisassert bugs through common interface
2012-11-16 Brian Norrismodel: print bug reports at end of each execution
2012-11-16 Brian Norrismodel: add bug reporting framework
2012-11-16 Brian Norrismodel: remove unnecessary DEBUG()
2012-11-15 Brian Norrismodel: use snapshot_calloc()
2012-11-15 Brian Norrismodel: add 'const'
2012-11-15 Brian Norrismodel: routine to check if execution is complete
2012-11-15 Brian DemskyMerge branch 'master' of /home/git/model-checker
2012-11-15 Brian Demskymake hashtables only contain primitive types or pointers
2012-11-15 Brian DemskyMerge branch 'master' of /home/git/model-checker
2012-11-15 Brian Demskymerge
2012-11-15 Brian Norrismodel: remove useless special case
2012-11-14 Brian Norrismodel/promise: use ModelChecker is_enabled() interface
2012-11-14 Brian Norrismodel: is_deadlocked() (sort of) had a bug
2012-11-14 Brian Norrismodel: add ModelChecker is_enabled() functions
2012-11-14 Brian Norrismodel: move snapshot members out of header
2012-11-14 Brian Norrismodel: refactor build_reads_from_past
2012-11-14 Brian Norrismodel: add deadlock detection
2012-11-14 Brian Norrismodel: get_num_threads() should be const
2012-11-07 Brian Norrismodel: add deadlock detection
2012-11-07 Brian Norrismodel: get_num_threads() should be const
2012-11-06 Brian Norrismodel: refactor build_reads_from_past
2012-11-04 Brian NorrisMerge branch 'master' into pldi13
2012-11-04 Brian Norrismodel: fix some whitespace
2012-11-03 Brian NorrisMerge remote-tracking branch 'origin/master' into pldi13
2012-11-03 Brian Demskyannoying bug... Optimization was originally intended...
2012-11-03 Brian NorrisMerge remote-tracking branch 'origin/master' into pldi13
2012-11-03 Brian Demskyoptimization - a given write can resolve at most one...
2012-11-03 Brian Demskyvarious fixes. linux rw locks should work again with...
2012-11-03 Brian DemskyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-11-03 Brian Demskyfix two bugs in model.cc...mainly don't print bogus...
2012-11-03 Brian Demskythis is the bad line...
2012-11-03 Brian NorrisMerge remote-tracking branch 'origin/master' into pldi13
2012-11-03 Brian Demskychanges to fix at least a bug
2012-11-02 Brian Demskyfix norris bugs
2012-11-02 Brian Norrismodel: totally destroy 'curr' within initialize_curr_ac...
2012-11-01 Brian Demskyfound the bug
2012-11-01 Brian Demskyfix new bug
2012-11-01 Brian Norrismodel: silence "uninitialized" warning
2012-11-01 Brian Norrismodel: update mo_may_allow restrictions
2012-10-26 Brian Demskychanges to allow running programs with racing initializ...
2012-10-25 Brian Demskyembarrassing bug...fixed...
2012-10-19 Brian Norrismodel: fix - RMW cannot break release sequences
2012-10-12 Brian Demskyforgot to add two files...
next