Bug fix
[c11tester.git] / Makefile
2020-04-08 weiyuUse simple_action_list for conditionvariable waiters
2020-04-07 Brian DemskyRedesign actionlist and change acquire fence
2019-12-10 weiyuMerge branch 'master' into branch-weiyu
2019-12-10 Brian Demskysmall edits
2019-12-10 Brian DemskyMerge branch 'branch-weiyu' of ssh://plrg.eecs.uci...
2019-12-07 rootRemove snapshot stack
2019-11-21 bdemskyMerge branch 'master' of ssh://plrg.eecs.uci.edu:/home...
2019-11-15 bdemskyAdd pipe support
2019-10-21 weiyuAdd a hash function for 64-bit int to improve the perfo...
2019-10-05 weiyuCreate WaitObj to store information about which thread...
2019-09-30 weiyuChange the return type of Predicate::evaluate
2019-08-26 weiyufix bug
2019-08-20 weiyuMerge branch 'master' into branch-weiyu
2019-08-01 weiyulittle fixes
2019-07-31 weiyumerge
2019-07-29 rootMerge branch 'branch-weiyu' of /home/git/random-fuzzer...
2019-07-27 bdemskyNew TLS strategy...
2019-07-11 weiyuMerge branch 'new_fuzzer' into branch-weiyu
2019-07-08 weiyuupdate Makefile and fix compilation error for printf...
2019-07-08 weiyumerge and resolve conflict
2019-07-03 rootget rid of nodestack
2019-07-01 weiyuresolve git conflict
2019-07-01 weiyufix git conflict
2019-06-30 Brian DemskyDon't call printf
2019-06-28 roottabbing plus lots of memory fixes
2019-06-28 roottowards not calling system malloc
2019-06-27 weiyuupdate Makefile
2019-06-26 Brian DemskyGet gdax to not crash
2019-06-24 weiyuadd a separate rule for futex.o
2019-06-20 Brian DemskyOptimizations
2019-06-19 Brian DemskyMerge branch 'branch-weiyu' into new_fuzzer
2019-06-19 rootmerge
2019-06-17 weiyuimplement usleep and sleep system calls as no operation...
2019-06-14 weiyuMerge branch 'new_fuzzer' of /home/git/random-fuzzer...
2019-06-12 bdemskyuncrustify options
2019-06-06 bdemskyadd uncrustify option
2019-06-06 bdemskyrefactor choices into own class
2019-06-04 bdemskyRevert "remove plugins"
2019-06-04 bdemskyRemove promises
2019-05-29 weiyuadd futex.o as a recipe for libmodel
2019-01-18 weiyuadd support for pthread_create (in progress)
2019-01-08 weiyuchange cds checker to accomdate llvm pass
2018-10-26 weiyuremove plugins
2018-10-16 bdemskyRemove SC Analysis
2015-09-02 bdemskyAdd SCFence analysis
2014-01-25 bdemskyAnnotation Support
2013-08-14 Brian NorrisMakefile: add README.pdf target
2013-06-04 Brian NorrisMerge branch 'markdown'
2013-06-02 Brian NorrisREADME: convert to Markdown format
2013-05-29 Brian NorrisMerge remote-tracking branch 'origin/master'
2013-05-29 Brian NorrisMakefile: remove more deferred variables
2013-05-06 Brian Demskyadd traceanalysis support
2013-04-16 Brian NorrisMerge cleanup branch
2013-04-16 Brian NorrisBROKEN: restructure much of ModelChecker as ModelExecut...
2013-04-13 Brian Demskyadd some support for traceanalysis plugins
2013-04-04 Brian Norriscontext: move Mac swapcontext() to separate compilation...
2013-03-05 Brian NorrisMakefile: use $+ variable
2013-02-12 Brian NorrisMerge branch 'fences'
2013-02-06 Brian NorrisMakefile / git: cleanup generated .dot and .pdf files
2013-02-06 Brian NorrisMakfile: add 'make pdfs' target to build PDF from ...
2012-12-06 Brian NorrisMakefile: build dependencies in .*.o.d files
2012-12-06 Brian NorrisMakefile: rename variable to be more clear
2012-11-30 Brian NorrisMakefile: fix dependency generation
2012-11-01 Brian Demskyfix new bug
2012-10-29 Brian NorrisMakefile/malloc: don't warn for self-assign
2012-10-29 Brian NorrisMakefile: use -rdyanmic only for linking
2012-10-12 Brian DemskyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-10-11 Brian Demskycompiles with condition variables file added...
2012-10-10 Brian NorrisMakefile: add benchmarks to top-level
2012-10-04 Brian Demskylocal commit... bug that prunes too many executions
2012-10-03 Brian DemskyMerge branch 'master' of /home/git/model-checker
2012-10-03 Brian NorrisMakefile: eliminate malloc.c warning
2012-10-03 Brian Demskymspace_malloc will call into mmap if it runs out of...
2012-09-27 Brian Norrisdocs: move to subdirectory
2012-09-20 Brian NorrisMakefile: move common Mac flags to common.mk
2012-09-19 Brian Demskyfix
2012-09-18 Brian DemskyMerge branch 'master' into mutex
2012-09-18 Brian Demskystart towards adding support for mutexes
2012-09-14 Brian NorrisMerge branch 'norris'
2012-09-13 Brian NorrisMakefile: add PHONY targets
2012-09-13 Brian NorrisRevert "Makefile: don't always rebuild make.deps"
2012-09-13 Brian Norriscommon: add print_trace() for backtracing
2012-09-13 Brian NorrisMakefile: don't always rebuild make.deps
2012-09-13 Brian NorrisMerge remote-tracking branch 'origin/makefile'
2012-09-13 Brian NorrisMakefile: fixup Mac dependencies
2012-09-13 Brian Demskymissing changes
2012-09-13 Brian Demskyseparate out rmw actions
2012-08-20 Brian Norrispromise: rewrite into a simpler header file
2012-08-20 Brian NorrisMakefile: rewrite header dependencies
2012-08-03 Brian NorrisMakefile: fix config.h dependencies
2012-08-02 Brian NorrisMerge branch 'brian'
2012-08-02 Brian NorrisMakefile: wire up test/ directory for compilation
2012-08-02 Brian NorrisMakefile: split part into a common makefile (common.mk)
2012-08-02 Brian NorrisMakefile: don't build userprog.c from top level
2012-08-02 Brian Demskysome changes towards reading from future writes
2012-08-02 Brian Demskyremove libatomic
2012-08-02 Brian Norrispull in most of atomic header file
2012-07-17 Brian Norrisconfig: automatically determine BIT48
2012-07-06 Brian Demskyadd support for datarace detection...
2012-07-03 Brian DemskyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
next