Update readme
[c11tester.git] / model.cc
2020-12-12 weiyuseed random number generator with time vagrant
2020-12-08 weiyuremove unused code
2020-09-15 weiyuAdd back model_thread; it is still needed
2020-09-15 weiyuFix a bug in memcpy, implement memset, and remove model...
2020-09-15 weiyuTry to catch data races for memcpy
2020-09-11 weiyuImplement timedwait
2020-09-05 weiyuChange initialize a bit
2020-09-04 weiyusmall changes
2020-09-03 weiyuFind a faster way to get currently executing thread...
2020-09-02 weiyuSmall changes; slightly faster than tsan11rec in jsbenc...
2020-09-02 weiyuSmall edits
2020-08-30 Brian DemskySimplify code
2020-08-29 Brian Demskyadd support for freeing threads
2020-08-29 Brian Demskybug fix
2020-08-29 Brian DemskyEliminate system context
2020-08-29 weiyuRewrite recursion in terms of loops; make it a bit...
2020-08-25 weiyuMerge branch 'master' of /home/git/random-fuzzer into...
2020-08-25 weiyuedits
2020-08-24 weiyuRemove duplicate functions
2020-08-24 weiyuBug fix for spsc-queue test
2020-08-24 weiyuBug fix
2020-08-24 Derek Yehuncomment out code
2020-08-22 weiyuOnly consume THREAD_FINISH action in the master context
2020-08-11 weiyuReplace some switch_to_master with switch_thread
2020-08-10 weiyuedits
2020-08-07 Derek Yehadd consume to run
2020-08-07 Derek Yehfix getNextThread func
2020-08-02 Derek Yehrename params
2020-08-02 Derek Yehfix sleeping bug
2020-07-31 Derek Yehfix edge case
2020-07-31 Derek Yehfix thread switch
2020-07-29 Derek Yehfix edge case
2020-07-28 Derek Yehfix bugs
2020-07-27 Derek Yehremove overhead for execution
2020-07-24 Derek Yehadd thread choosing in switch func
2020-07-22 Derek Yehfix warnings
2020-07-17 Derek Yehadd switch thread function
2020-02-26 weiyuEdits
2020-02-25 weiyuRedirect output after taking snapshots
2020-01-25 Brian DemskyAdd some debug support code
2019-12-26 rootFix bug
2019-12-20 rootFix bug Weiyu found
2019-12-16 rootmerge
2019-12-16 Brian DemskyMore code towards freeing old actions
2019-12-10 weiyuMerge branch 'master' into branch-weiyu
2019-12-10 Brian DemskyMerge branch 'branch-weiyu' of ssh://plrg.eecs.uci...
2019-12-07 rootRemove snapshot stack
2019-12-07 rootFix bug with code to get rid of main
2019-12-07 rootBug fix to model.cc
2019-12-06 Brian DemskyMore work towards removing main
2019-12-06 Brian DemskyGet rid of main
2019-11-27 bdemskySwitch to environmental variables
2019-11-26 bdemskyassert_bug function fixes
2019-11-26 bdemskyRemove lots of dead code
2019-11-21 bdemskyMerge branch 'master' of ssh://plrg.eecs.uci.edu:/home...
2019-11-08 weiyuBug fixing
2019-11-01 weiyuDo not allow a thread to stash the next pending action...
2019-09-05 weiyuseems to work
2019-08-30 weiyuremove a redundant member function that I added before
2019-08-27 weiyusome edits to NewFuzzer
2019-08-21 weiyuadd helper functions; prepare for computing which memor...
2019-08-20 weiyuMerge branch 'master' into branch-weiyu
2019-08-20 weiyureset memory locations of FuncInsts when new executions...
2019-08-02 weiyumove code around
2019-08-01 weiyumerge
2019-08-01 Brian DemskyGet GDAX working.
2019-07-31 weiyumerge
2019-07-30 roottowards getting rid of STL
2019-07-30 rootremove STL vector
2019-07-30 bdemskymore fixes
2019-07-29 bdemskyedits
2019-07-29 rootMerge branch 'branch-weiyu' of /home/git/random-fuzzer...
2019-07-27 rootLock model check when we terminate proxy thread
2019-07-27 bdemskyNew TLS strategy...
2019-07-25 rootExperimental TLS support.
2019-07-22 rootremove some datarace code
2019-07-22 Brian Demskyfix merge issue
2019-07-22 rootfix conflict
2019-07-19 rootMore code towards support non-atomic stores
2019-07-16 weiyuallow the fuzzer to continue if only a few data races...
2019-07-11 weiyuMerge branch 'new_fuzzer' into branch-weiyu
2019-07-11 rootGet data race detector working... Commented out functi...
2019-07-08 weiyumerge and resolve conflict
2019-07-03 bdemskyOptimize SC lookup
2019-07-03 rootget rid of nodestack
2019-07-03 rootFork handler mitigations
2019-07-02 bdemskymemoize hb in writes
2019-07-01 weiyufix git conflict
2019-06-29 bdemskymove check
2019-06-28 roottowards not calling system malloc
2019-06-27 rootbug fixes
2019-06-27 bdemskyrevamp scheduler so we can start threads early
2019-06-26 Brian DemskyGet gdax to not crash
2019-06-26 bdemskyRedo params
2019-06-26 bdemskymore bug fixes
2019-06-26 rootMerge branch 'new_fuzzer' of /home/git/random-fuzzer...
2019-06-26 rootchanges
2019-06-26 bdemskyMore changes
2019-06-25 weiyuadd a new class 'ModelHistory'
2019-06-21 bdemskyfix tabbing
next