c11tester.git
2012-08-16 Brian Norrisschedule, threads: update comments, const's
2012-08-16 Brian Norrismodel: make scheduler private
2012-08-16 Brian Norrismain, model: move main execution loop into ModelChecker...
2012-08-11 Brian Norrismodel: reformat/refactor some code
2012-08-11 Brian Norrisimpatomic.h: fixup spacing
2012-08-11 Brian Norristhreads: trivial change
2012-08-11 Brian Norrismodel: revert unnecessary parameter for print_summary()
2012-08-11 Brian Norrisadd basic parameter handling
2012-08-11 Brian Norriscommon: add error_msg() function
2012-08-11 Brian Norrisrun.sh: pass command-line arguments through to test...
2012-08-11 Brian Norris.gitignore: ignore other vim swap file type
2012-08-11 Brian Norrismodel: reformat some code
2012-08-08 Brian Norrismain, threads: improve comments regarding thread stepping
2012-08-04 Brian Demskyadd a todo flag to a comment so it won't get lost....
2012-08-03 Brian NorrisMakefile: fix config.h dependencies
2012-08-02 Brian NorrisMerge branch 'brian'
2012-08-02 Brian NorrisDEBUGGINGNOTES: include gdb info for Linux
2012-08-02 Brian Demskybug fix
2012-08-02 Brian Norrisrun.sh: fixup run script
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 Norrisuserprog: move to 'test/' directory
2012-08-02 Brian NorrisMakefile: don't build userprog.c from top level
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 Norrismodel: do not call isfinalfeasible() too many times
2012-08-02 Brian Norrishashtable: add some documentation
2012-08-02 Brian Norrismodel: delete Threads on destruction
2012-08-02 Brian Norrismore reformatting/indentation
2012-08-02 Brian Demskyforgot about events that happen after an unresolved...
2012-08-02 Brian Norrisfixup whitespace
2012-08-02 Brian Norrisaction: add memory_order printing
2012-08-02 Brian Demskychange test case to match nice one from spec... it...
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 Demskyfinish promise support
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 Demskymove more configurables and add documentation
2012-08-02 Brian Demskymore hashtable fixes
2012-08-02 Brian Demskyfix some allocation/free bugs when we put non objects...
2012-08-02 Brian Demskyfix my todo comments so they appear in documentation
2012-08-02 Brian Demskyswitch everything over to our own hashtable
2012-08-02 Brian Demskyhashtable: make more flexible
2012-08-02 Brian DemskyAdd documentation
2012-08-02 Brian Norrisaction: fix ATOMIC_RMW comments
2012-08-02 Brian Demskyrmw example works
2012-08-02 Brian Demskytowards making rmw work...
2012-08-02 Brian Norrisaction: add stub ATOMIC_RMWR and ATOMIC_RMWC
2012-08-02 Brian Norristrivial - whitespace, debugging cleanup, etc.
2012-08-02 Brian Demskyremove libatomic
2012-08-02 Brian Norrisaction: switch from "libatomic" to C++-spec "memory_ord...
2012-08-02 Brian Norrispull in most of atomic header file
2012-08-02 Brian Demskydon't forget this file
2012-08-02 Brian Demskysplit these defs out of other stuff
2012-08-02 Brian Demskyswitch rest over to model checker... might work now
2012-08-02 Brian Demskyfix missing atomic...
2012-08-02 Brian Demskyrewrite macros
2012-08-02 Brian Demskyimport header file from specification
2012-08-02 Brian Norrisupdate TODO's
2012-08-02 Brian DemskyAdd RMW support to core.
2012-08-02 Brian Norrismodel: add documentation
2012-08-02 Brian Demskysmall changes (things still work) towards support RMW
2012-08-02 Brian Demskytrying to get fork based snapshotting to work
2012-07-31 Brian Demskytoss a place for useful information
2012-07-31 Brian Norrismodel: refactor "infeasible" printing
2012-07-31 Brian Demskyprint less stuff
2012-07-31 Brian Demskymodel: add support for modification orders
2012-07-31 Brian Norriscyclegraph: bugfix - graph reachability was reversed
2012-07-31 Brian Norriscyclegraph: add destructor, use 'const' appropriately
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 Norrisconfig: automatically determine BIT48
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-17 Brian Norrisaction: fix uint64_t printf warning
2012-07-16 Brian Demskyno need to store into the object field... this will...
2012-07-16 Brian Demskyreally should be using a type that is big enough for...
2012-07-13 Brian Demskythe initialized logic appears to be wrong... release...
2012-07-13 Brian Norrisdatarace: fixup, properly document BIT48
2012-07-13 Brian Norrismodel: remove unused #include
2012-07-13 Brian Norrislibthreads: thrd_join() always return 0
2012-07-13 Brian Norrismodel: add documentation
2012-07-13 Brian Norrismodel: fixup "initialized" check in build_reads_from_past()
2012-07-13 Brian Norrismodel: only include the most recent seq_cst write in...
2012-07-13 Brian Norrismodel: add ModelChecker::get_last_seq_cst()
2012-07-12 Brian Norrismodel: improve ModelChecker::get_last_conflict() search
2012-07-12 Brian Norrismodel: add per-object action lists (obj_map)
2012-07-12 Brian Norrisreformat some doxygen comments, remove newlines
2012-07-12 Brian Norrismodel: rearrange switch block, handle RMW
2012-07-12 Brian NorrisMerge branch 'master' into brian
2012-07-12 Brian Norrismodel: bugfix - resize thrd_last_action when adding...
2012-07-12 Brian Norrismodel: factor out 'tid' calculation
2012-07-11 Brian Norrismain: make function static
next