Fixing a bug: completing reachability graph with missing past traces.
[jpf-core.git] / src / main / gov / nasa / jpf / listener / DPORStateReducer.java
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-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.