model-checker.git
2012-05-25 Brian Norrisadd more classes to snapshotting region
2012-05-25 Brian Norrismymemory: use the right *&^% allocator!!
2012-05-24 Brian Norrissnapshot: fix EOL spaces
2012-05-24 Brian Demskywow, this is a nasty bug...
2012-05-24 Brian Demskyfix one segfault bug...something is still strange,...
2012-05-24 Brian Demskyfactor page alignment into function call...place near...
2012-05-24 Brian Demskyfix page alignment issue...
2012-05-24 Brian Norrissnapshot: use perror() on failed library calls
2012-05-24 Brian Norrismymemory: define the "opposite" of MEMALLOC
2012-05-24 Brian Norrismymemory: include some spacing
2012-05-21 Brian Norrisfixup EOL whitespace
2012-05-21 Brian Norrissnapshot: use 'SSDEBUG', not 'DEBUG'
2012-05-21 Brian Norrismodel: remove incorrect #undef
2012-05-21 Brian Norrisuserprog: use modulo
2012-05-21 Brian Norrislibthreads: fix thrd_create() to use typedef'd start_ro...
2012-05-21 Brian Norrisfix indentation + spacing, esp. for MEMALLOC macro
2012-05-21 Brian Norrismymemory: fix indentation, spacing
2012-05-21 Brian Norrisnodestack: allocate from "mymemory" region
2012-05-21 Brian NorrisMerge commit: branch 'work'
2012-05-21 Brian Norrissnapshot: remove references to libmymemory.so
2012-05-21 Brian Norrissnapshot: move local defines after #includes
2012-05-21 Brian Norrismain: clear out redundant comments
2012-05-21 Brian Norriscommon: disable debugging
2012-05-21 Brian Norrisrun.sh: provide gdb option
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 Demskyremove lines from other files
2012-05-21 Brian DemskyFound new way to fix emacs issue.. There are directory...
2012-05-21 Brian Demskyfix various problems with my 64-bit clean hack
2012-05-21 Brian Demskyfix code to be 64 bit clean
2012-05-21 Brian Demskyswitch back to norris style spacing in changed files
2012-05-21 Brian Norrismain: what are these variables for? (subramanian...)
2012-05-21 Brian Norrisrun.sh: don't touch my run script subramanian
2012-05-21 Brian NorrisMakfile: fix linking error + remove EOL whitespace
2012-05-21 Brian Norris.gitignore: fixup bad merge step
2012-05-19 Brian Demskyremove unused #define
2012-05-19 Brian Demskymy changes
2012-05-19 Brian Demskylet us set the size of the heap in a sane way
2012-05-19 Brian Demskysetup main wrapper and then call into norris code
2012-05-19 Brian Demskyget rid of redundant mallocs
2012-05-18 Brian Demskytransfer stuff
2012-05-18 Brian Demskymakefile
2012-05-18 Brian DemskyAt least everything compiles now... Subramanian's...
2012-05-18 Brian Demskymerging stuff...made need to clean up some stuff.....
2012-05-15 Brian Demskyfix this stuff...
2012-05-15 Brian Norrisaction: neuter the "same_var" function for now...
2012-05-15 Brian Norrismodel: remove free_action_list() function
2012-05-15 Brian Norrismodel: remove class Backtrack
2012-05-15 Brian Norristree: kill class TreeNode
2012-05-15 Brian Norrismodel: replace TreeNode with NodeStack
2012-05-15 Brian Norrisuserprog: tweak test program to use simple loads/stores
2012-05-15 Brian Norrislibatomic: place the proper read-value in 'atomic_load...
2012-05-15 Brian Demskydon't check in useless files
2012-05-15 Brian Norrislibrace: actually compute the loads and stores
2012-05-15 Subramanian... Defining the interfaces to add various regions to snapshot
2012-05-14 Brian Norrisaction: add get_node() accessor
2012-05-14 Brian Norrisnodestack: remove unnecessary conditional
2012-05-14 Brian Norrismodel: merge advance_backtracking_state() and get_next_...
2012-05-14 Brian Norrismodel: rename check_current_action() local variables
2012-05-14 Brian Norrisaction: add comparison operator for ModelAction
2012-05-14 Brian Norrisnodestack: add class NodeStack and class Node
2012-05-14 Brian Norris.gitignore: add *~ files
2012-05-14 Brian Norrismodel: change constructor assignments to initializer...
2012-05-10 Subramanian... Initializing variable which contains global snapshottin...
2012-05-10 Subramanian... Adding support to return global segments of the process...
2012-05-09 Subramanian... Adding STL stuff and operator news of snapshot to model...
2012-05-09 Brian Norrisaction: rename 'node' members to 'treenode'
2012-05-08 Brian Norrismodel: remove unnecessary "this->"
2012-05-08 Brian Norrismain/threads: remove excess headers
2012-05-08 Brian Norrisclockvector: add ClockVector class
2012-05-08 Brian Norrisaction: split ModelAction off into action.cc
2012-05-08 Brian Norrismodel: free final list
2012-05-08 Brian Norrismodel: free threads, thread_map at destruction
2012-05-08 Brian Norristree: include cstddef for NULL
2012-05-08 Brian Norrismodel: change DEBUG() statement to ASSERT()
2012-05-08 Brian Norrisbugfix - set backtrack events according to an *enabled...
2012-05-08 Brian Norristree: add is_enabled(Thread *)
2012-05-08 Brian Norristree: revise arguments (use Thread, ModelAction)
2012-05-08 Brian Norrismain: split main() (and related functions) into main.cc
2012-05-04 Brian Norrisschedule: fix printf warning (size_t uses %zu)
2012-05-03 Brian Norristhreads: add parent info + get_parent() method
2012-05-03 Brian Norrismodel: bugfix - rearrange debug message
2012-05-03 Brian Norrismodel: move class Backtrack to model.cc
2012-05-03 Brian Norrisstraighten out header includes, comment on Forward...
2012-05-03 Brian Norrisreplace non-fatal error messages with ASSERT()'s
2012-05-03 Brian Norrismodel: print replay/divergence information when startin...
2012-05-03 Brian Norrismodel: split printing into print_list() function
2012-05-02 Brian Norristhreads: don't call the userprogram interface for initi...
2012-05-02 Brian Norriscommon: add ASSERT()
2012-05-02 Brian Norrismodel: number threads from 0, not 1
2012-05-02 Brian Norrisuserprog: print current thread ID
2012-05-02 Brian Norrismodel: add sequence numbers to ModelAction
2012-05-02 Brian Norrismodel: fixup ModelAction print message
2012-05-01 Brian Norristhreads: move thread_id_t definition and redefine thrd_...
2012-05-01 Brian Norrismodel: index thread_map by int, not thread_id_t
2012-05-01 Brian Norrismodel: change type for ModelChecker::get_id()
2012-05-01 Brian Norristree: remove tree_t, map thread ids via int, not thread...
2012-05-01 Brian Norristhreads: add id_to_int() and int_to_id() inline functions
2012-04-30 Brian Norrismodel: remove braces
next