snapshot: read from /proc/self/maps
[c11tester.git] / nodestack.cc
2012-11-03 Brian Demskyclean up check code
2012-11-03 Brian Demskyoptimization - a given write can resolve at most one...
2012-11-03 Brian Demskychanges to fix at least a bug
2012-11-02 Brian Demskyfix norris bugs
2012-11-01 Brian Norrisnodestack: improve bounds-checking assertion
2012-10-12 Brian Norrisfixup 'int' vs. 'thread_id_t' usage
2012-10-12 Brian Demskycommit untested condvar code
2012-10-10 Brian NorrisMerge remote-tracking branch 'origin/master'
2012-10-10 Brian Demskymake scheduler choose fair schedules when threads with...
2012-10-09 Brian Norrisrename threads.h -> threads-model.h
2012-10-08 Brian Demskymerge massive speedup with release sequence support...
2012-10-08 Brian Demskyadd support for sleep sets...
2012-10-08 Brian NorrisMerge branch 'norris'
2012-10-07 Brian Norrisnodestack: add release sequence breakage backtracking
2012-10-06 Brian DemskyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-10-06 Brian Demskycreate enumeration for enabled information...switch...
2012-10-05 Brian DemskyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-10-04 Brian Norrisnodestack: destroy Nodes properly in ~NodeStack()
2012-10-04 Brian Norrisnodestack: use initializer list
2012-10-04 Brian DemskyMerge branch 'master' of /home/git/model-checker
2012-10-03 Brian NorrisMerge remote-tracking branch 'origin/master'
2012-10-03 Brian Norrismodeltypes: move small typedefs to own header
2012-10-03 Brian Norrisnodestack: move has_priority() out of header
2012-10-03 Brian Demskyerror
2012-10-03 Brian Demskyrandom memory leak fixes and memory access fixes
2012-10-02 Brian Demskyfix bug.... not quite perfect for linux locks, but...
2012-10-02 Brian Norrismodel: revert broken bugfix
2012-10-02 Brian Demskystart support for drawing execution diagrams
2012-10-02 Brian DemskyFixed bug breaking our consolidation of future values...
2012-10-02 Brian Norrisrename MYFREE -> model_free
2012-10-02 Brian Norrisrename MYMALLOC -> model_malloc
2012-10-01 Brian Demskybug fix...recompute promises of RMW actions at divergen...
2012-09-27 Brian Norrisnodestack: add debug prints
2012-09-25 Brian NorrisMerge branch 'norris'
2012-09-24 Brian Demskyfairness changes...
2012-09-20 Brian Norrisfix compilation (includes)
2012-09-20 Brian Demskybug fixes for lock support...think it works now...
2012-09-19 Brian Demskymerge stuff
2012-09-19 Brian Demskymore bugs
2012-09-19 Brian Demskyfix
2012-09-18 Brian Demskychanges
2012-09-18 Brian DemskyMerge branch 'master' into mutex
2012-09-18 Brian Demskystart towards adding support for mutexes
2012-09-12 Brian Demskydeal with looping due to bogus future value via promise...
2012-09-12 Brian NorrisMerge branch 'demsky'
2012-09-11 Brian Demskymodel: fix the maxreads support
2012-09-11 Brian Norrisnodestack: add get_read_from_size()
2012-08-23 Brian Norrisnodestack: turn magic promise numbers into enum + typedef
2012-08-23 Brian Norrisnodestack, model: use uniform spacing, style
2012-08-23 Brian Norrisnodestack: don't use uint32_t
2012-08-23 Brian Norrisnodestack: remove unnecessary typedefs
2012-08-02 Brian Norrisblank lines, spacing, etc.
2012-08-02 Brian Norrisnodestack: remove completed @todo
2012-08-02 Brian Norrisnodestack: clean up comments
2012-08-02 Brian Norrisfixup whitespace
2012-08-02 Brian Demskybugs...
2012-08-02 Brian Demskyadd some comments
2012-08-02 Brian Demskystandardize names a little
2012-08-02 Brian Demskyokay...known bugs for my trivial test are out of send...
2012-08-02 Brian Demskymore changes towards keeping track of promises resolved...
2012-08-02 Brian Demskychanges
2012-08-02 Brian Demskysome changes towards reading from future writes
2012-08-02 Brian Demskyfix my todo comments so they appear in documentation
2012-08-02 Brian DemskyAdd documentation
2012-07-31 Brian Norrisnodestack: document pop_restofstack()
2012-07-31 Brian DemskyAdd basic reads from support
2012-07-17 Brian DemskyMake stack popping explicit.
2012-07-17 Brian Norrisnodestack: re-insert falsely-declared "dead code"
2012-07-17 Brian DemskyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-07-17 Brian Demskyremove dead code... loop entrance condition is i<backt...
2012-07-12 Brian NorrisMerge branch 'master' into brian
2012-07-07 Brian NorrisMerge branch 'datarace'
2012-07-07 Brian Norrisnodestack: add stub 'get_next_read_from()' function
2012-07-07 Brian Norrisnodestack: add print_may_read_from()
2012-07-07 Brian Norrisnodestack: build 'may_read_from' out of constant ModelA...
2012-07-06 Brian Norrisnodestack: action_set_t: replace STL 'set' with 'list'
2012-07-03 Brian DemskyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-07-03 Brian NorrisMerge branch 'brian'
2012-07-03 Brian Norrisnodestack: revert may_read_from to a normal member...
2012-06-25 Brian Norrisnodestack: only create may_read_from sets for read...
2012-06-25 Brian Norrisnodestack: re-associate ModelAction/Node relationship
2012-06-25 Brian Norrisnodestack: add Node::get_parent() function
2012-06-21 Subramanian GanapathyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-06-21 Brian NorrisMerge branch 'sandbox' (remove finalize())
2012-06-21 Brian Norrisnodestack: add 'may_read_from' set
2012-06-19 Brian Norrisnodestack: don't perform linear search to check if...
2012-06-19 Brian Norrisnodestack/model: refactor explore_action(), change...
2012-06-19 Brian Norrisnodestack: more documentation
2012-05-30 Subramanian GanapathyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-05-30 Brian Norrisnode: do not use static member variable
2012-05-29 Brian Norrisnodestack: push 'create_cv' functionality responsibilit...
2012-05-28 Brian Norrisnodestack: compute parent ModelAction externally
2012-05-28 Brian Norrisnodestack: construct Node with 'number of threads'...
2012-05-26 Brian Norrisnodestack: create ModelAction clock vectors
2012-05-18 Brian Demskymerging stuff...made need to clean up some stuff.....
2012-05-14 Brian Norrisnodestack: remove unnecessary conditional
2012-05-14 Brian Norrisnodestack: add class NodeStack and class Node