Update readme
[c11tester.git] / cmodelint.cc
2020-12-08 weiyuremove unused code
2020-09-05 weiyuChange initialize a bit
2020-09-03 weiyuFind a faster way to get currently executing thread...
2020-09-03 weiyuRemove unused functions
2020-08-29 Brian DemskyEliminate system context
2020-08-25 weiyuMerge branch 'master' of /home/git/random-fuzzer into...
2020-08-22 weiyuOnly consume THREAD_FINISH action in the master context
2020-08-11 weiyuReplace some switch_to_master with switch_thread
2020-01-07 Brian DemskyMy configuration
2019-12-10 Brian DemskyMerge branch 'branch-weiyu' of ssh://plrg.eecs.uci...
2019-12-04 weiyuFix NewFuzzer::selectWrite - check back edges
2019-11-21 bdemskyMerge branch 'master' of ssh://plrg.eecs.uci.edu:/home...
2019-11-20 bdemskyAdd datarace support for atomics and calloc
2019-11-14 weiyuVersion that finds the bug of iris
2019-08-20 weiyuMerge branch 'master' into branch-weiyu
2019-08-01 weiyulittle fixes
2019-08-01 weiyumerge
2019-07-31 weiyumerge
2019-07-31 roottabbing
2019-07-31 rootbug fix
2019-07-29 weiyufix bug
2019-07-29 rootMerge branch 'branch-weiyu' of /home/git/random-fuzzer...
2019-07-27 weiyuMerge branch 'new_fuzzer' into branch-weiyu
2019-07-25 rootExperimental TLS support.
2019-07-24 rootMake everything do stores + add more buffer for printing
2019-07-22 rootremove some datarace code
2019-07-22 Brian Demskyvolatile support
2019-07-22 rootfix conflict
2019-07-22 weiyuadd function calls for volatile loads and stores
2019-07-19 rootMore code towards support non-atomic stores
2019-07-16 bdemskyMake atomics actually write to memory for compatibility...
2019-07-16 bdemskyeliminate redundancy
2019-07-16 bdemskyrun tabbing pass
2019-07-12 weiyufix a bug in cds_func_exit
2019-07-12 weiyufix a bug
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-06 weiyuadd func_map_rev to map function ids to function names
2019-07-01 weiyufix git conflict
2019-06-27 bdemskyrevamp scheduler so we can start threads early
2019-06-26 Brian DemskyGet gdax to not crash
2019-06-26 bdemskyadd more functions
2019-06-26 bdemskymore fixes
2019-06-26 bdemskybug fixes
2019-06-26 bdemskymore bug fixes
2019-06-26 rootMerge branch 'new_fuzzer' of /home/git/random-fuzzer...
2019-06-26 bdemskyMore changes
2019-06-26 bdemskyredo model object initialization
2019-06-25 weiyuadd a new class 'ModelHistory'
2019-06-24 weiyufix a bug for ATOMIC_RMWCAS
2019-06-24 weiyuadd run time library for function entries and exits
2019-06-21 bdemskyfix CAS operation
2019-06-19 Brian Demskyrun tabbing pass
2019-06-19 Brian Demskyfixup merge a bit
2019-06-19 Brian DemskyMerge branch 'branch-weiyu' into new_fuzzer
2019-06-19 rootmerge
2019-06-14 weiyuadd source line number as a parameter to ModelAction
2019-06-14 weiyuadd support for function calls 'atomic_init' and 'atomi...
2019-06-14 weiyuMerge branch 'new_fuzzer' of /home/git/random-fuzzer...
2019-06-11 bdemskyfix tabbing
2019-06-11 bdemskyFix RMW bug
2019-01-08 weiyuchange cds checker to accomdate llvm pass
2013-04-16 Brian Norrisaction: bugfix - use non-zero fence "location"
2013-02-20 Brian Norrisdon't include action.h from model.h
2012-12-12 Brian Norrismodel: return value from switch_to_master
2012-10-09 Brian Norrisrename threads.h -> threads-model.h
2012-10-04 Brian DemskyMerge branch 'master' of /home/git/model-checker
2012-10-03 Brian NorrisMerge remote-tracking branch 'origin/master'
2012-10-03 Brian Norrismodeltypes: move small typedefs to own header
2012-09-14 Brian NorrisMerge branch 'norris'
2012-09-14 Brian Demsky(1) add actions for the fence
2012-08-02 Brian DemskyAdd documentation
2012-08-02 Brian Demskytowards making rmw work...
2012-08-02 Brian Norrispull in most of atomic header file