Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : add nb_processes in snapshot
[simgrid.git] / src / mc /
2013-01-14 Marion Guthmullermodel-checker : add nb_processes in snapshot
2013-01-11 Marion Guthmullermodel-checker : free memory
2013-01-11 Marion Guthmullermodel-checker : add chunks used into snapshot structure...
2013-01-11 Marion Guthmullermodel-checker : free memory
2013-01-10 Marion Guthmullermodel-checker : fix memory free
2013-01-10 Marion Guthmullermodel-checker : free memory for stacks comparison
2013-01-10 Marion Guthmullermodel-checker : disable use of system malloc for raw_heap
2013-01-07 Marion Guthmullermodel-checker : comment backtrace and add ignore mechan...
2013-01-03 Marion Guthmullermodel-checker : fix dichotomic search and insertion...
2013-01-03 Marion Guthmullermodel-checker : update list of visited states during...
2013-01-02 Marion Guthmullermodel-checker : use xbt_abort after exhaustive exploration
2013-01-02 Marion Guthmullermodel-checker : ignore some local variables from simix...
2013-01-02 Marion Guthmullermodel-checker : fix sorting of visited states and state...
2013-01-01 Marion Guthmullermodel-checker : sorting of visited states according...
2012-12-20 Marion Guthmullermodel-checker : fix MC_take_snapshot if malloc used...
2012-12-20 Marion Guthmullermodel-checker : fix dpor with state equality reduction
2012-12-20 Marion Guthmullermodel-checker : if frame name is empty, stop stack...
2012-12-20 Marion Guthmullermodel-checker : remove restriction of DPOR if several...
2012-12-19 Martin Quinsonuse system malloc for the raw heap if GNU ld is used
2012-12-18 Martin QuinsonUse xbt_malloc (and friends) instead of direct malloc()
2012-12-18 Paul BédarideFix _sg_do_model_check use with model_check=OFF
2012-12-18 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-12-17 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-12-17 Paul BédarideRestructure config headers
2012-12-17 Paul BédarideFix model checker config issue
2012-12-17 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-12-17 Paul BédarideMove config from surf to simgrid
2012-12-16 Marion Guthmullermodel-checker : interleave all enabled processes for...
2012-12-16 Marion Guthmullermodel-checker : cosmectics
2012-12-10 Marion Guthmullermodel-checker : forget one fix in MC_state_set_executed...
2012-12-10 Marion Guthmullermodel-checker : fix dpor algorithm if max depth reached
2012-12-10 Marion Guthmullermodel-checker : restore previous version of MC_state_se...
2012-12-10 Marion Guthmullermodel-checker : remove independance between iSend/iRecv...
2012-12-10 Marion Guthmullermodel-checker : one region in snapshot for data and...
2012-12-06 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-12-06 Marion Guthmullermodel-checker : improve debug message if different...
2012-12-06 Marion Guthmullermodel-checker : ignore global variables corresponding...
2012-12-04 Marion Guthmullermodel-checker : ignore new variables
2012-12-04 Marion Guthmullermodel-checker : display instruction pointer if differen...
2012-12-04 Marion Guthmullermodel-checker : remove unused code
2012-12-04 Marion Guthmullermodel-checker : set raw heap for initialization step
2012-12-04 Marion Guthmullermodel-checker : get libsimgrid_path with MC_init_memory...
2012-12-03 Marion Guthmullermodel-checker : fix MC_state_set_executed_request
2012-12-02 Marion Guthmullermodel-checker : remove independance between iRecv and...
2012-12-02 Marion Guthmullermodel-checker : statistics printed twice if exhaustive...
2012-12-02 Marion Guthmullermodel-checker : get global variables with objdump and...
2012-12-02 Marion Guthmullermodel-checker : get segments start only in MC_init_memo...
2012-12-02 Marion Guthmullermodel-checker : text segment is read and exec only
2012-12-02 Marion Guthmullermodel-checker : cleanups in comments
2012-12-02 Marion Guthmullermodel-checker : get .got.plt sections
2012-11-30 shensheiMerge ../simgrid
2012-11-30 shensheiNew simcalls work
2012-11-28 shensheiChange simcall functions
2012-11-22 paul bedarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-21 Marion Guthmullermodel-checker: take snapshot if property file set
2012-11-21 Marion Guthmullermodel-checker : abort if acceptance cycle detected
2012-11-21 Marion Guthmullermodel-checker : remove automatic activation of MC if...
2012-11-20 Marion Guthmullermodel-checker : rename cfg flag for state comparison...
2012-11-20 Marion Guthmullermodel-checker : ignore coverage variables
2012-11-20 Marion Guthmullermodel-checker : abort if popen failed
2012-11-18 Marion Guthmullermodel-checker : use XBT_DEBUG instead of XBT_INFO
2012-11-18 Marion Guthmullermodel-checker : fix insertion in mc_data_bss_comparion
2012-11-18 Marion Guthmullermodel-checker : ignore some variables enabled with...
2012-11-18 Marion Guthmullermodel-checker : stateful mode disabled by default
2012-11-17 Marion Guthmullermodel-checker : stop independance reduction if same...
2012-11-16 Marion Guthmullermodel-checker : use XBT_DEBUG instead of XBT_INFO
2012-11-16 Marion Guthmullermodel-checker : MC_init() must be called for initial...
2012-11-16 Marion Guthmullermodel-checker : fix dpor algorithm
2012-11-15 Marion Guthmullermodel-checker : factorize code for safety and liveness...
2012-11-15 Marion Guthmullermodel-checker : fix dependance theorem according to...
2012-11-15 Marion Guthmullermodel-checker : warning message if max depth is reached
2012-11-15 Marion Guthmullermodel-checker : memory free
2012-11-15 Marion Guthmullermodel-checker : cleanups in verification of current...
2012-11-15 Marion Guthmullermodel-checker : comparison times are NULL for visited_pair
2012-11-15 Marion Guthmullermodel-checker : fix segfault in get_local_variables_val...
2012-11-15 Marion Guthmullermodel-checker : store last visited states during explor...
2012-11-13 Marion Guthmullermodel-checker : new cfg command line flag (model-check...
2012-11-12 Marion Guthmullermodel-checker : cosmetics on log message
2012-11-12 Marion Guthmullermodel-checker : Add statistics about comparison times...
2012-11-12 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-11 Marion Guthmullermodel-checker : unset raw heap after display of statist...
2012-11-11 Marion Guthmullermodel-checker : get times elapsed for snasphot comparison
2012-11-11 Marion Guthmullermodel-checker : add ignore mechanism for global variabl...
2012-11-11 Marion Guthmullermodel-checker : get start of libsimgrid bss segment...
2012-11-11 Marion Guthmullermodel-checker : typo
2012-11-09 Marion GuthmullerShake up snapshot comparison : apply a new order of...
2012-11-09 Marion Guthmullermodel-checker : remove unnecessary comment
2012-11-09 Marion Guthmullermodel-checker : move creation of initial_state_liveness...
2012-11-09 Marion Guthmullermodel-checker : add size of stack in parameter of the...
2012-11-08 Marion Guthmullermodel-checker : enable WaitTimeout requests only if...
2012-11-08 Marion Guthmullermodel-checker : new command line flag (model-check...
2012-11-07 Marion Guthmullermodel-checker : initialize variables (compilation error...
2012-11-07 Marion Guthmullermodel-checker : add debug information on processes...
2012-11-07 Marion Guthmullermodel-checker : remove backtracking if no more request...
2012-11-07 Marion Guthmullermodel-checker : comment trigger for state equality...
2012-11-07 Marion Guthmullermodel-checker : improve debug information for stacks...
2012-11-07 Marion Guthmullermodel-checker : memory free
2012-11-07 Marion Guthmullermodel-checker : verification of current_heap
2012-11-07 Marion Guthmullermodel-checker : add ignore mechanism for comparison...
2012-11-07 Marion Guthmullermodel-checker : fix dynar index in algorithm to get...
next