projects
/
c11tester.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
c11tester.git
2019-08-23
weiyu
restructure the codes that generate predicates
commit
|
commitdiff
|
tree
|
snapshot
2019-08-23
weiyu
restructure code and working on deconstructors
commit
|
commitdiff
|
tree
|
snapshot
2019-08-22
weiyu
experiment with generating equality predicates across...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-22
weiyu
deduce which locations may share the same value from...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-22
weiyu
update FuncNodes when there is a write
commit
|
commitdiff
|
tree
|
snapshot
2019-08-21
weiyu
add helper functions; prepare for computing which memor...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-20
weiyu
Merge branch 'master' into branch-weiyu
commit
|
commitdiff
|
tree
|
snapshot
2019-08-20
weiyu
allow ModelHistory to process non-atomic actions when...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-20
weiyu
reset memory locations of FuncInsts when new executions...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-20
bdemsky
Add mailing list
commit
|
commitdiff
|
tree
|
snapshot
2019-08-20
bdemsky
Remove msqueue test case
commit
|
commitdiff
|
tree
|
snapshot
2019-08-20
bdemsky
Fix compile and readme
commit
|
commitdiff
|
tree
|
snapshot
2019-08-20
weiyu
memory locations should not outlive executions
commit
|
commitdiff
|
tree
|
snapshot
2019-08-16
weiyu
change the way to detect loops
commit
|
commitdiff
|
tree
|
snapshot
2019-08-16
weiyu
defer the initial update of predicate tree for a better...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-16
weiyu
try to infer nullity predicate inside update_predicate_...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
weiyu
change the structure of predicate expressions, and...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-14
weiyu
experiment with adding NULLITY predicate
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
weiyu
do optimization for FuncNode::update_tree
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
weiyu
revert commit
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
weiyu
fix a bug about get_reads_from_value
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
weiyu
get rid of read_val_map; A bug is discovered.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
weiyu
fix bug - 'backedge' in predicate.cc uninitialized
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
weiyu
fix bug
commit
|
commitdiff
|
tree
|
snapshot
2019-08-08
weiyu
add a dummy predicate entry node to make code simpler...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-08
weiyu
restructrue code of funcnode.cc, and planning for addin...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
weiyu
Split FuncNode::get_or_add_inst into two separate funct...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
weiyu
move modelhistory code back
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
weiyu
toward updating predicate trees every time a function...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-05
weiyu
move the codes that add actions to thrd_func_act_lists...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-05
weiyu
fix a bug and print predicate tree in xdot syntax
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
weiyu
toward building a naive predicate tree
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
weiyu
add print
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
weiyu
move code around
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
weiyu
unlink the extra tmp file generated
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
weiyu
little fixes
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
weiyu
merge
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
root
Switch from pipes to temporary file to store program...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
Brian Demsky
Get GDAX working.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
root
add sleep support
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
weiyu
change the data structure of thrd_func_inst_list becaus...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-31
weiyu
initialize memory location first
commit
|
commitdiff
|
tree
|
snapshot
2019-07-31
weiyu
bug fix
commit
|
commitdiff
|
tree
|
snapshot
2019-07-31
weiyu
fix bug
commit
|
commitdiff
|
tree
|
snapshot
2019-07-31
weiyu
merge
commit
|
commitdiff
|
tree
|
snapshot
2019-07-31
root
tabbing
commit
|
commitdiff
|
tree
|
snapshot
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
weiyu
change some data structures
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
weiyu
bug fix
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
weiyu
move write_history to funcnode.cc was a mistake
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-30
weiyu
move write_history to funcnode.cc and do experiment
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
weiyu
fix bug
commit
|
commitdiff
|
tree
|
snapshot
2019-07-29
weiyu
add pthread_cond_destory
commit
|
commitdiff
|
tree
|
snapshot
2019-07-29
weiyu
performance fix
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
next