weiyu [Tue, 10 Dec 2019 23:27:07 +0000 (15:27 -0800)]
Silence -Wreorder
weiyu [Tue, 10 Dec 2019 23:05:21 +0000 (15:05 -0800)]
Move data structures from execution.h to history.h
weiyu [Tue, 10 Dec 2019 19:15:32 +0000 (11:15 -0800)]
Merge branch 'master' into branch-weiyu
weiyu [Tue, 10 Dec 2019 19:09:27 +0000 (11:09 -0800)]
Store the set of predicate leaves in FuncNode
Brian Demsky [Tue, 10 Dec 2019 07:42:23 +0000 (23:42 -0800)]
small edits
Brian Demsky [Tue, 10 Dec 2019 06:55:26 +0000 (22:55 -0800)]
Revamp obj_map for just what it is used for
Brian Demsky [Tue, 10 Dec 2019 00:06:30 +0000 (16:06 -0800)]
Merge branch 'branch-weiyu' of ssh://plrg.eecs.uci.edu:/home/git/random-fuzzer into envvars
weiyu [Mon, 9 Dec 2019 20:49:14 +0000 (12:49 -0800)]
experiment with exponential decay model
Brian Demsky [Sat, 7 Dec 2019 07:32:20 +0000 (23:32 -0800)]
remove test cases
root [Sat, 7 Dec 2019 06:41:31 +0000 (22:41 -0800)]
Remove snapshot stack
root [Sat, 7 Dec 2019 04:31:35 +0000 (20:31 -0800)]
Fix bug with code to get rid of main
root [Sat, 7 Dec 2019 00:54:32 +0000 (16:54 -0800)]
bug fix
root [Sat, 7 Dec 2019 00:36:34 +0000 (16:36 -0800)]
Bug fix to model.cc
Brian Demsky [Fri, 6 Dec 2019 23:15:26 +0000 (15:15 -0800)]
Remove user_main_wrapper
Brian Demsky [Fri, 6 Dec 2019 23:13:40 +0000 (15:13 -0800)]
More work towards removing main
Brian Demsky [Fri, 6 Dec 2019 23:02:15 +0000 (15:02 -0800)]
Get rid of main
Brian Demsky [Fri, 6 Dec 2019 22:33:40 +0000 (14:33 -0800)]
remove option
bdemsky [Fri, 6 Dec 2019 00:09:43 +0000 (16:09 -0800)]
Remove mprotect snapshots
weiyu [Thu, 5 Dec 2019 01:02:14 +0000 (17:02 -0800)]
Bug fix
weiyu [Thu, 5 Dec 2019 00:33:31 +0000 (16:33 -0800)]
Using a for loop to prune writes that violate modification order is wrong
weiyu [Thu, 5 Dec 2019 00:31:31 +0000 (16:31 -0800)]
Remove unused code
weiyu [Wed, 4 Dec 2019 21:37:44 +0000 (13:37 -0800)]
Remove dead code
weiyu [Wed, 4 Dec 2019 20:32:49 +0000 (12:32 -0800)]
Tabbing
weiyu [Wed, 4 Dec 2019 20:29:02 +0000 (12:29 -0800)]
Fix NewFuzzer::selectWrite - check back edges
bdemsky [Wed, 27 Nov 2019 23:41:04 +0000 (15:41 -0800)]
Switch to environmental variables
root [Wed, 27 Nov 2019 22:39:51 +0000 (14:39 -0800)]
Fix compile under clang
root [Wed, 27 Nov 2019 22:01:25 +0000 (14:01 -0800)]
Fix TLS
bdemsky [Wed, 27 Nov 2019 21:08:07 +0000 (13:08 -0800)]
TSAN style tls destructor
bdemsky [Tue, 26 Nov 2019 06:06:03 +0000 (22:06 -0800)]
assert_bug function fixes
bdemsky [Tue, 26 Nov 2019 06:01:17 +0000 (22:01 -0800)]
Run tabbing pass
bdemsky [Tue, 26 Nov 2019 06:01:01 +0000 (22:01 -0800)]
Remove lots of dead code
bdemsky [Tue, 26 Nov 2019 05:51:11 +0000 (21:51 -0800)]
Merge branch 'branch-weiyu' of ssh://plrg.eecs.uci.edu:/home/git/random-fuzzer into branch-weiyu
bdemsky [Thu, 21 Nov 2019 01:17:22 +0000 (17:17 -0800)]
Merge branch 'master' of ssh://plrg.eecs.uci.edu:/home/git/random-fuzzer into branch-weiyu
weiyu [Wed, 20 Nov 2019 20:40:46 +0000 (12:40 -0800)]
Implement both pthread_yield and c++ thread yield
bdemsky [Wed, 20 Nov 2019 19:56:43 +0000 (11:56 -0800)]
bug fix
bdemsky [Wed, 20 Nov 2019 19:50:00 +0000 (11:50 -0800)]
Add datarace support for atomics and calloc
root [Fri, 15 Nov 2019 08:25:47 +0000 (00:25 -0800)]
bug fixe
bdemsky [Fri, 15 Nov 2019 08:22:51 +0000 (00:22 -0800)]
Add pipe support
weiyu [Thu, 14 Nov 2019 22:30:19 +0000 (14:30 -0800)]
Version that finds the bug of iris
weiyu [Tue, 12 Nov 2019 07:37:54 +0000 (23:37 -0800)]
Not sure why this change prevents a segfault in iris
weiyu [Sun, 10 Nov 2019 21:55:25 +0000 (13:55 -0800)]
Avoid seg fault in the case where ensureModel is called in cds_func_entry and then a normal memory access comes before first recorded ModelAction
weiyu [Fri, 8 Nov 2019 23:22:00 +0000 (15:22 -0800)]
Bug fixing
weiyu [Fri, 1 Nov 2019 20:58:16 +0000 (13:58 -0700)]
Do not allow a thread to stash the next pending action if its last action was a SLEEP action. Fix the problem that when all the unfinished threads are sleeping (e.g. nanosleep), this execution is reported as redundant
weiyu [Thu, 31 Oct 2019 23:28:22 +0000 (16:28 -0700)]
Fix a typo
weiyu [Wed, 23 Oct 2019 19:26:48 +0000 (12:26 -0700)]
Add a collision list for FuncInsts with the same source line number
weiyu [Wed, 23 Oct 2019 00:29:49 +0000 (17:29 -0700)]
Some edits
weiyu [Tue, 22 Oct 2019 23:18:38 +0000 (16:18 -0700)]
Checking whether every write in the rf_set satisfies read modification order does not seem to cause much overhead
weiyu [Mon, 21 Oct 2019 22:08:34 +0000 (15:08 -0700)]
Add a hash function for 64-bit int to improve the performance of val_loc_map in FuncNode when running mb_rc_test
weiyu [Fri, 18 Oct 2019 23:24:40 +0000 (16:24 -0700)]
Change the implementation of sleep and remove NOOP
weiyu [Fri, 18 Oct 2019 22:26:41 +0000 (15:26 -0700)]
Modified the implementation of usleep and make ModelExecution process "THREAD SLEEP" actions
weiyu [Fri, 18 Oct 2019 18:10:34 +0000 (11:10 -0700)]
Remove a redundant SnapVector
weiyu [Fri, 18 Oct 2019 01:38:18 +0000 (18:38 -0700)]
Calculate store visibility probability and change the shift of a few hashtables in ModelExecution
weiyu [Wed, 16 Oct 2019 18:09:35 +0000 (11:09 -0700)]
The higher the sleep score, the more likely the fuzzer makes a thread sleep
weiyu [Wed, 16 Oct 2019 00:38:18 +0000 (17:38 -0700)]
Final fix; needs to be careful about the side effect of NewFuzzer::find_threads
weiyu [Tue, 15 Oct 2019 23:27:04 +0000 (16:27 -0700)]
Fix
weiyu [Tue, 15 Oct 2019 23:26:09 +0000 (16:26 -0700)]
Fixes
weiyu [Tue, 15 Oct 2019 19:41:26 +0000 (12:41 -0700)]
Add sleep score
weiyu [Tue, 15 Oct 2019 00:48:50 +0000 (17:48 -0700)]
Little adjustment
weiyu [Sat, 12 Oct 2019 02:35:06 +0000 (19:35 -0700)]
Fix bug
weiyu [Fri, 11 Oct 2019 23:09:13 +0000 (16:09 -0700)]
Add an exit node in predicate trees
weiyu [Fri, 11 Oct 2019 00:33:57 +0000 (17:33 -0700)]
Design a method to select predicate branches based on exploration counts
weiyu [Thu, 10 Oct 2019 18:50:04 +0000 (11:50 -0700)]
Avoid using a HashTable to associate FuncInsts with ModelActions; a slight improvement in performance
weiyu [Thu, 10 Oct 2019 00:34:25 +0000 (17:34 -0700)]
Turns out that calling Predicate::evaluate in FuncNode::follow_branch and NewFuzzer::prune_writes slows down the fuzzer
weiyu [Thu, 10 Oct 2019 00:32:32 +0000 (17:32 -0700)]
Performance fix; delete unused data structures
weiyu [Wed, 9 Oct 2019 22:54:44 +0000 (15:54 -0700)]
Select a new predicate branch when the selected branch in the predicate tree fails and the failed thread can not find any other thread to wait for
weiyu [Wed, 9 Oct 2019 22:09:42 +0000 (15:09 -0700)]
Some edits
weiyu [Wed, 9 Oct 2019 02:00:15 +0000 (19:00 -0700)]
Toward implementing the counter approach to monitor threads
weiyu [Tue, 8 Oct 2019 22:11:06 +0000 (15:11 -0700)]
Monitor threads when they enter functions and decide if others (if there is any) should keep waiting for them
weiyu [Tue, 8 Oct 2019 20:35:53 +0000 (13:35 -0700)]
Add some documentation for WaitObj
weiyu [Tue, 8 Oct 2019 20:28:49 +0000 (13:28 -0700)]
BFS with distance was not implemented correctly
weiyu [Tue, 8 Oct 2019 20:01:21 +0000 (13:01 -0700)]
Fix a bug
weiyu [Tue, 8 Oct 2019 01:28:20 +0000 (18:28 -0700)]
Every time a thread enters a function, check whether other threads should still wait for this thread or not.
weiyu [Mon, 7 Oct 2019 18:55:22 +0000 (11:55 -0700)]
Fix methods
weiyu [Sat, 5 Oct 2019 02:02:10 +0000 (19:02 -0700)]
Add some methods for WaitObj
weiyu [Sat, 5 Oct 2019 01:39:15 +0000 (18:39 -0700)]
Create WaitObj to store information about which thread is waiting for whom and is waiting by whom
weiyu [Sat, 5 Oct 2019 01:36:29 +0000 (18:36 -0700)]
Add default memory allocation and free functions for HSIterator and some other tiny stuff
weiyu [Fri, 4 Oct 2019 00:51:41 +0000 (17:51 -0700)]
Compute the threads that a paused thread my wait for
weiyu [Thu, 3 Oct 2019 01:26:36 +0000 (18:26 -0700)]
Toward computing which threads a paused thread may wait for
weiyu [Wed, 2 Oct 2019 23:23:56 +0000 (16:23 -0700)]
Do not unset FuncInst locations when new executions start; check if execution numbers match instead
weiyu [Wed, 2 Oct 2019 02:16:54 +0000 (19:16 -0700)]
Reorganize codes
weiyu [Wed, 2 Oct 2019 02:00:42 +0000 (19:00 -0700)]
Move one snapshotted data structure from ModelHistory to ModelExecution
weiyu [Wed, 2 Oct 2019 01:43:44 +0000 (18:43 -0700)]
Fix a memory bug
weiyu [Tue, 1 Oct 2019 02:29:29 +0000 (19:29 -0700)]
Free memory
weiyu [Tue, 1 Oct 2019 02:28:24 +0000 (19:28 -0700)]
Notify threads paused by the Fuzzer when the desired write is available
weiyu [Mon, 30 Sep 2019 18:14:07 +0000 (11:14 -0700)]
Clear headers
weiyu [Mon, 30 Sep 2019 18:05:30 +0000 (11:05 -0700)]
Change the return type of Predicate::evaluate
weiyu [Mon, 30 Sep 2019 17:41:07 +0000 (10:41 -0700)]
Concrete predicate class
weiyu [Mon, 30 Sep 2019 17:39:12 +0000 (10:39 -0700)]
Factor predicate expression types into a separate file
weiyu [Fri, 27 Sep 2019 00:30:01 +0000 (17:30 -0700)]
Able to evaluate predicate expression against a 'context' and generate concrete predicates
weiyu [Thu, 26 Sep 2019 23:57:17 +0000 (16:57 -0700)]
Need to free memory
weiyu [Thu, 26 Sep 2019 19:52:24 +0000 (12:52 -0700)]
Fix a bug
weiyu [Thu, 19 Sep 2019 00:59:52 +0000 (17:59 -0700)]
Fix a bug in pthread_mutex_unlock; initialize mutex if necessary when pthread_mutex_timedlock is called
weiyu [Thu, 19 Sep 2019 00:55:27 +0000 (17:55 -0700)]
Keep track of which FuncNodes may write to a memory location
weiyu [Tue, 17 Sep 2019 02:45:34 +0000 (19:45 -0700)]
Add comment about the difference between ModelAction::is_write and FuncInst::is_write
weiyu [Mon, 16 Sep 2019 23:28:41 +0000 (16:28 -0700)]
Construct the graph of methods based on the order that methods are called, rather than construct it as a call graph
weiyu [Fri, 13 Sep 2019 02:02:10 +0000 (19:02 -0700)]
Add edges between FuncNodes
weiyu [Thu, 12 Sep 2019 21:03:28 +0000 (14:03 -0700)]
Change action_list_buffer to snapshot memory instead of half-shapshot-half-non-snapshot
weiyu [Wed, 11 Sep 2019 00:21:35 +0000 (17:21 -0700)]
Make sure that actions that do writes are labeled correctly in predicate trees
weiyu [Tue, 10 Sep 2019 01:32:24 +0000 (18:32 -0700)]
Reorganize codes
weiyu [Tue, 10 Sep 2019 01:17:58 +0000 (18:17 -0700)]
Add atomic write actions to predicate trees