model-checker.git
2012-09-20 Brian Demskyfix merge
2012-09-20 Brian Demskychanges
2012-09-20 Brian Demskypush changes
2012-09-19 Brian Demskymerge stuff
2012-09-19 Brian Demskymore mutex changes
2012-09-19 Brian Demskysupport for locks... untested, but doesn't break quick...
2012-09-19 Brian Demskymore bugs
2012-09-19 Brian Demskyfix merge bug
2012-09-19 Brian Demskyfix
2012-09-19 Brian Demskymy schedule changes
2012-09-19 Brian Demskymerge in master
2012-09-19 Brian Demskyfix bug
2012-09-19 Brian Norrismodel: replace list type with action_list_t
2012-09-19 Brian Norrismodel: add typedef for list of release sequence heads
2012-09-19 Brian Norrismodel: THREAD_JOIN synchronizes with THREAD_FINISH
2012-09-19 Brian Norrisaction: THREAD_JOIN can synchronize against execution...
2012-09-19 Brian Demskyichange
2012-09-18 Brian Norrismodel: add curr to action lists early
2012-09-18 Brian Norrismodel: document behavior of ModelChecker::initialize_cu...
2012-09-18 Brian Norrismodel: pull "may_read_from set" calculation out of...
2012-09-18 Brian Norrismodel: refactor ModelChecker::initialize_curr_action
2012-09-18 Brian Norrismodel: move init code to ModelChecker::initialize_curr_...
2012-09-18 Brian Demskychanges
2012-09-18 Brian Norrismodel: pull computation out of conditional
2012-09-18 Brian Norristests: add releaseseq test
2012-09-18 Brian Norrismodel: add some mo_graph fixup code to work_queue
2012-09-18 Brian NorrisMerge branch 'norris'
2012-09-18 Brian Norriscyclegraph: add ASSERT() for reflexive edges
2012-09-18 Brian Norrismodel: add infeasibility debugging
2012-09-18 Brian Norriscommon: print tracing info for ASSERT() failures
2012-09-18 Brian Norrismodel: bugfix - w_modification_order handling current...
2012-09-18 Brian Norrismodel: fixup r_modification_order
2012-09-18 Brian Norrismodel: check_recency - "already_added" always true
2012-09-18 Brian Norrismodel: bugfix get_last_seq_action()
2012-09-18 Brian Demskymore changes towards locks
2012-09-18 Brian DemskyMerge branch 'master' into mutex
2012-09-18 Brian Demskyadd mutex files
2012-09-18 Brian Demskyadd mutex files
2012-09-18 Brian Demskystart towards adding support for mutexes
2012-09-14 Brian Norrismodel: fixup happens_before/reflexivity, add 'curr...
2012-09-14 Brian NorrisMerge branch 'norris'
2012-09-14 Brian Norrismodel: release_seq synchronization generates mo_graph...
2012-09-14 Brian Norris.gitignore: ignore .dot graph files
2012-09-14 Brian Norrismodel: record the number of feasible executions
2012-09-14 Brian Norrisconfig: don't enable graph dumping in master repo
2012-09-14 Brian Norrismodel: add work queue loop
2012-09-14 Brian Norrisworkqueue: add work queue structures
2012-09-14 Brian Demskytabbing
2012-09-14 Brian Demsky(1) add actions for the fence
2012-09-14 Brian Demskyadd support for dumping cyclegraphs as dot files.....
2012-09-13 Brian Norrismodel: more restructuring of read/write processing
2012-09-13 Brian Norrismodel: remove unnecessary parameter to ModelChecker...
2012-09-13 Brian NorrisMakefile: add PHONY targets
2012-09-13 Brian Norrisbugfix: straighten out STL vector allocation (snapshott...
2012-09-13 Brian Norrismodel: bugfix - don't clobber 'updated'
2012-09-13 Brian NorrisRevert "Makefile: don't always rebuild make.deps"
2012-09-13 Brian Norrissnapshot: print stack trace on segfault
2012-09-13 Brian Norriscommon: add print_trace() for backtracing
2012-09-13 Brian Norrismodel: trivial fixups
2012-09-13 Brian NorrisMakefile: don't always rebuild make.deps
2012-09-13 Brian Norrismodel: simple ASSERT() bug
2012-09-13 Brian Norrismain: wrap help message
2012-09-13 Brian Norrismodel: kill unneeded local variable
2012-09-13 Brian Norrisspacing
2012-09-13 Brian NorrisMerge remote-tracking branch 'origin/makefile'
2012-09-13 Brian Demskylots of debugging here... finally working with my rmw...
2012-09-13 Brian NorrisMakefile: fixup Mac dependencies
2012-09-13 Brian Norriscleanup style
2012-09-13 Brian Demskycommit new test case
2012-09-13 Brian Demskyfix for horrible bug... turns out that we could genera...
2012-09-13 Brian Demskymissing changes
2012-09-13 Brian Demskyright fix for avoid rmw cycles... bad assumption in...
2012-09-13 Brian Demskyanother bug fix...
2012-09-13 Brian Demskyseparate out rmw actions
2012-09-12 Brian Demsky(1) structure code a little better
2012-09-12 Brian Demskydeal with looping due to bogus future value via promise...
2012-09-12 Brian Demskyfun issues...
2012-09-12 Brian Norristhreads, model, schedule: refactor thread joining
2012-09-12 Brian Norrismodel: add ModelChecker::get_thread(ModelAction *act)
2012-09-12 Brian Norrisschedule: add sleep() function
2012-09-12 Brian Norriscyclegraph: add non-NULL assertions
2012-09-12 Brian NorrisMerge branch 'demsky'
2012-09-12 Brian Demskymodel: cleaning up some code
2012-09-12 Brian Norrismodel: handle RMW, unresolved reads in w_modification_o...
2012-09-11 Brian Demskymodel: fix the maxreads support
2012-09-11 Brian Demskymodel: some bug fixes to the model checker
2012-09-11 Brian Demskylinuxrwlocks: two bug fixes; guess the model checker...
2012-09-11 Brian Demskymodel: bug fixes to new code
2012-09-11 Brian Demskycyclegraph: support rolling back changes
2012-09-11 Brian Norrismodel: replace action conditions with switch block
2012-09-11 Brian Norrismodel: add check_recency()
2012-09-11 Brian Norrismodel: refactor "get next thread" code
2012-09-11 Brian Norrismodel: add too_many_reads flag
2012-09-11 Brian Norrisnodestack: add get_read_from_size()
2012-09-11 Brian Norrismain: add "maxreads" parameter
2012-09-08 Brian Norrismain: add parameter parsing
2012-09-08 Brian Norrismodel: fix release sequence with RMW, acq vs. acq/rel
2012-09-07 Brian Norrismodel: maintain a count of the pending lazy synchroniza...
2012-09-07 Brian Norrismodel: group snapshottable ModelChecker members in...
2012-09-07 Brian Norrismodel: force THREAD_START to immediately follow THREAD_...
next