model-checker.git
2013-03-19 Brian Norrismodel: note how we support seq-cst fences
2013-03-19 Brian Demskyadd our names
2013-03-19 Brian Demskyadd copyright message
2013-03-18 Brian DemskyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2013-03-18 Brian Demskyupdate git repository with license... GPL v2
2013-03-15 Brian Norristest: rmwprog: add MODEL_ASSERT
2013-03-14 Brian Demskyfix memory leak
2013-03-12 Brian Norrismodel: bugfix - missing SC mo_graph edge
2013-03-12 Brian Norrismodel: refactor r_modification_order 'act != curr'...
2013-03-09 Brian Norrismymemory: enforce that user allocations come from user...
2013-03-09 Brian Norrismymemory, threads: add allocator specifically for Thread
2013-03-09 Brian Norrismodel: privatize some thread functions
2013-03-09 Brian Norrislitmus: wrc: add macro for memory ordering
2013-03-09 Brian Norrislitmus: seq-lock: add MODEL_ASSERT() for the important...
2013-03-08 Brian Norrismodel-assert: include <stdbool.h>
2013-03-08 Brian Norrisstl - remove stale <vector> and <list> #include's
2013-03-07 Brian Norrisbugfix - add stl-model.h wrappers, to provide more...
2013-03-07 Brian NorrisRevert "switch to snapshot/modelalloc versions of stl...
2013-03-07 Brian Demskyswitch to snapshot/modelalloc versions of stl classes
2013-03-07 Brian Demskyadd new option for uninitialized writes...
2013-03-07 Brian Norrismodel, nodestack: bugfix - retain UNINIT actions across...
2013-03-06 Brian Norrislinuxrwlocksyield: refactor
2013-03-06 Brian Demskydocumentation update
2013-03-06 Brian DemskyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2013-03-06 Brian Demskyadd destructor so the spsc-queue will compile on MAC
2013-03-06 Brian NorrisMerge remote 'yield' work
2013-03-06 Brian Norrismodel: don't print 'uninitialized' ModelActions in...
2013-03-06 Brian Demskyadd yield support
2013-03-06 Brian Norrisimpatomic: fences linker error
2013-03-05 Brian NorrisMakefile: use $+ variable
2013-03-05 Brian Norriscyclegraph: memory "leak", fixup
2013-03-05 Brian Demskylittle optimizations motivated by profiling...
2013-03-05 Brian Norrismodel: refactor the get_thread() selection
2013-03-04 Brian Norrisrefactor DBG_ENABLED() vs. verbose
2013-03-04 Brian Norrismodel: add promise printing to execution summaries
2013-03-04 Brian Norrisnodestack: print thread status info in Node::print
2013-03-04 Brian Norriscyclegraph: missing form of checkReachable()
2013-03-03 Brian Norrismodel: rename check_deadlock() to is_circular_wait()
2013-03-03 Brian Norrismodel: add improved (?) deadlock detection
2013-03-03 Brian Norristhreads: add waiting_on()
2013-03-03 Brian Norrismutex: change 'islocked' to hold Thread pointer
2013-03-03 Brian Norrisaction: add get_mutex()
2013-03-03 Brian Norrismutex: fix indentation
2013-03-03 Brian Norrisaction: add get_return_value()
2013-03-02 Brian Norrismodel: use get_write_value()
2013-03-02 Brian Norrismodel: bugfix - adding a Promise reader can cause failure
2013-03-02 Brian Norrismodel: hack dumpGraph() bug by "leaking" promises
2013-03-02 Brian Norriscyclegraph: simplify resolvePromise / mergeNodes
2013-03-02 Brian Norrismodel: refactor process_read logic
2013-03-02 Brian Norrischeck_recency: update/add documentation comments
2013-03-02 Brian Norrischeck_recency: improve templates, use when reading...
2013-03-02 Brian Norrischeck_recency: refactor some more, + include Promises
2013-03-02 Brian Norrischeck_recency: return a boolean status
2013-03-02 Brian Norrischeck_recency: only allow newer stores to "overwrite"
2013-03-02 Brian Norrischeck_recency: implement loops as function ModelAction...
2013-03-02 Brian Norrisnodestack: add support functions for check_recency...
2013-03-02 Brian Norrismodel: check_recency: convert a few things to ASSERT()
2013-03-02 Brian Demskycomments
2013-03-02 Brian Norrismodel: check_recency: fix indentation, spelling, comments
2013-03-02 Brian Norrisaction: bugfix - reads-from value should be VALUE_NONE...
2013-03-02 Brian Norrismodel: fixes for future value passing
2013-03-02 Brian Norrismodel: we only resolve one promise at a time
2013-03-01 Brian Norrismodel: fix ASSERT()
2013-03-01 Brian Norrispromise: add 'same_value' helper, force value-checking...
2013-03-01 Brian Norrispromise: bugfix - don't check value, check location
2013-03-01 Brian Norrisaction: add get_write_value()
2013-03-01 Brian Norrisaction: add ModelAction::get_reads_from_value()
2013-03-01 Brian Norrisaction, model: add ASSERT(), not NULL checks
2013-03-01 Brian Norriscyclegraph/model: unify, clean up graph printing
2013-03-01 Brian Norrisnodestack: get_read_from_promise() never returns NULL
2013-02-28 Brian Norrismodel/schedule: comput "reduadant" measurement, print...
2013-02-28 Brian Norriscyclegraph: clean up mo_graph dump
2013-02-28 Brian Norrisaction: print promise number, not just ?
2013-02-28 Brian Norrisnodestack: bugfix - clear backtracking properly
2013-02-28 Brian Norrispromise: record multiple readers in the same Promise
2013-02-28 Brian Norrisun-'const' some Promises
2013-02-28 Brian Norrisnodestack: rewrite promise-resolution "counting"
2013-02-28 Brian Norrismodel: hook up 'read-from-promise' backtracking in...
2013-02-28 Brian Norrisnodestack: add read_from_promises backtracking
2013-02-28 Brian Norrisnodestack: bugfix - rewrite 'may-read-from' and 'future...
2013-02-28 Brian Norrismodel: shorten some code
2013-02-28 Brian Norrismodel: rename 'reads_from' to 'rf'
2013-02-28 Brian Norrisnodestack: rename 'read_from' to 'read_from_past'
2013-02-28 Brian Norrismodel: don't call process_read() for 2nd half of RMW...
2013-02-27 Brian Norrismodel: bugfix - correct the "equality" check for RR...
2013-02-27 Brian Norriscyclegraph: bugfix - allow to compile with SUPPORT_MOD_...
2013-02-27 Brian Norrismodel: bugfix - correct RR coherence for Promises
2013-02-27 Brian Norriscyclegraph: change Promise nodes map
2013-02-26 Brian Norrismodel: promises: eliminate threads when they "join"
2013-02-26 Brian Norrisschedule: remove commented-out code
2013-02-26 Brian Norrismodel: bugfix - only allow promise satisfaction for...
2013-02-25 Brian Norristhreads: construct Thread only with a given "parent"
2013-02-25 Brian Demskyrepush changes
2013-02-25 Brian Demskyfix conflicts
2013-02-25 Brian Demskyfix norris mentioned bug
2013-02-25 Brian NorrisRevert "fix scheduling stuff to get nice round robin...
2013-02-25 Brian Demskyfix scheduling stuff to get nice round robin scheduler...
2013-02-23 Brian Norrisnodestack: bugfix - reset backtracking points on diverg...
2013-02-23 Brian Norrismodel: bugfix - inherit future values from previous...
2013-02-23 Brian Norrisnodestack: don't use C++ references
next