model: fix "earliest diverge" NULL pointer exception
[c11tester.git] / nodestack.h
2012-10-02 Brian DemskyFixed bug breaking our consolidation of future values...
2012-09-25 Brian NorrisMerge branch 'norris'
2012-09-24 Brian Demskyfairness changes...
2012-09-20 Brian Demskybug fixes for lock support...think it works now...
2012-09-19 Brian Demskymerge stuff
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: don't use uint32_t
2012-08-23 Brian Norrisnodestack: remove unnecessary typedefs
2012-08-02 Brian Demskystandardize names a little
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-07-31 Brian DemskyAdd basic reads from support
2012-07-17 Brian DemskyMake stack popping explicit.
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-06 Brian Norristrivial changes
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 Norrisadd documentation
2012-06-25 Brian Norrisnodestack: only create may_read_from sets for read...
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-06 Brian Demsky1) Add more comments.
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-25 Brian Norrisnodestack: bugfix - fixup allocators for vectors
2012-05-25 Brian Norrisadd more classes to snapshotting region
2012-05-21 Brian Norrisnodestack: allocate from "mymemory" region
2012-05-18 Brian Demskymerging stuff...made need to clean up some stuff.....
2012-05-14 Brian Norrisnodestack: add class NodeStack and class Node