changes
[c11tester.git] / model.h
2012-09-07 Brian Demskychanges
2012-09-07 Brian DemskyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-09-07 Brian Demskychanges
2012-09-06 Brian NorrisMerge branch 'norris'
2012-09-06 Brian Demskyworking towards making datarace detection work
2012-09-04 Brian Norrismodel: check_current_action returns its 'nextThread'
2012-09-04 Brian Norrismodel/schedule: revise 'nextThread' data flow
2012-08-25 Brian Norrismodel: add resolve_release_sequences() function
2012-08-25 Brian Norrismodel: stash actions for lazy release-seq checking
2012-08-25 Brian Norrismodel: report 'updates' when adding mo_graph edges
2012-08-25 Brian Norrismodel: report status of resolved promises
2012-08-24 Brian Norrismodel: add release sequence support
2012-08-24 Brian Norrismodel: change pointer spacing style
2012-08-21 Brian Norrismodel: correct mo_graph comment
2012-08-20 Brian Norrismodel: document ModelChecker::mo_graph
2012-08-20 Brian Norrismodel: rename 'cyclegraph' to 'mo_graph'
2012-08-16 Brian NorrisMerge branch 'norris'
2012-08-16 Brian Norrismodel: privatize check_current_action()
2012-08-16 Brian Norrismain, model: don't 'initialize' system_context
2012-08-16 Brian Norrismodel: remove useless return code from add_thread()
2012-08-16 Brian Norrismodel: make scheduler private
2012-08-16 Brian Norrismain, model: move main execution loop into ModelChecker...
2012-08-11 Brian Norrismodel: revert unnecessary parameter for print_summary()
2012-08-11 Brian Norrisadd basic parameter handling
2012-08-02 Brian Norrismodel: do not call isfinalfeasible() too many times
2012-08-02 Brian Demskyforgot about events that happen after an unresolved...
2012-08-02 Brian Norrisfixup whitespace
2012-08-02 Brian Demskyokay...known bugs for my trivial test are out of send...
2012-08-02 Brian Demskyfinish promise support
2012-08-02 Brian Demskymore changes towards keeping track of promises resolved...
2012-08-02 Brian Demskychanges
2012-08-02 Brian Demskysome changes towards reading from future writes
2012-08-02 Brian Demskyswitch everything over to our own hashtable
2012-08-02 Brian Demskytowards making rmw work...
2012-08-02 Brian Norrispull in most of atomic header file
2012-08-02 Brian Demskysmall changes (things still work) towards support RMW
2012-07-31 Brian Demskymodel: add support for modification orders
2012-07-13 Brian Norrismodel: remove unused #include
2012-07-13 Brian Norrismodel: add ModelChecker::get_last_seq_cst()
2012-07-12 Brian Norrismodel: add per-object action lists (obj_map)
2012-07-12 Brian NorrisMerge branch 'master' into brian
2012-07-11 Brian Norrisremove EOL spaces, fix indentation
2012-07-10 Brian Demskyhook up the race detector...
2012-07-07 Brian NorrisMerge branch 'datarace'
2012-07-06 Brian Norristrivial changes
2012-07-06 Brian Norrismodel: make set_current_action() private
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-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 NorrisMerge branch 'sandbox' (remove finalize())
2012-06-21 Brian Norrismodel: add build_reads_from_past() function
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-05-30 Subramanian GanapathyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
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: log the last action in each thread
2012-05-26 Brian Norrismodel: add obj_thrd_map
2012-05-26 Brian Norrismodel: add get_num_threads()
2012-05-26 Brian Norrismodel: make thread_map heap allocated
2012-05-25 Brian Norrisadd more classes to snapshotting region
2012-05-21 Brian Norrisfix indentation + spacing, esp. for MEMALLOC macro
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: 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-10 Subramanian GanapathyInitializing variable which contains global snapshottin...
2012-05-09 Subramanian GanapathyAdding STL stuff and operator news of snapshot to model...
2012-05-03 Brian Norrismodel: move class Backtrack to model.cc
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-01 Brian Norrismodel: index thread_map by int, not thread_id_t
2012-05-01 Brian Norrismodel: change type for ModelChecker::get_id()
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-26 Brian Norrisdemote 'system_thread' to just 'system_context'
2012-04-24 Brian Norrismodel: remove unused definition
2012-04-24 Brian Norrismodel: rename print_trace() -> print_summary(), fixup...
2012-04-24 Brian Norristmp (model)
2012-04-24 Brian Norrisschedule: reset scheduler when thread is removed
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-20 Brian Norrismodel: move public functions to private
2012-04-20 Brian Norrismodel: add prototypes to header
2012-04-20 Brian Norrismodel: add iteration routines for class Backtrack
2012-04-20 Brian Norrismodel: include <cstddef>
2012-04-19 Brian Norrismodel: stash each backtrack event in ModelChecker:...
2012-04-19 Brian Norrismodel: add class Backtrack
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: flesh out set_backtracking()
2012-04-19 Brian Norrismodel: flesh out check_current_action()
next