projects
/
c11tester.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
c11tester.git
2019-07-31
root
bug fix for snapshotting code
commit
|
commitdiff
|
tree
|
snapshot
2019-07-31
root
bug fix
commit
|
commitdiff
|
tree
|
snapshot
2019-07-31
root
bug fixes
commit
|
commitdiff
|
tree
|
snapshot
2019-07-31
bdemsky
Get code to compile
commit
|
commitdiff
|
tree
|
snapshot
2019-07-30
root
edits
commit
|
commitdiff
|
tree
|
snapshot
2019-07-30
root
edits
commit
|
commitdiff
|
tree
|
snapshot
2019-07-30
root
more code
commit
|
commitdiff
|
tree
|
snapshot
2019-07-30
root
more fixes
commit
|
commitdiff
|
tree
|
snapshot
2019-07-30
root
towards getting rid of STL
commit
|
commitdiff
|
tree
|
snapshot
2019-07-30
root
remove STL vector
commit
|
commitdiff
|
tree
|
snapshot
2019-07-30
bdemsky
more fixes
commit
|
commitdiff
|
tree
|
snapshot
2019-07-29
bdemsky
edits
commit
|
commitdiff
|
tree
|
snapshot
2019-07-29
root
edits
commit
|
commitdiff
|
tree
|
snapshot
2019-07-29
root
Fix performance issue
commit
|
commitdiff
|
tree
|
snapshot
2019-07-29
root
Merge branch 'branch-weiyu' of /home/git/random-fuzzer...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-29
root
bug fix
commit
|
commitdiff
|
tree
|
snapshot
2019-07-28
root
bug fix
commit
|
commitdiff
|
tree
|
snapshot
2019-07-28
root
edit
commit
|
commitdiff
|
tree
|
snapshot
2019-07-28
bdemsky
improve complexity
commit
|
commitdiff
|
tree
|
snapshot
2019-07-27
root
bug fix
commit
|
commitdiff
|
tree
|
snapshot
2019-07-27
root
remove print statements
commit
|
commitdiff
|
tree
|
snapshot
2019-07-27
root
Lock model check when we terminate proxy thread
commit
|
commitdiff
|
tree
|
snapshot
2019-07-27
bdemsky
New TLS strategy...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-27
weiyu
Merge branch 'new_fuzzer' into branch-weiyu
commit
|
commitdiff
|
tree
|
snapshot
2019-07-27
weiyu
planning to build a predicate generator based on values...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
root
Bug fixes to atomic logic
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
root
Experimental TLS support.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
weiyu
little fixes
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
weiyu
avoid the use of 'func_id_list_t *' to prevent potentia...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-24
root
Make everything do stores + add more buffer for printing
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
root
Merge branch 'branch-weiyu' of /home/git/random-fuzzer...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
weiyu
fix bug
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
Brian Demsky
Merge branch 'new_fuzzer' of /home/git/random-fuzzer...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
root
Add model checker check before trylock
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
weiyu
initialize the newly added element in the vector when...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
bdemsky
Name change
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
bdemsky
Remove mention of CDSChecker
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
Brian Demsky
bug fix
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
root
remove some datarace code
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
Brian Demsky
fix merge issue
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
Brian Demsky
volatile support
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
root
fix conflict
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
weiyu
add function calls for volatile loads and stores
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
Brian Demsky
Support for reading from nonatomic stores...A little...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
weiyu
add a special order for volatile loads and stores
commit
|
commitdiff
|
tree
|
snapshot
2019-07-20
weiyu
able to get a FuncNode by function id
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
weiyu
move the 'link_insts' method to FuncNode class
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
weiyu
change the data structure for storing last read values...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
weiyu
add pthread_cond_broadcast
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
root
More code towards support non-atomic stores
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
weiyu
add a data structure to store the values read by last...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
bdemsky
Add support for converting normal writes into ModelActi...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-18
weiyu
name variables
commit
|
commitdiff
|
tree
|
snapshot
2019-07-18
weiyu
function id should start with 1 rather than 0
commit
|
commitdiff
|
tree
|
snapshot
2019-07-17
bdemsky
Track whether a write was from an atomic
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
bdemsky
Make atomics actually write to memory for compatibility...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
bdemsky
eliminate redundancy
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
bdemsky
Towards not reporting the same datarace twice
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
bdemsky
run tabbing pass
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
weiyu
allow the fuzzer to continue if only a few data races...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-15
weiyu
fix a bug about RaceRecord capacity
commit
|
commitdiff
|
tree
|
snapshot
2019-07-15
bdemsky
add asserts
commit
|
commitdiff
|
tree
|
snapshot
2019-07-15
weiyu
ignore futex notify if no successful futex wait was...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-15
weiyu
use the hashset and hashtable implementation from satch...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-12
weiyu
fix a bug in cds_func_exit
commit
|
commitdiff
|
tree
|
snapshot
2019-07-12
weiyu
fix a bug
commit
|
commitdiff
|
tree
|
snapshot
2019-07-11
weiyu
Merge branch 'new_fuzzer' into branch-weiyu
commit
|
commitdiff
|
tree
|
snapshot
2019-07-11
weiyu
commit stuff before merge
commit
|
commitdiff
|
tree
|
snapshot
2019-07-11
root
Get data race detector working... Commented out functi...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-10
weiyu
augment hashtable with keyset
commit
|
commitdiff
|
tree
|
snapshot
2019-07-09
weiyu
add entry atomic instructions to FuncNode
commit
|
commitdiff
|
tree
|
snapshot
2019-07-08
weiyu
update Makefile and fix compilation error for printf...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-08
weiyu
merge and resolve conflict
commit
|
commitdiff
|
tree
|
snapshot
2019-07-08
weiyu
add a new data structure in execution.h, which is used...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-08
weiyu
factor out codes for FuncInst class
commit
|
commitdiff
|
tree
|
snapshot
2019-07-06
weiyu
temporarily remove assertion for 'lock access before...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-06
weiyu
add func_map_rev to map function ids to function names
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
bdemsky
Maintain list of writes
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
bdemsky
Optimize SC lookup
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
Brian Demsky
clean up code
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
root
get rid of nodestack
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
root
Fork handler mitigations
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
root
Fix printf compile issue
commit
|
commitdiff
|
tree
|
snapshot
2019-07-02
root
bug fix
commit
|
commitdiff
|
tree
|
snapshot
2019-07-02
bdemsky
memoize hb in writes
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
weiyu
resolve git conflict
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
weiyu
fix git conflict
commit
|
commitdiff
|
tree
|
snapshot
2019-06-30
Brian Demsky
Don't call printf
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
bdemsky
move check
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
root
add pthread_detach function
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Brian Demsky
Fix bug
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
root
bug fixes
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
weiyu
move work_list (thrd_func_list) from history.h to execu...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
root
tabbing plus lots of memory fixes
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
root
towards not calling system malloc
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
weiyu
change data structures
commit
|
commitdiff
|
tree
|
snapshot
2019-06-27
root
bug fixes
commit
|
commitdiff
|
tree
|
snapshot
2019-06-27
bdemsky
revamp scheduler so we can start threads early
commit
|
commitdiff
|
tree
|
snapshot
2019-06-27
weiyu
update Makefile
commit
|
commitdiff
|
tree
|
snapshot
2019-06-27
weiyu
factor codes in history.* and move it to funcnode.*
commit
|
commitdiff
|
tree
|
snapshot
next