remove EOL spaces, fix indentation
[c11tester.git] / model.cc
2012-07-10 Brian Demskyhook up the race detector...
2012-07-07 Brian NorrisMerge branch 'datarace'
2012-07-07 Brian Norrismodel: detect uninitialized atomic reads
2012-07-07 Brian Norrismodel: improve build_reads_from_past() comment
2012-07-06 Brian Norristrivial changes
2012-07-06 Brian Norrisclock: add modelclock_t typedef, use 'unsigned int'
2012-07-03 Brian DemskyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-07-03 Brian NorrisMerge branch 'brian'
2012-06-25 Brian Norrisadd documentation
2012-06-25 Brian Norrisnodestack: re-associate ModelAction/Node relationship
2012-06-21 Brian Norrismodel: make print_list() into a static C function
2012-06-21 Subramanian GanapathyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-06-21 Brian Norrismodel: make comment more accurate
2012-06-21 Brian NorrisMerge branch 'sandbox' (remove finalize())
2012-06-21 Brian Norrismodel: build up 'may_read_from' set
2012-06-21 Brian Norrismodel: add build_reads_from_past() function
2012-06-19 Brian Norrisnodestack/model: refactor explore_action(), change...
2012-06-18 Brian DemskyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-06-18 Brian Demskybuilds
2012-06-15 Brian DemskyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-06-15 Brian Norrisadd more documentation
2012-06-06 Brian Demsky1) Add more comments.
2012-06-06 Brian Demskymore docs
2012-05-30 Subramanian GanapathyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-05-30 Brian Norrisnode: do not use static member variable
2012-05-29 Brian Norrisnodestack: push 'create_cv' functionality responsibilit...
2012-05-29 Brian Norrismodel: thread creation establishes synchronization
2012-05-28 Brian Norrismodel: move bookkeeping to add_action_to_lists()
2012-05-28 Brian Norrismodel: set 'last action in thread' as an action's parent
2012-05-28 Brian Norrismodel: log the last action in each thread
2012-05-28 Brian Norrisnodestack: compute parent ModelAction externally
2012-05-26 Brian Norrismodel: add obj_thrd_map
2012-05-26 Brian Norrismodel: add get_num_threads()
2012-05-26 Brian Norrismodel: remove scheduler comment
2012-05-26 Brian Norrismodel: don't clear thread_map (snapshot)
2012-05-26 Brian Norrismodel: don't reset action_trace manually
2012-05-26 Brian Norrismain: take/revert snapshots
2012-05-26 Brian Norrismodel: make thread_map heap allocated
2012-05-25 Brian Norrismore allocation fixes (use snapshotting)
2012-05-25 Brian Norrisadd more classes to snapshotting region
2012-05-21 Brian Norrismodel: remove incorrect #undef
2012-05-21 Brian NorrisMerge commit: branch 'work'
2012-05-18 Brian Demskymerging stuff...made need to clean up some stuff.....
2012-05-15 Brian Norrismodel: remove free_action_list() function
2012-05-15 Brian Norrismodel: remove class Backtrack
2012-05-15 Brian Norrismodel: replace TreeNode with NodeStack
2012-05-15 Subramanian GanapathyDefining the interfaces to add various regions to snapshot
2012-05-14 Brian Norrismodel: merge advance_backtracking_state() and get_next_...
2012-05-14 Brian Norrismodel: rename check_current_action() local variables
2012-05-14 Brian Norrismodel: change constructor assignments to initializer...
2012-05-10 Subramanian GanapathyInitializing variable which contains global snapshottin...
2012-05-09 Subramanian GanapathyAdding STL stuff and operator news of snapshot to model...
2012-05-09 Brian Norrisaction: rename 'node' members to 'treenode'
2012-05-08 Brian Norrismodel: remove unnecessary "this->"
2012-05-08 Brian Norrisaction: split ModelAction off into action.cc
2012-05-08 Brian Norrismodel: free final list
2012-05-08 Brian Norrismodel: free threads, thread_map at destruction
2012-05-08 Brian Norrismodel: change DEBUG() statement to ASSERT()
2012-05-08 Brian Norrisbugfix - set backtrack events according to an *enabled...
2012-05-08 Brian Norristree: revise arguments (use Thread, ModelAction)
2012-05-03 Brian Norrismodel: bugfix - rearrange debug message
2012-05-03 Brian Norrismodel: move class Backtrack to model.cc
2012-05-03 Brian Norrisreplace non-fatal error messages with ASSERT()'s
2012-05-03 Brian Norrismodel: print replay/divergence information when startin...
2012-05-03 Brian Norrismodel: split printing into print_list() function
2012-05-02 Brian Norrismodel: number threads from 0, not 1
2012-05-02 Brian Norrismodel: add sequence numbers to ModelAction
2012-05-02 Brian Norrismodel: fixup ModelAction print message
2012-05-01 Brian Norrismodel: index thread_map by int, not thread_id_t
2012-05-01 Brian Norrismodel: change type for ModelChecker::get_id()
2012-05-01 Brian Norristhreads: add id_to_int() and int_to_id() inline functions
2012-04-30 Brian Norrismodel: remove braces
2012-04-30 Brian Norrissplit header out to action.h
2012-04-29 Brian Norrismodel: add is_acquire() and is_release() helper functions
2012-04-29 Brian Norrismodel: wrap some ModelAction helper functions
2012-04-27 Brian Norrismodel: backtracking messages are only for debugging
2012-04-27 Brian Norrismodel: fixup thread ID selection
2012-04-26 Brian Norrisdemote 'system_thread' to just 'system_context'
2012-04-26 Brian Norrismodel: bugfix - detect conflicts properly
2012-04-26 Brian Norrismodel: bugfix - reset the "current_action" after it...
2012-04-24 Brian Norrismodel: rename print_trace() -> print_summary(), fixup...
2012-04-24 Brian Norrisschedule: only print when DEBUG is enabled
2012-04-24 Brian Norristmp (model)
2012-04-24 Brian Norrisschedule: reset scheduler when thread is removed
2012-04-24 Brian Norristhreads: don't make direct call into scheduler
2012-04-24 Brian Norristhreads: save id within class Thread
2012-04-24 Brian Norrisunify style for returning pointers
2012-04-24 Brian Norrismodel: print 'number of executions'
2012-04-24 Brian Norristhreads: prepare system to loop over many executions
2012-04-23 Brian Norrisimprove scheduler debugging
2012-04-20 Brian Norrismodel: add simple comment
2012-04-20 Brian Norrismodel: implement get_next_replay() and advance_backtrac...
2012-04-20 Brian Norrismodel: implement, use schedule_next_thread()
2012-04-20 Brian Norrismodel: add prototypes to header
2012-04-19 Brian Norrismodel: stash each backtrack event in ModelChecker:...
2012-04-19 Brian Norrismodel: create 'action_list_t' typedef
2012-04-19 Brian Norrismodel: convert 'action_trace' to pointer
2012-04-19 Brian Norrismodel: add TreeNode debugging information to print_trace()
2012-04-19 Brian Norrismodel: implement get_last_conflict()
2012-04-19 Brian Norrismodel: flesh out set_backtracking()
next