projects
/
cdsspec-compiler.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
cdsspec-compiler.git
2012-07-10
Brian Demsky
hook up the race detector...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
Brian Norris
Merge branch 'datarace'
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
Brian Norris
datarace: fix build error
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
Brian Demsky
changes
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
Brian Norris
document some enumerated types
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
Brian Norris
model: detect uninitialized atomic reads
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
Brian Norris
nodestack: add print_may_read_from()
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
Brian Norris
model: improve build_reads_from_past() comment
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
Brian Norris
action: use constructor initializer list
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
Brian Norris
action: support ATOMIC_INIT
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
Brian Norris
threads: add per-thread "return" values for 'model...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-07
Brian Norris
nodestack: build 'may_read_from' out of constant ModelA...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-06
Brian Norris
nodestack: action_set_t: replace STL 'set' with 'list'
commit
|
commitdiff
|
tree
|
snapshot
2012-07-06
Brian Norris
trivial changes
commit
|
commitdiff
|
tree
|
snapshot
2012-07-06
Brian Norris
add more const qualifiers
commit
|
commitdiff
|
tree
|
snapshot
2012-07-06
Brian Norris
model: make set_current_action() private
commit
|
commitdiff
|
tree
|
snapshot
2012-07-06
Brian Norris
datarace: factor subtle clock-vector logic into a reusa...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-06
Brian Norris
datarace: remove EOL spaces
commit
|
commitdiff
|
tree
|
snapshot
2012-07-06
Brian Norris
datarace/clockvector: switch 'clocks' to use 'unsigned...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-06
Brian Norris
clock: add modelclock_t typedef, use 'unsigned int'
commit
|
commitdiff
|
tree
|
snapshot
2012-07-06
Brian Demsky
add forgetten file
commit
|
commitdiff
|
tree
|
snapshot
2012-07-06
Brian Demsky
add support for datarace detection...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-03
Brian Demsky
Merge branch 'master' of ssh://demsky.eecs.uci.edu...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-03
Brian Norris
Merge branch 'brian'
commit
|
commitdiff
|
tree
|
snapshot
2012-07-03
Subramanian...
Adding relevant comments for fork based implementation.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-03
Brian Norris
Makefile: compile *.cc separately
commit
|
commitdiff
|
tree
|
snapshot
2012-07-03
Brian Norris
nodestack: revert may_read_from to a normal member...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-03
Brian Norris
action: add {get,set}_value(), assign default value
commit
|
commitdiff
|
tree
|
snapshot
2012-06-25
Brian Norris
add documentation
commit
|
commitdiff
|
tree
|
snapshot
2012-06-25
Brian Norris
nodestack: only create may_read_from sets for read...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-25
Brian Norris
nodestack: re-associate ModelAction/Node relationship
commit
|
commitdiff
|
tree
|
snapshot
2012-06-25
Brian Norris
nodestack: add Node::get_parent() function
commit
|
commitdiff
|
tree
|
snapshot
2012-06-21
Brian Norris
model: make print_list() into a static C function
commit
|
commitdiff
|
tree
|
snapshot
2012-06-21
Subramanian...
Adding relevant comments for fork based implementation.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-21
Subramanian...
Merge branch 'master' of ssh://demsky.eecs.uci.edu...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-21
Brian Norris
model: make comment more accurate
commit
|
commitdiff
|
tree
|
snapshot
2012-06-21
Brian Norris
action: add const qualifier
commit
|
commitdiff
|
tree
|
snapshot
2012-06-21
Brian Norris
clockvector: add const qualifiers
commit
|
commitdiff
|
tree
|
snapshot
2012-06-21
Brian Norris
clockvector: add documentation
commit
|
commitdiff
|
tree
|
snapshot
2012-06-21
Brian Norris
Merge branch 'sandbox' (remove finalize())
commit
|
commitdiff
|
tree
|
snapshot
2012-06-21
Brian Norris
snapshot: switch back to mprotect-based snapshotting
commit
|
commitdiff
|
tree
|
snapshot
2012-06-21
Brian Norris
model: build up 'may_read_from' set
commit
|
commitdiff
|
tree
|
snapshot
2012-06-21
Brian Norris
model: add build_reads_from_past() function
commit
|
commitdiff
|
tree
|
snapshot
2012-06-21
Brian Norris
action: add happens_before() function
commit
|
commitdiff
|
tree
|
snapshot
2012-06-21
Brian Norris
clockvector: fix 'happens_before', change name to ...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-21
Brian Norris
action: add 'get_cv()' accessor function
commit
|
commitdiff
|
tree
|
snapshot
2012-06-21
Brian Norris
nodestack: add 'may_read_from' set
commit
|
commitdiff
|
tree
|
snapshot
2012-06-19
Brian Norris
nodestack: don't perform linear search to check if...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-19
Brian Norris
action: add const qualifiers
commit
|
commitdiff
|
tree
|
snapshot
2012-06-19
Brian Norris
action: replace condition check with ASSERT()
commit
|
commitdiff
|
tree
|
snapshot
2012-06-19
Brian Norris
nodestack/model: refactor explore_action(), change...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-19
Brian Norris
nodestack: more documentation
commit
|
commitdiff
|
tree
|
snapshot
2012-06-19
Brian Norris
cyclegraph: make this compile...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-18
Brian Demsky
Merge branch 'master' of ssh://demsky.eecs.uci.edu...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-18
Brian Demsky
builds
commit
|
commitdiff
|
tree
|
snapshot
2012-06-17
Brian Demsky
add hashtable
commit
|
commitdiff
|
tree
|
snapshot
2012-06-15
Brian Norris
Doxyfile: exclude malloc.c
commit
|
commitdiff
|
tree
|
snapshot
2012-06-15
Brian Demsky
Merge branch 'master' of ssh://demsky.eecs.uci.edu...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-15
Brian Norris
fixup some doc wording
commit
|
commitdiff
|
tree
|
snapshot
2012-06-15
Brian Norris
add more documentation
commit
|
commitdiff
|
tree
|
snapshot
2012-06-15
Brian Demsky
subramanian lied when he said he fixed these...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-15
Brian Norris
Makefile: force `make docs' to depend on all source...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-14
Subramanian...
(snapshot) removing mbFinalize and usage of finalize
commit
|
commitdiff
|
tree
|
snapshot
2012-06-14
Brian Norris
snapshot: refactor the fork-based stack initialization
commit
|
commitdiff
|
tree
|
snapshot
2012-06-14
Brian Norris
snapshot: remove unused 'uc_link' context
commit
|
commitdiff
|
tree
|
snapshot
2012-06-14
Brian Norris
snapshotimp: reindent file
commit
|
commitdiff
|
tree
|
snapshot
2012-06-14
Brian Norris
snapshot: don't put entire if (...) on one line
commit
|
commitdiff
|
tree
|
snapshot
2012-06-14
Brian Norris
snapshot: define macros with type size_t
commit
|
commitdiff
|
tree
|
snapshot
2012-06-14
Brian Norris
snapshot: use (void *) instead of (char *)
commit
|
commitdiff
|
tree
|
snapshot
2012-06-14
Brian Norris
snapshot: rearrange #if a little
commit
|
commitdiff
|
tree
|
snapshot
2012-06-14
Brian Norris
snapshot: remove extra blank lines
commit
|
commitdiff
|
tree
|
snapshot
2012-06-14
Brian Norris
snapshot: make other file-scope functions static
commit
|
commitdiff
|
tree
|
snapshot
2012-06-14
Brian Norris
snapshot: don't export page-aligning functions
commit
|
commitdiff
|
tree
|
snapshot
2012-06-14
Brian Norris
rename struct Snapshot_t => struct Snapshot
commit
|
commitdiff
|
tree
|
snapshot
2012-06-14
Brian Norris
snapshot: don't declare sTheRecord in both #if and...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-14
Brian Norris
snapshot: remove 'extern "C"' block
commit
|
commitdiff
|
tree
|
snapshot
2012-06-14
Brian Norris
snapshot-interface: don't export SnapshotGlobalSegments()
commit
|
commitdiff
|
tree
|
snapshot
2012-06-14
Brian Norris
snapshot: replace DumpIntoLog() with lighter-weight...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-14
Brian Norris
snapshot: move comments to the right place
commit
|
commitdiff
|
tree
|
snapshot
2012-06-14
Subramanian...
Removing comment asking to fix fork(), has been fixed now
commit
|
commitdiff
|
tree
|
snapshot
2012-06-14
Subramanian...
fixing calloc(), fix Makefile
commit
|
commitdiff
|
tree
|
snapshot
2012-06-07
Brian Norris
libatomic: perform write before context switch
commit
|
commitdiff
|
tree
|
snapshot
2012-06-06
Brian Norris
.gitignore: ignore docs directory
commit
|
commitdiff
|
tree
|
snapshot
2012-06-06
Brian Norris
action: fix some comments
commit
|
commitdiff
|
tree
|
snapshot
2012-06-06
Brian Norris
Makefile: have `mrclean' depend on `clean'
commit
|
commitdiff
|
tree
|
snapshot
2012-06-06
Brian Demsky
more comments
commit
|
commitdiff
|
tree
|
snapshot
2012-06-06
Brian Demsky
more doc changes
commit
|
commitdiff
|
tree
|
snapshot
2012-06-06
Brian Demsky
more documentation
commit
|
commitdiff
|
tree
|
snapshot
2012-06-06
Brian Demsky
1) Add more comments.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-06
Brian Demsky
more documentation
commit
|
commitdiff
|
tree
|
snapshot
2012-06-06
Brian Demsky
more docs
commit
|
commitdiff
|
tree
|
snapshot
2012-06-06
Brian Demsky
add support for docs
commit
|
commitdiff
|
tree
|
snapshot
2012-06-05
Brian Norris
snapshot: zero out entire siginfo_t
commit
|
commitdiff
|
tree
|
snapshot
2012-06-04
Brian Demsky
Changes needed to run on OS X... Example runs on my...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-04
Brian Demsky
hack some stuff towards running on mac... unrelated...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-31
Brian Norris
snapshot: remove duplicate definition of finalize()
commit
|
commitdiff
|
tree
|
snapshot
2012-05-31
Brian Norris
use EXIT_SUCCESS and EXIT_FAILURE
commit
|
commitdiff
|
tree
|
snapshot
2012-05-31
Brian Norris
userprog: use atomics allocated on "heap"
commit
|
commitdiff
|
tree
|
snapshot
2012-05-31
Subramanian...
Adding fixes for the fork based implementation, also...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-30
Subramanian...
Merge branch 'master' of ssh://demsky.eecs.uci.edu...
commit
|
commitdiff
|
tree
|
snapshot
next