projects
/
jpf-core.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fixing more bugs with the reachability analysis.
[jpf-core.git]
/
src
/
2020-04-15
rtrimana
Fixing more bugs with the reachability analysis.
tree
|
commitdiff
2020-04-15
rtrimana
Fixing more potential bugs for the reachability analysis.
tree
|
commitdiff
2020-04-15
rtrimana
Fixing a bug: separating the state tracking for cycle...
tree
|
commitdiff
2020-04-14
rtrimana
Adding reachability analysis when state matching occurs.
tree
|
commitdiff
2020-04-12
rtrimana
Adding a counter for number of conflicts.
tree
|
commitdiff
2020-04-11
rtrimana
Printing out the number of transitions.
tree
|
commitdiff
2020-04-10
rtrimana
Fixing a bug: misunderstood how the VOD graph is suppos...
tree
|
commitdiff
2020-04-09
rtrimana
Testing DPORStateReducer and ConflictTracker: JPF seems...
tree
|
commitdiff
2020-04-09
rtrimana
Fixing a bug: java LinkedList needs removeFirst(),...
tree
|
commitdiff
2020-04-09
rtrimana
Fixing a bug: VOD graph traversal should continue with...
tree
|
commitdiff
2020-04-09
rtrimana
Merge branch 'master' of ssh://plrg.eecs.uci.edu/home...
tree
|
commitdiff
2020-04-09
rtrimana
Fixing a bug: restorable state has to be saved when...
tree
|
commitdiff
2020-04-09
rtrimana
Optimization: Compare just the state and the fist event...
tree
|
commitdiff
2020-04-09
rtrimana
Changing approach: Using vm.restoreState() method to...
tree
|
commitdiff
2020-04-08
rtrimana
Committing a version that almost works: bug to fix...
tree
|
commitdiff
2020-04-07
rtrimana
First part of boolean flip seems to be clean; need...
tree
|
commitdiff
2020-04-07
rtrimana
Fixing a potential bug: we now store the event number...
tree
|
commitdiff
2020-04-06
rtrimana
Cleaning up and fixing bugs; new DPOR implementation...
tree
|
commitdiff
2020-04-04
rtrimana
Fixing a bug: we need to start choiceCounter from 1...
tree
|
commitdiff
2020-04-03
rtrimana
Reimplementing DPOR Phase 3: Architecting the subsequen...
tree
|
commitdiff
2020-04-02
rtrimana
Reimplementing DPOR Phase 2: VOD graph building and...
tree
|
commitdiff
2020-04-01
rtrimana
Reimplementing DPOR Phase 1: First trace execution...
tree
|
commitdiff
2020-04-01
rtrimana
Starting a new DPOR implementation.
tree
|
commitdiff
2020-04-01
rtrimana
Cleaning up and refactoring.
tree
|
commitdiff
2020-03-31
rtrimana
Fixing bugs: capturing object accesses (read/write...
tree
|
commitdiff
2020-03-27
rtrimana
Fixing a bug: off-by-one error in the executed trace...
tree
|
commitdiff
2020-03-27
rtrimana
Re-checking and cleaning up the code: most likely still...
tree
|
commitdiff
2020-03-26
rtrimana
Adding the old tracker variable for debugging/testing...
tree
|
commitdiff
2020-03-26
rtrimana
Fixing bugs and cleaning up: Continuing sub-graph execu...
tree
|
commitdiff
2020-03-25
rtrimana
Merge branch 'master' of ssh://plrg.eecs.uci.edu/home...
tree
|
commitdiff
2020-03-25
rtrimana
Fixing bugs and cleaning up: making sure that the execu...
tree
|
commitdiff
2020-03-24
Seyed Amir Hossein...
Making analysis compatible with infra
tree
|
commitdiff
2020-03-24
Seyed Amir Hossein...
Making analysis compatible with new infrastructure
tree
|
commitdiff
2020-03-23
rtrimana
Cleaning up: Removing the full-blown graph traversal.
tree
|
commitdiff
2020-03-23
rtrimana
Cleaning up, fixing bugs---commented out full-blown...
tree
|
commitdiff
2020-03-21
rtrimana
Refactoring; Finding cycles without traversing the...
tree
|
commitdiff
2020-03-20
rtrimana
Fixing bugs: moving VOD-graph building into the CGAdvan...
tree
|
commitdiff
2020-03-19
rtrimana
Adding graph traversal to find cycles; adding debug...
tree
|
commitdiff
2020-03-16
rtrimana
Some fixes for the DPOR state-reducer.
tree
|
commitdiff
2020-03-02
rtrimana
Fixing a bug: merging the analysis part for locationMod...
tree
|
commitdiff
2020-02-28
rtrimana
Fix for a bug in finding the right integer values in...
tree
|
commitdiff
2020-02-26
Brian Demsky
Code to print graph to output so that dot can be used...
tree
|
commitdiff
2020-02-19
Seyed Amir Hossein...
Adding manual transactions to the conflict tracker
tree
|
commitdiff
2020-02-15
rtrimana
Slight changes for safeguard.
tree
|
commitdiff
2020-02-14
rtrimana
Fixing an out of bound bug.
tree
|
commitdiff
2020-02-13
Seyed Amir Hossein...
JPF ready to run with old infrastructure
tree
|
commitdiff
2020-02-10
rtrimana
Adding a prevChoiceValue class property to store the...
tree
|
commitdiff
2020-02-07
rtrimana
Attempting state-based DPOR implementation from the...
tree
|
commitdiff
2020-01-30
rtrimana
Adding the first implementation of visible operation...
tree
|
commitdiff
2019-12-17
Brian Demsky
Make updates and not edges have manual property
tree
|
commitdiff
2019-12-17
Brian Demsky
Clean up comments
tree
|
commitdiff
2019-12-17
Brian Demsky
Rewrite of Conflict Tracker
tree
|
commitdiff
2019-12-17
amiraj
A change in updateTheOutSet in conflict tracker analysis
tree
|
commitdiff
2019-12-12
amiraj
A change in propagate method.
tree
|
commitdiff
2019-12-12
amiraj
Fixing a bug in Conflict Tracker + Make propagate metho...
tree
|
commitdiff
2019-12-11
amiraj
Make a change in ConflictTracker analysis
tree
|
commitdiff
2019-12-07
Seyed Amir Hossein...
Compacting the methods
tree
|
commitdiff
2019-12-06
Seyed Amir Hossein...
A change in propagate the change method
tree
|
commitdiff
2019-12-06
Seyed Amir Hossein...
Make the analysis more efficient
tree
|
commitdiff
2019-12-06
Seyed Amir Hossein...
Fixing a small bug in Conflict Tracker
tree
|
commitdiff
2019-12-05
Seyed Amir Hossein...
Fixing bugs in Conflict Tracker
tree
|
commitdiff
2019-12-05
Seyed Amir Hossein...
Fixing a bug
tree
|
commitdiff
2019-12-05
Seyed Amir Hossein...
Fixing a bug in checkForConflict method in Conflict...
tree
|
commitdiff
2019-12-05
Seyed Amir Hossein...
Fixing a bug in manual_write-non_conflict + setSet...
tree
|
commitdiff
2019-12-05
Seyed Amir Hossein...
Fixing a bug in Conflict Tracker analysis
tree
|
commitdiff
2019-12-04
rtrimana
Merge branch 'master' of ssh://plrg.eecs.uci.edu/home...
tree
|
commitdiff
2019-12-04
rtrimana
Fixing bug: completing missing/unexplored event combina...
tree
|
commitdiff
2019-12-04
amiraj
Change in Analysis
tree
|
commitdiff
2019-12-04
amiraj
Change in conflict tracker!
tree
|
commitdiff
2019-12-03
amiraj
Change in listener
tree
|
commitdiff
2019-12-03
amiraj
Change in the Conflict Tracker analysis
tree
|
commitdiff
2019-11-21
Seyed Amir Hossein...
A minor change in ConflictTracker.java
tree
|
commitdiff
2019-11-18
Seyed Amir Hossein...
Minor bug fix in ConflictTracker.java
tree
|
commitdiff
2019-11-18
Seyed Amir Hossein...
Merge branch 'master' of ssh://plrg.eecs.uci.edu/home...
tree
|
commitdiff
2019-11-18
Seyed Amir Hossein...
Fixing a bug in ConflictTracker.java
tree
|
commitdiff
2019-11-18
rtrimana
Code refactoring for sleep set and persistent set analyses.
tree
|
commitdiff
2019-11-15
rtrimana
Merge branch 'master' of ssh://plrg.eecs.uci.edu/home...
tree
|
commitdiff
2019-11-15
rtrimana
Implementing the sleep-set technique for the previous...
tree
|
commitdiff
2019-11-15
Seyed Amir Hossein...
Minor changes in ConflictTracker
tree
|
commitdiff
2019-11-14
Seyed Amir Hossein...
Fix a bug in ConflictTracker
tree
|
commitdiff
2019-11-14
amiraj
Fix a bug in ConflictTracker.java
tree
|
commitdiff
2019-11-12
rtrimana
Merge branch 'master' of ssh://plrg.eecs.uci.edu/home...
tree
|
commitdiff
2019-11-12
rtrimana
Checking in (1) StateReducer, and (2) StateReducerEffic...
tree
|
commitdiff
2019-11-07
amiraj
Merge branch 'master' of ssh://plrg.eecs.uci.edu/home...
tree
|
commitdiff
2019-11-07
amiraj
Make some changes in ConflictTracker listener.
tree
|
commitdiff
2019-11-06
rtrimana
Fixing a bug: wrong CGs were reset when recursing into...
tree
|
commitdiff
2019-11-05
rtrimana
Merge branch 'master' of ssh://plrg.eecs.uci.edu/home...
tree
|
commitdiff
2019-11-05
rtrimana
Completing POR implementation with complete recursions.
tree
|
commitdiff
2019-10-24
amiraj
Merge branch 'master' of ssh://plrg.eecs.uci.edu/home...
tree
|
commitdiff
2019-10-24
amiraj
Modifying conflict tracker
tree
|
commitdiff
2019-10-23
rtrimana
Further excluding infrastructure/library field accesses.
tree
|
commitdiff
2019-10-22
rtrimana
Fixing issues: counter bugs, object ID comparison,...
tree
|
commitdiff
2019-10-21
rtrimana
Merge branch 'master' of ssh://plrg.eecs.uci.edu/home...
tree
|
commitdiff
2019-10-21
rtrimana
Adding more restrictions in conflict analysis: not...
tree
|
commitdiff
2019-10-18
amiraj
Fixing a bug in ConflictTracker.java
tree
|
commitdiff
2019-10-18
rtrimana
Detecting location mode read/write using the old method.
tree
|
commitdiff
2019-10-18
amiraj
Fixing a bug in listener!
tree
|
commitdiff
2019-10-17
amiraj
Add the ConflictTracker to the main branch
tree
|
commitdiff
2019-10-16
rtrimana
More subtle changes to config file and state reducer...
tree
|
commitdiff
2019-10-16
rtrimana
Fixing a few bugs. Still need to check for the backtrac...
tree
|
commitdiff
next