Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : remove stack from regions added in snapshot
[simgrid.git] / src / mc /
2011-11-30 Marion Guthmullermodel-checker : remove stack from regions added in...
2011-11-28 Marion Guthmullermodel-checker : comparison of heap between two snapshot...
2011-11-28 Marion Guthmullermodel-checker : remove test useless before free(line)
2011-11-22 Marion Guthmullermodel-checker : close file /proc/self/maps at the end...
2011-11-22 Marion Guthmullermerge conflicts
2011-11-22 Marion Guthmullermodel-checker : add snapshot of stack memory region...
2011-11-17 Marion Guthmullermodel-checker : detection of pair already visited with...
2011-11-17 Marion Guthmullermodel-checker : stop exploration if there isn't evoluti...
2011-11-15 Marion Guthmullermodel-checker : free memory at the end of stateless...
2011-11-15 Marion Guthmullermodel-checker : detection of acceptance cycle when...
2011-11-14 Marion Guthmullermodel-checker : add region (data of program) in snapshot
2011-11-14 Marion Guthmullermodel-checker : add name of program in arguments of...
2011-11-14 Arnaud GierschUse xbt_XXX_is_empty() instead of testing xbt_XXX_lengt...
2011-11-10 Marion Guthmullermodel-checker : MC_replay_liveness function extended...
2011-11-09 Arnaud GierschKill "if" before free, and useless cast of free argument.
2011-11-09 Marion Guthmullermodel-checker : new version of stateless double dfs...
2011-11-09 Marion Guthmullermodel-checker : add number of requests executed for...
2011-11-09 Marion Guthmullermodel-checker : pair without request executed not repla...
2011-11-07 Marion Guthmullermodel-checker : add new MAX_DEPTH_LIVENESS with verific...
2011-11-04 Marion Guthmullermodel-checker : last version (incorrect) of double...
2011-11-03 Marion Guthmullermodel-checker : more condition (state with processes...
2011-11-02 Marion Guthmullermodel-checker : change variable successors (local-...
2011-11-02 Marion Guthmullermodel-checker : memory leaks fixed in dfs algorithm...
2011-10-25 Marion Guthmullermodel-checker : function to compare values of propositi...
2011-10-25 Marion Guthmullermodel-checker : remove unused variables
2011-10-25 Marion Guthmullermodel-checker : function to compare propositional symbo...
2011-10-25 Marion Guthmullermodel-checker : change printf for size_t variables
2011-10-25 Marion Guthmullermodel-checker : test data in libsimgrid memory region...
2011-10-25 Marion Guthmullermodel-checker : add type in s_mc_mem_region (0=std_heap...
2011-10-25 Marion Guthmullermodel-checker : nettoyage du code
2011-10-25 Marion Guthmullermodel-checker : new comparison for reached pairs (autom...
2011-10-25 Marion Guthmullermodel-checker : new comparison of pair reached (automat...
2011-10-25 Marion Guthmullermodel-checker : delete visited in struct xbt_state_t...
2011-10-25 Marion Guthmullermodel-checker : delete struct reached_pair_stateless...
2011-10-25 Marion Guthmullermodel-checker : delete num in struct mc_pair_t
2011-10-25 Marion Guthmullermodel-checker : empty pair for stateless ddfs fixed
2011-10-25 Marion Guthmullermodel-checker : ddfs stateless and stateful fixed
2011-10-25 Marion Guthmullermodel-checker : update ddfs stateful model checking...
2011-10-25 Marion Guthmullermodel-checker : new structure reached_pair_stateless...
2011-10-25 Marion Guthmullermodel-checker : stateless model checking for liveness...
2011-10-25 Marion Guthmullermodel-checker : separate informations for safety statef...
2011-10-25 Marion Guthmullermodel-checker : new example bugged1 for stateful dpor
2011-10-25 Marion Guthmullermodel-checker : one more condition before interleaving...
2011-10-25 Marion Guthmullermodel-checker : add condition of invisibility to reduce...
2011-10-25 Marion Guthmullermodel-checker : new structure mc_pair_prop_t and backup...
2011-10-25 Marion Guthmullermodel-checker : DPOR (independant transitions) algorith...
2011-10-25 Marion Guthmullermodel-checker : separate dfs and dpor algorithms with...
2011-10-25 Marion Guthmullermodel-checker : 128bits->160bits for hash of visited...
2011-10-25 Marion Guthmullermodel-checker : restore interleaved process when restor...
2011-10-25 Marion Guthmullermodel-checker : dfs with good restore snapshot
2011-10-25 Marion Guthmullermodel-checker : correction of dfs algorithm for livenes...
2011-10-25 Marion Guthmullermodel-checker : test dpor without replay from initial...
2011-10-25 Marion Guthmullermodel-checker : rename file mc_dfs -> mc_liveness
2011-10-25 Marion GuthmullerMC LTL : last version dfs algorithm before reduction
2011-10-25 Marion GuthmullerMC LTL : add statistics
2011-10-25 Marion Guthmullermodel checker : dfs algorithm corrected
2011-10-25 Marion Guthmullermodel-check : show stack when property not valid
2011-10-25 Marion Guthmullermodel-check : dump stack for acceptance cycle
2011-10-25 Marion Guthmullermodel-check : show stack for acceptance cycle
2011-10-25 Marion Guthmullermodel check : acceptance cycle detection with automaton...
2011-10-25 Marion Guthmullerdétection de cycle d'acceptation ok mais boucle infinie...
2011-10-25 Marion Guthmullercorrection compile warnings
2011-10-25 Marion Guthmullernew dfs algorithm with automaton of LTL formula
2011-10-20 Martin Quinsonmerge branches
2011-05-18 Arnaud Giersch[mc] Don't define variable "raw_heap_fd" twice.
2011-05-10 Arnaud GierschDefine and use a function to run the processes to run.
2011-05-09 Arnaud GierschChange the handling of SIMIX requests in model checker...
2011-04-20 Christophe ThiéryMC: make the output independent of the type of processo...
2011-04-19 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-04-19 Martin Quinsonfix MC in 32bit [Marion, still learning git -- shame...
2011-04-08 Pierre-Nicolas ClaussMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-08 NavarropMerge commit '521daa8271ac2778d8b2944be25daae65d3540a1...
2011-04-07 Christophe ThiéryMC: perform actual model-checking in tesh tests
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 agierschReplace, when possible, calls to bprintf() by calls...
2011-03-21 thieryFix a comparison between different enums
2011-02-17 agierschUse new style logging macros.
2011-02-15 cristianrosaAlways show the MC statistics on exit.
2011-02-15 cristianrosaIf --cfg=model-check:2 was passed, use a DFS exploration.
2011-02-04 schnorrmodel-check output more parsable
2011-01-26 cristianrosaBugfix: return testany requests' result when they succe...
2011-01-26 cristianrosaDebug generation clean-ups.
2011-01-26 cristianrosaBugfix: the dependence relation between isend/irecv...
2011-01-26 cristianrosaImprove independence detection and request pretty printing.
2011-01-26 cristianrosaImprove the show stack function. (Now it prints the...
2011-01-20 cristianrosaAdd a clock per process when running in MC mode.
2011-01-20 cristianrosaLet the model-checker decide if the wait transitions...
2011-01-20 cristianrosaCode refactor: move the functions associated to the...
2011-01-20 cristianrosaImprove debug information for waitany and testany requests.
2011-01-20 cristianrosaBugfix: do not compare comm actions to decide if they...
2011-01-20 cristianrosaBugfix: correctly set the process to MC_DONE once the...
2011-01-20 cristianrosaBugfix: every state should also save a copy of the...
2011-01-20 cristianrosaTranslate the executed TestAny and WaitAny requests...
2011-01-20 cristianrosaBugfix: save only the state of the heap and libsimgrid.
2011-01-20 cristianrosaBugfix: do not assume that request of different type...
2011-01-07 cristianrosaSmall bugfixes to stabilize the MC
2011-01-05 cristianrosaAdd suport for TestAny and WaitAny requests to the...
2011-01-05 cristianrosaRework state's implementation to better support waitany...
2011-01-05 cristianrosaReplace the setsets in the MC's states by malloced...
2010-12-16 cristianrosaBugfix: deadlock detection was wrong. Reimplemented.
next