Fixing bugs: moving VOD-graph building into the CGAdvanced method to have the most...
[jpf-core.git] / src /
2020-03-20 rtrimanaFixing bugs: moving VOD-graph building into the CGAdvan...
2020-03-19 rtrimanaAdding graph traversal to find cycles; adding debug...
2020-03-16 rtrimanaSome fixes for the DPOR state-reducer.
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-15 rtrimanaSlight changes for safeguard.
2020-02-14 rtrimanaFixing an out of bound bug.
2020-02-13 Seyed Amir Hossein... JPF ready to run with old infrastructure
2020-02-10 rtrimanaAdding a prevChoiceValue class property to store the...
2020-02-07 rtrimanaAttempting state-based DPOR implementation from the...
2020-01-30 rtrimanaAdding the first implementation of visible operation...
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 rtrimanaFixing bug: completing missing/unexplored event combina...
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-18 rtrimanaCode refactoring for sleep set and persistent set analyses.
2019-11-15 rtrimanaMerge branch 'master' of ssh://plrg.eecs.uci.edu/home...
2019-11-15 rtrimanaImplementing the sleep-set technique for the previous...
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-12 rtrimanaChecking in (1) StateReducer, and (2) StateReducerEffic...
2019-11-07 amirajMerge branch 'master' of ssh://plrg.eecs.uci.edu/home...
2019-11-07 amirajMake some changes in ConflictTracker listener.
2019-11-06 rtrimanaFixing a bug: wrong CGs were reset when recursing into...
2019-11-05 rtrimanaMerge branch 'master' of ssh://plrg.eecs.uci.edu/home...
2019-11-05 rtrimanaCompleting POR implementation with complete recursions.
2019-10-24 amirajMerge branch 'master' of ssh://plrg.eecs.uci.edu/home...
2019-10-24 amirajModifying conflict tracker
2019-10-23 rtrimanaFurther excluding infrastructure/library field accesses.
2019-10-22 rtrimanaFixing issues: counter bugs, object ID comparison,...
2019-10-21 rtrimanaMerge branch 'master' of ssh://plrg.eecs.uci.edu/home...
2019-10-21 rtrimanaAdding more restrictions in conflict analysis: not...
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
2019-10-16 rtrimanaMore subtle changes to config file and state reducer...
2019-10-16 rtrimanaFixing a few bugs. Still need to check for the backtrac...
2019-10-15 rtrimanaFirst version of POR; need to double check the backtrac...
2019-09-27 rtrimanaAdding more state reduction analysis.
2019-09-26 rtrimanaFixing a typo in option name.
2019-09-25 rtrimanaUpdating main.jpf; Cleaning up the StateReducer.
2019-09-25 rtrimanaFirst version of the StateReducer class.
2019-08-08 rtrimanaChecking for null value before storing the first write.
2019-08-07 rtrimanaAdding a null value filter in the tracker; Adding a...
2019-08-06 bdemskyMore state reduction
2019-08-06 bdemskyMerge branch 'master' of ssh://plrg.eecs.uci.edu/home...
2019-08-06 bdemskySmall improvment in state reduction
2019-08-03 bdemskyMerge branch 'master' of ssh://plrg.eecs.uci.edu/home...
2019-08-03 bdemskyedits
2019-08-02 rtrimanaAdding a condition to not check for timeout when it...
2019-08-02 rtrimanaMerge branch 'master' of ssh://plrg.eecs.uci.edu/home...
2019-08-02 bdemskySmartThings specific support to reduce state space
2019-08-02 bdemskyMerge branch 'master' of ssh://plrg.eecs.uci.edu/home...
2019-08-02 bdemskySmartThings support
2019-08-02 rtrimanaMaking sure that the timeout feature exits gracefully.
2019-08-02 rtrimanaAdding a timeout feature.
2019-08-01 bdemskyAdd constanttime class
2019-07-31 rtrimanaFixing a bug in the tracker.
2019-07-19 rtrimanaAdding location.mode variable conflict tracker.
2019-07-18 rtrimanaMiscellaneous cleanups.
2019-07-16 rtrimanaFixing a bug in ClassLoader.defineClass(); basically...
2019-07-16 rtrimanaAdding a variable conflict tracker/listener; this is...
2019-07-08 rtrimanaFixing JPF for methodMissing() method in Groovy: 1...
2019-07-05 rtrimanaMoving recursive lookup for defineClass0 just in the...
2019-07-03 rtrimanaFixing another bug: The java.lang.StringBuilder.append...
2019-07-03 rtrimanaFixing a bug: Map's parameterized type signature with...
2019-07-01 rtrimanaFixing a subtle bug: the method isParameterWithType...
2019-06-29 Rahmadi TrimanandaMerge branch 'master' of ssh://plrg.eecs.uci.edu/home...
2019-06-29 Rahmadi TrimanandaFixing a new bug: Considering parameters with Type...
2019-06-28 rtrimanaFinalizing the beta version of the implementation for...
2019-06-28 Rahmadi TrimanandaAdding recursive call to the getResolvedClassInfo(...
2019-06-27 rtrimanaFixing the ClassLoader.defineClass() method issue that...
2019-06-26 rtrimanaAdding MagicAccessorImpl class for GroovyMagic.
next