Find a faster way to get currently executing thread's id
[c11tester.git] / history.h
2020-08-25 weiyuMerge branch 'master' of /home/git/random-fuzzer into...
2020-02-26 weiyuEdits
2020-02-25 weiyuFix memory issue; ModelList should be cleared before...
2020-02-15 weiyuRemove the uses of inst_act_maps
2020-02-12 weiyuRemove redundant data structures and FuncNode's depende...
2019-12-12 Brian DemskyMerge
2019-12-10 weiyuMove data structures from execution.h to history.h
2019-11-21 bdemskyMerge branch 'master' of ssh://plrg.eecs.uci.edu:/home...
2019-10-10 weiyuPerformance fix; delete unused data structures
2019-10-09 weiyuToward implementing the counter approach to monitor...
2019-10-08 weiyuMonitor threads when they enter functions and decide...
2019-10-08 weiyuEvery time a thread enters a function, check whether...
2019-10-07 weiyuFix methods
2019-10-05 weiyuAdd some methods for WaitObj
2019-10-05 weiyuCreate WaitObj to store information about which thread...
2019-10-04 weiyuCompute the threads that a paused thread my wait for
2019-10-03 weiyuToward computing which threads a paused thread may...
2019-10-02 weiyuReorganize codes
2019-10-02 weiyuMove one snapshotted data structure from ModelHistory...
2019-10-02 weiyuFix a memory bug
2019-10-01 weiyuNotify threads paused by the Fuzzer when the desired...
2019-09-30 weiyuClear headers
2019-09-19 weiyuKeep track of which FuncNodes may write to a memory...
2019-09-16 weiyuConstruct the graph of methods based on the order that...
2019-09-13 weiyuAdd edges between FuncNodes
2019-08-29 weiyuremove unused member functions
2019-08-23 weiyuget rid of an unused function
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-20 weiyumemory locations should not outlive executions
2019-08-01 weiyumerge
2019-07-31 weiyumerge
2019-07-30 weiyumove write_history to funcnode.cc was a mistake
2019-07-30 weiyumove write_history to funcnode.cc and do experiment
2019-07-29 bdemskyedits
2019-07-29 weiyuperformance fix
2019-07-29 rootFix performance issue
2019-07-29 rootMerge branch 'branch-weiyu' of /home/git/random-fuzzer...
2019-07-27 weiyuMerge branch 'new_fuzzer' into branch-weiyu
2019-07-27 weiyuplanning to build a predicate generator based on values...
2019-07-25 weiyuavoid the use of 'func_id_list_t *' to prevent potentia...
2019-07-23 Brian DemskyMerge branch 'new_fuzzer' of /home/git/random-fuzzer...
2019-07-23 weiyuinitialize the newly added element in the vector when...
2019-07-22 rootfix conflict
2019-07-20 weiyuable to get a FuncNode by function id
2019-07-19 weiyumove the 'link_insts' method to FuncNode class
2019-07-18 weiyuname variables
2019-07-16 bdemskyrun tabbing pass
2019-07-11 weiyuMerge branch 'new_fuzzer' into branch-weiyu
2019-07-08 weiyumerge and resolve conflict
2019-07-08 weiyuadd a new data structure in execution.h, which is used...
2019-07-06 weiyuadd func_map_rev to map function ids to function names
2019-07-01 weiyufix git conflict
2019-06-28 weiyumove work_list (thrd_func_list) from history.h to execu...
2019-06-28 roottowards not calling system malloc
2019-06-28 weiyuchange data structures
2019-06-27 weiyufactor codes in history.* and move it to funcnode.*
2019-06-27 weiyuchange func_atomics and work_list to vectors
2019-06-26 Brian DemskyGet gdax to not crash
2019-06-25 weiyuadd a new class 'ModelHistory'