c11tester.git
2012-11-16 Brian Norrisprintf -> model_print
2012-11-16 Brian Norrismodel: correct plural ("bug" or "bugs")
2012-11-16 Brian Norrismodel: rework assert_bug() and assert_user_bug() interfaces
2012-11-16 Brian Norrisdataraces: don't print an uninformative "Data race...
2012-11-16 Brian Norrisdatarace: redirect "Data race @ ..." messages to model...
2012-11-16 Brian Norrisdatarace: change "Datarace" to "Data race"
2012-11-16 Brian Norrismodel: restructure statistics records
2012-11-16 Brian Norrismodel: annotate SNAPSHOT for bug_message
2012-11-16 Brian Norrismodel: temporary fix for uninitialized loads
2012-11-16 Brian Norrisassert bugs through common interface
2012-11-16 Brian Norrismodel: print bug reports at end of each execution
2012-11-16 Brian Norrismodel: add bug reporting framework
2012-11-16 Brian Norrismodel: remove unnecessary DEBUG()
2012-11-15 Brian Norrismodel: use snapshot_calloc()
2012-11-15 Brian Norrismodel: add 'const'
2012-11-15 Brian Norrismodel: routine to check if execution is complete
2012-11-15 Brian Demskymake compile on linux...needed string.h
2012-11-15 Brian DemskyMerge branch 'master' of /home/git/model-checker
2012-11-15 Brian Demskyoptimize hashtable so we don't always build new ones...
2012-11-15 Brian Demskyremove hashtable functionality
2012-11-15 Brian Demskymake hashtables only contain primitive types or pointers
2012-11-15 Brian DemskyMerge branch 'master' of /home/git/model-checker
2012-11-15 Brian Demskyavoid warning
2012-11-15 Brian Demskymerge
2012-11-15 Brian Demskyoptimization...don't calloc the datarace tables every...
2012-11-15 Brian Norrismodel: remove useless special case
2012-11-14 Brian Norrismodel: don't export Scheduler
2012-11-14 Brian Norrismodel/promise: use ModelChecker is_enabled() interface
2012-11-14 Brian Norrismodel: is_deadlocked() (sort of) had a bug
2012-11-14 Brian Norrismodel: add ModelChecker is_enabled() functions
2012-11-14 Brian Norrisschedule: improve is_enabled() routines
2012-11-14 Brian Norrismodel: fix spacing
2012-11-14 Brian Norrismodel: move snapshot members out of header
2012-11-14 Brian NorrisREADME
2012-11-14 Brian Norrismain: change default future value sloppiness
2012-11-14 Brian Norrisnodestack: implement expiration sloppiness parameter
2012-11-14 Brian Norrismain/model: add future value expiration sloppiness...
2012-11-14 Brian Norrisnodestack: limit the number of future values per read
2012-11-14 Brian Norrismain: add maxfuturevalues parameter (-M)
2012-11-14 Brian Norriscommon: early quit on MODEL_ASSERT()
2012-11-14 Brian Norrismodel-assert: add MODEL_ASSERT() for user programs
2012-11-14 Brian Norrismodel: refactor build_reads_from_past
2012-11-14 Brian Norriscommon/config: allow enable/disable ASSERT() easily
2012-11-14 Brian Norrisrace: where possible, use "const void *" for addresses
2012-11-14 Brian Norristest: add AB/BA deadlock test
2012-11-14 Brian Norrismodel: add deadlock detection
2012-11-14 Brian Norrismodel: get_num_threads() should be const
2012-11-14 Brian Norrissnapshot: find the correct binary name
2012-11-14 Brian Norrissnapshot: read from /proc/self/maps
2012-11-14 Brian Norrismain: fixup parameter parsing for user program
2012-11-07 Brian Norristest: add AB/BA deadlock test
2012-11-07 Brian Norrismodel: add deadlock detection
2012-11-07 Brian Norrismodel: get_num_threads() should be const
2012-11-07 Brian Norrismain: change default future value sloppiness
2012-11-07 Brian Norrisnodestack: implement expiration sloppiness parameter
2012-11-07 Brian Norrismain/model: add future value expiration sloppiness...
2012-11-06 Brian Norrismodel: refactor build_reads_from_past
2012-11-04 Brian Norrisnodestack: limit the number of future values per read
2012-11-04 Brian Norrismain: add maxfuturevalues parameter (-M)
2012-11-04 Brian NorrisMerge branch 'master' into pldi13
2012-11-04 Brian Norrismain: always ensure defaults when printing
2012-11-04 Brian Norrismodel: fix some whitespace
2012-11-04 Brian Norriscommon: early quit on MODEL_ASSERT()
2012-11-03 Brian Norrismodel-assert: add MODEL_ASSERT() for user programs
2012-11-03 Brian Norrissnapshot: find the correct binary name
2012-11-03 Brian NorrisMerge remote-tracking branch 'origin/master' into pldi13
2012-11-03 Brian Demskyannoying bug... Optimization was originally intended...
2012-11-03 Brian Norrissnapshot: read from /proc/self/maps
2012-11-03 Brian NorrisMerge remote-tracking branch 'origin/master' into pldi13
2012-11-03 Brian Norrispromise: fix signed/unsigned warning
2012-11-03 Brian Demskyclean up check code
2012-11-03 Brian Demskyoptimization - a given write can resolve at most one...
2012-11-03 Brian Demskyvarious fixes. linux rw locks should work again with...
2012-11-03 Brian DemskyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-11-03 Brian Demskyfix two bugs in model.cc...mainly don't print bogus...
2012-11-03 Brian Demskythis is the bad line...
2012-11-03 Brian Demskyprevious synchronization was weird...
2012-11-03 Brian NorrisMerge remote-tracking branch 'origin/master' into pldi13
2012-11-03 Brian Demskyfix bugs with promise check...
2012-11-03 Brian Demskychanges to fix at least a bug
2012-11-02 Brian Norrismain: fixup parameter parsing for user program
2012-11-02 Brian Norriscommon/config: disable ASSERT() by default
2012-11-02 Brian Demskyfix norris bugs
2012-11-02 Brian Norrismodel: totally destroy 'curr' within initialize_curr_ac...
2012-11-02 Brian Norrisclockvector: remove old include
2012-11-01 Brian Demskyfound the bug
2012-11-01 Brian Demskyrealloc doesn't guarantee zeroing...
2012-11-01 Brian Demskybug
2012-11-01 Brian Demskyfix new bug
2012-11-01 Brian Norrisclockvector: bugfix - bad clock merge
2012-11-01 Brian Norrisnodestack: improve bounds-checking assertion
2012-11-01 Brian Norriscommon.mk: build with -O3 (except for Mac OSX)
2012-11-01 Brian Norrismodel: silence "uninitialized" warning
2012-11-01 Brian Norrismodel: update mo_may_allow restrictions
2012-10-29 Brian Norristests: add thinair test
2012-10-29 Brian NorrisMakefile/malloc: don't warn for self-assign
2012-10-29 Brian NorrisMakefile: use -rdyanmic only for linking
2012-10-29 Brian Norristests: use signed printf format
2012-10-26 Brian Demskychanges to allow running programs with racing initializ...
2012-10-25 Brian Demskycheck in test
next