model: build up 'may_read_from' set
[c11tester.git] / Makefile
2012-06-18 Brian DemskyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-06-18 Brian Demskybuilds
2012-06-15 Brian DemskyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-06-15 Brian NorrisMakefile: force `make docs' to depend on all source...
2012-06-14 Subramanian Ganapathyfixing calloc(), fix Makefile
2012-06-06 Brian NorrisMakefile: have `mrclean' depend on `clean'
2012-06-06 Brian Demskyadd support for docs
2012-06-04 Brian Demskyhack some stuff towards running on mac... unrelated...
2012-05-26 Brian NorrisMakefile: add 'make debug'
2012-05-21 Brian NorrisMerge commit: branch 'work'
2012-05-21 Brian NorrisMakefile: only build a single shared library
2012-05-21 Brian NorrisMakefile: clean up Makefile
2012-05-21 Brian NorrisMakfile: remove MEMCPPFLAGS, more uniform command format
2012-05-21 Brian NorrisMakfile: fix linking error + remove EOL whitespace
2012-05-19 Brian Demskyget rid of redundant mallocs
2012-05-18 Brian Demskymakefile
2012-05-18 Brian Demskymerging stuff...made need to clean up some stuff.....
2012-05-15 Brian Norristree: kill class TreeNode
2012-05-14 Brian Norrisnodestack: add class NodeStack and class Node
2012-05-10 Subramanian GanapathyAdding support to return global segments of the process...
2012-05-09 Subramanian GanapathyAdding STL stuff and operator news of snapshot to model...
2012-05-08 Brian Norrisclockvector: add ClockVector class
2012-05-08 Brian Norrisaction: split ModelAction off into action.cc
2012-05-08 Brian Norrismain: split main() (and related functions) into main.cc
2012-04-30 Brian Norrissplit header out to action.h
2012-04-25 Brian Norrislibrace: add load/store interface for checking data...
2012-04-24 Brian NorrisMakefile: build model checker as shared library (libmod...
2012-04-18 Brian Norristree: add class TreeNode
2012-04-17 Brian Norrisrename threads_internal.h -> threads.h
2012-04-16 Brian Norrisrename binary: libthreads -> model
2012-04-16 Brian Norrislibthreads: split into libthreads and threads
2012-04-16 Brian NorrisMakefile: add debug compilation flag
2012-04-10 Brian Norristhreads_internal: add 'thread_switch_to_master()' inter...
2012-04-05 Brian Norrismalloc: add myMalloc() and myFree()
2012-03-14 Brian Norrisrename other *.c to *.cc
2012-03-14 Brian Norrisschedule: move schedule.c --> schedule.cc
2012-03-14 Brian Norrismodel: move model.c --> model.cc
2012-03-14 Brian NorrisMakefile: switch to C++ builds
2012-03-10 Brian Norrismodel: add stub model.[hc] files
2012-03-10 Brian Norrisuserprog: separate test 'program' out to userprog.c
2012-03-10 Brian Norrislibatomic: add stub atomic lib header/source
2012-03-10 Brian NorrisMakefile: turn on all warnings
2012-03-10 Brian NorrisMakefile: use ${CC} instead of hardcoding gcc
2012-03-10 Brian Norriscommon.h: move common code (non-user) to header
2012-03-09 Brian Norrisschedule: add scheduler, thread_yield(), etc.
2012-03-09 Brian Norrisadd "make tags" (using `ctags`)
2012-03-08 Brian Norrislibthreads: create header file
2012-03-08 Brian Norrisinitial commit