model-checker.git
2012-07-10 Brian Demskyfix bug
2012-07-10 Brian Demskyhook up the race detector...
2012-07-07 Brian NorrisMerge branch 'datarace'
2012-07-07 Brian Norrisdatarace: fix build error
2012-07-07 Brian Demskychanges
2012-07-07 Brian Norrisdocument some enumerated types
2012-07-07 Brian Norrismodel: detect uninitialized atomic reads
2012-07-07 Brian Norrisnodestack: add print_may_read_from()
2012-07-07 Brian Norrismodel: improve build_reads_from_past() comment
2012-07-07 Brian Norrisaction: use constructor initializer list
2012-07-07 Brian Norrisaction: support ATOMIC_INIT
2012-07-07 Brian Norristhreads: add per-thread "return" values for 'model...
2012-07-07 Brian Norrisnodestack: build 'may_read_from' out of constant ModelA...
2012-07-06 Brian Norrisnodestack: action_set_t: replace STL 'set' with 'list'
2012-07-06 Brian Norristrivial changes
2012-07-06 Brian Norrisadd more const qualifiers
2012-07-06 Brian Norrismodel: make set_current_action() private
2012-07-06 Brian Norrisdatarace: factor subtle clock-vector logic into a reusa...
2012-07-06 Brian Norrisdatarace: remove EOL spaces
2012-07-06 Brian Norrisdatarace/clockvector: switch 'clocks' to use 'unsigned...
2012-07-06 Brian Norrisclock: add modelclock_t typedef, use 'unsigned int'
2012-07-06 Brian Demskyadd forgetten file
2012-07-06 Brian Demskyadd support for datarace detection...
2012-07-03 Brian DemskyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-07-03 Brian NorrisMerge branch 'brian'
2012-07-03 Subramanian... Adding relevant comments for fork based implementation.
2012-07-03 Brian NorrisMakefile: compile *.cc separately
2012-07-03 Brian Norrisnodestack: revert may_read_from to a normal member...
2012-07-03 Brian Norrisaction: add {get,set}_value(), assign default value
2012-06-25 Brian Norrisadd documentation
2012-06-25 Brian Norrisnodestack: only create may_read_from sets for read...
2012-06-25 Brian Norrisnodestack: re-associate ModelAction/Node relationship
2012-06-25 Brian Norrisnodestack: add Node::get_parent() function
2012-06-21 Brian Norrismodel: make print_list() into a static C function
2012-06-21 Subramanian... Adding relevant comments for fork based implementation.
2012-06-21 Subramanian... Merge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-06-21 Brian Norrismodel: make comment more accurate
2012-06-21 Brian Norrisaction: add const qualifier
2012-06-21 Brian Norrisclockvector: add const qualifiers
2012-06-21 Brian Norrisclockvector: add documentation
2012-06-21 Brian NorrisMerge branch 'sandbox' (remove finalize())
2012-06-21 Brian Norrissnapshot: switch back to mprotect-based snapshotting
2012-06-21 Brian Norrismodel: build up 'may_read_from' set
2012-06-21 Brian Norrismodel: add build_reads_from_past() function
2012-06-21 Brian Norrisaction: add happens_before() function
2012-06-21 Brian Norrisclockvector: fix 'happens_before', change name to ...
2012-06-21 Brian Norrisaction: add 'get_cv()' accessor function
2012-06-21 Brian Norrisnodestack: add 'may_read_from' set
2012-06-19 Brian Norrisnodestack: don't perform linear search to check if...
2012-06-19 Brian Norrisaction: add const qualifiers
2012-06-19 Brian Norrisaction: replace condition check with ASSERT()
2012-06-19 Brian Norrisnodestack/model: refactor explore_action(), change...
2012-06-19 Brian Norrisnodestack: more documentation
2012-06-19 Brian Norriscyclegraph: make this compile...
2012-06-18 Brian DemskyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-06-18 Brian Demskybuilds
2012-06-17 Brian Demskyadd hashtable
2012-06-15 Brian NorrisDoxyfile: exclude malloc.c
2012-06-15 Brian DemskyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-06-15 Brian Norrisfixup some doc wording
2012-06-15 Brian Norrisadd more documentation
2012-06-15 Brian Demskysubramanian lied when he said he fixed these...
2012-06-15 Brian NorrisMakefile: force `make docs' to depend on all source...
2012-06-14 Subramanian... (snapshot) removing mbFinalize and usage of finalize
2012-06-14 Brian Norrissnapshot: refactor the fork-based stack initialization
2012-06-14 Brian Norrissnapshot: remove unused 'uc_link' context
2012-06-14 Brian Norrissnapshotimp: reindent file
2012-06-14 Brian Norrissnapshot: don't put entire if (...) on one line
2012-06-14 Brian Norrissnapshot: define macros with type size_t
2012-06-14 Brian Norrissnapshot: use (void *) instead of (char *)
2012-06-14 Brian Norrissnapshot: rearrange #if a little
2012-06-14 Brian Norrissnapshot: remove extra blank lines
2012-06-14 Brian Norrissnapshot: make other file-scope functions static
2012-06-14 Brian Norrissnapshot: don't export page-aligning functions
2012-06-14 Brian Norrisrename struct Snapshot_t => struct Snapshot
2012-06-14 Brian Norrissnapshot: don't declare sTheRecord in both #if and...
2012-06-14 Brian Norrissnapshot: remove 'extern "C"' block
2012-06-14 Brian Norrissnapshot-interface: don't export SnapshotGlobalSegments()
2012-06-14 Brian Norrissnapshot: replace DumpIntoLog() with lighter-weight...
2012-06-14 Brian Norrissnapshot: move comments to the right place
2012-06-14 Subramanian... Removing comment asking to fix fork(), has been fixed now
2012-06-14 Subramanian... fixing calloc(), fix Makefile
2012-06-07 Brian Norrislibatomic: perform write before context switch
2012-06-06 Brian Norris.gitignore: ignore docs directory
2012-06-06 Brian Norrisaction: fix some comments
2012-06-06 Brian NorrisMakefile: have `mrclean' depend on `clean'
2012-06-06 Brian Demskymore comments
2012-06-06 Brian Demskymore doc changes
2012-06-06 Brian Demskymore documentation
2012-06-06 Brian Demsky1) Add more comments.
2012-06-06 Brian Demskymore documentation
2012-06-06 Brian Demskymore docs
2012-06-06 Brian Demskyadd support for docs
2012-06-05 Brian Norrissnapshot: zero out entire siginfo_t
2012-06-04 Brian DemskyChanges needed to run on OS X... Example runs on my...
2012-06-04 Brian Demskyhack some stuff towards running on mac... unrelated...
2012-05-31 Brian Norrissnapshot: remove duplicate definition of finalize()
2012-05-31 Brian Norrisuse EXIT_SUCCESS and EXIT_FAILURE
2012-05-31 Brian Norrisuserprog: use atomics allocated on "heap"
2012-05-31 Subramanian... Adding fixes for the fork based implementation, also...
next