jpf-core.git
2020-06-22 rtrimanaCommenting out a line that causes a lot of loops; let...
2020-06-19 rtrimanaBug fix: when state is not found in rGraph, that means...
2020-06-19 rtrimanaA few hacks to make the list circular: this lets the...
2020-06-17 rtrimanaExplored trace needs to be constructed and modified...
2020-06-17 rtrimanaRenaming a variable.
2020-06-17 rtrimanaFixing a bug in isConflict method.
2020-06-13 rtrimanaMaking field exclusion checks more efficient.
2020-06-10 rtrimanaCommitting main.jpf.
2020-06-10 rtrimanaFurther cleaning up (naming, comments, etc.).
2020-06-09 rtrimanaAdding happens-before push back.
2020-06-09 rtrimanaCleaning up.
2020-06-05 rtrimanaNew algorithm implementation; without pushing forward...
2020-05-21 rtrimanaAdding different main.jpf files for different detections.
2020-05-21 rtrimanaEditing main.jpf
2020-05-21 rtrimanaAdding a script to set the environment variables for...
2020-05-19 rtrimanaFixing a bug: need to get the right choice/event number...
2020-05-15 rtrimanaTested updating backtrack sets in the reachability...
2020-05-15 rtrimanaTested backtrack in a cycle (local).
2020-05-14 rtrimanaAdjusting support methods for reachability analysis...
2020-05-14 rtrimanaModifying the algorithm: 1) Find the first conflict...
2020-05-07 rtrimanaFixing a bug: completing reachability graph with missin...
2020-05-02 rtrimanaFixing bugs: state to reachability graph map has to...
2020-05-01 rtrimanaAdding reachability graph for past executions.
2020-04-20 rtrimanaAdditional logging feature.
2020-04-16 rtrimanaFixing a bug: mapping state to event has to be done...
2020-04-15 rtrimanaFixing more bugs with the reachability analysis.
2020-04-15 rtrimanaFixing more potential bugs for the reachability analysis.
2020-04-15 rtrimanaFixing a bug: separating the state tracking for cycle...
2020-04-14 rtrimanaAdding reachability analysis when state matching occurs.
2020-04-13 rtrimanaModifying main.jpf
2020-04-12 rtrimanaAdding a counter for number of conflicts.
2020-04-11 rtrimanaPrinting out the number of transitions.
2020-04-10 rtrimanaFixing a bug: misunderstood how the VOD graph is suppos...
2020-04-09 rtrimanaTesting DPORStateReducer and ConflictTracker: JPF seems...
2020-04-09 rtrimanaFixing a bug: java LinkedList needs removeFirst(),...
2020-04-09 rtrimanaFixing a bug: VOD graph traversal should continue with...
2020-04-09 rtrimanaMerge branch 'master' of ssh://plrg.eecs.uci.edu/home...
2020-04-09 rtrimanaFixing a bug: restorable state has to be saved when...
2020-04-09 rtrimanaOptimization: Compare just the state and the fist event...
2020-04-09 rtrimanaChanging approach: Using vm.restoreState() method to...
2020-04-08 rtrimanaCommitting a version that almost works: bug to fix...
2020-04-07 rtrimanaFirst part of boolean flip seems to be clean; need...
2020-04-07 rtrimanaFixing a potential bug: we now store the event number...
2020-04-06 rtrimanaCleaning up and fixing bugs; new DPOR implementation...
2020-04-04 rtrimanaFixing a bug: we need to start choiceCounter from 1...
2020-04-03 rtrimanaReimplementing DPOR Phase 3: Architecting the subsequen...
2020-04-02 rtrimanaReimplementing DPOR Phase 2: VOD graph building and...
2020-04-01 rtrimanaReimplementing DPOR Phase 1: First trace execution...
2020-04-01 rtrimanaStarting a new DPOR implementation.
2020-04-01 rtrimanaCleaning up and refactoring.
2020-03-31 rtrimanaFixing bugs: capturing object accesses (read/write...
2020-03-27 rtrimanaFixing a bug: off-by-one error in the executed trace...
2020-03-27 rtrimanaRe-checking and cleaning up the code: most likely still...
2020-03-26 rtrimanaAdding the old tracker variable for debugging/testing...
2020-03-26 rtrimanaFixing bugs and cleaning up: Continuing sub-graph execu...
2020-03-25 rtrimanaMerge branch 'master' of ssh://plrg.eecs.uci.edu/home...
2020-03-25 rtrimanaFixing bugs and cleaning up: making sure that the execu...
2020-03-24 Seyed Amir... Making analysis compatible with infra
2020-03-24 Seyed Amir... Making analysis compatible with new infrastructure
2020-03-23 rtrimanaCleaning up: Removing the full-blown graph traversal.
2020-03-23 rtrimanaCleaning up, fixing bugs---commented out full-blown...
2020-03-21 rtrimanaRefactoring; Finding cycles without traversing the...
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-28 rtrimanaAdding attributes for dimmers.
2020-02-26 Brian DemskyCode to print graph to output so that dot can be used...
2020-02-19 Seyed Amir... 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... 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... Compacting the methods
2019-12-06 Seyed Amir... A change in propagate the change method
2019-12-06 Seyed Amir... Make the analysis more efficient
2019-12-06 Seyed Amir... Fixing a small bug in Conflict Tracker
2019-12-05 Seyed Amir... Fixing bugs in Conflict Tracker
2019-12-05 Seyed Amir... Fixing a bug
2019-12-05 Seyed Amir... Fixing a bug in checkForConflict method in Conflict...
2019-12-05 Seyed Amir... Fixing a bug in manual_write-non_conflict + setSet...
2019-12-05 Seyed Amir... 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... A minor change in ConflictTracker.java
2019-11-18 Seyed Amir... Minor bug fix in ConflictTracker.java
next