Adding the old tracker variable for debugging/testing purposes.
[jpf-core.git] / src / main / gov / nasa / jpf / listener / ConflictTracker.java
2020-03-25 rtrimanaMerge branch 'master' of ssh://plrg.eecs.uci.edu/home...
2020-03-24 Seyed Amir Hossein... Making analysis compatible with infra
2020-03-24 Seyed Amir Hossein... Making analysis compatible with new infrastructure
2020-03-23 rtrimanaCleaning up: Removing the full-blown graph traversal.
2020-03-19 rtrimanaAdding graph traversal to find cycles; adding debug...
2020-03-02 rtrimanaFixing a bug: merging the analysis part for locationMod...
2020-02-28 rtrimanaFix for a bug in finding the right integer values in...
2020-02-26 Brian DemskyCode to print graph to output so that dot can be used...
2020-02-19 Seyed Amir Hossein... Adding manual transactions to the conflict tracker
2020-02-13 Seyed Amir Hossein... JPF ready to run with old infrastructure
2019-12-17 Brian DemskyMake updates and not edges have manual property
2019-12-17 Brian DemskyClean up comments
2019-12-17 Brian DemskyRewrite of Conflict Tracker
2019-12-17 amirajA change in updateTheOutSet in conflict tracker analysis
2019-12-12 amirajA change in propagate method.
2019-12-12 amirajFixing a bug in Conflict Tracker + Make propagate metho...
2019-12-11 amirajMake a change in ConflictTracker analysis
2019-12-07 Seyed Amir Hossein... Compacting the methods
2019-12-06 Seyed Amir Hossein... A change in propagate the change method
2019-12-06 Seyed Amir Hossein... Make the analysis more efficient
2019-12-06 Seyed Amir Hossein... Fixing a small bug in Conflict Tracker
2019-12-05 Seyed Amir Hossein... Fixing bugs in Conflict Tracker
2019-12-05 Seyed Amir Hossein... Fixing a bug
2019-12-05 Seyed Amir Hossein... Fixing a bug in checkForConflict method in Conflict...
2019-12-05 Seyed Amir Hossein... Fixing a bug in manual_write-non_conflict + setSet...
2019-12-05 Seyed Amir Hossein... Fixing a bug in Conflict Tracker analysis
2019-12-04 rtrimanaMerge branch 'master' of ssh://plrg.eecs.uci.edu/home...
2019-12-04 amirajChange in Analysis
2019-12-04 amirajChange in conflict tracker!
2019-12-03 amirajChange in listener
2019-12-03 amirajChange in the Conflict Tracker analysis
2019-11-21 Seyed Amir Hossein... A minor change in ConflictTracker.java
2019-11-18 Seyed Amir Hossein... Minor bug fix in ConflictTracker.java
2019-11-18 Seyed Amir Hossein... Merge branch 'master' of ssh://plrg.eecs.uci.edu/home...
2019-11-18 Seyed Amir Hossein... Fixing a bug in ConflictTracker.java
2019-11-15 rtrimanaMerge branch 'master' of ssh://plrg.eecs.uci.edu/home...
2019-11-15 Seyed Amir Hossein... Minor changes in ConflictTracker
2019-11-14 Seyed Amir Hossein... Fix a bug in ConflictTracker
2019-11-14 amirajFix a bug in ConflictTracker.java
2019-11-12 rtrimanaMerge branch 'master' of ssh://plrg.eecs.uci.edu/home...
2019-11-07 amirajMerge branch 'master' of ssh://plrg.eecs.uci.edu/home...
2019-11-07 amirajMake some changes in ConflictTracker listener.
2019-11-05 rtrimanaMerge branch 'master' of ssh://plrg.eecs.uci.edu/home...
2019-10-24 amirajMerge branch 'master' of ssh://plrg.eecs.uci.edu/home...
2019-10-24 amirajModifying conflict tracker
2019-10-21 rtrimanaMerge branch 'master' of ssh://plrg.eecs.uci.edu/home...
2019-10-18 amirajFixing a bug in ConflictTracker.java
2019-10-18 rtrimanaDetecting location mode read/write using the old method.
2019-10-18 amirajFixing a bug in listener!
2019-10-17 amirajAdd the ConflictTracker to the main branch