Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : comment backtrace and add ignore mechanism in mmalloc metadata
[simgrid.git] / src / mc / mc_global.c
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-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...
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 : cosmectics
2012-12-06 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
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 : remove unused code
2012-12-04 Marion Guthmullermodel-checker : set raw heap for initialization step
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 : cleanups in comments
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 : 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-16 Marion Guthmullermodel-checker : MC_init() must be called for initial...
2012-11-15 Marion Guthmullermodel-checker : factorize code for safety and liveness...
2012-11-15 Marion Guthmullermodel-checker : cleanups in verification of current...
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 : 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-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 : new command line flag (model-check...
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...
2012-10-27 Marion Guthmullermodel-checker : store initial snapshot in structure...
2012-10-27 Marion Guthmullermodel-checker : don't call exit at the end of MC (segfa...
2012-10-27 Marion Guthmullermodel-checker : check current heap
2012-10-27 Marion Guthmullermodel-checker : process can be NULL
2012-10-27 Marion Guthmullermodel-checker : init MC for liveness in a separate...
2012-10-27 Marion Guthmullermodel-checker : stack_areas stored in raw_heap instead...
2012-10-27 Marion Guthmullermodel-checker : fix some memory leaks
2012-10-16 Martin Quinsons/MC_IS_ENABLED/MC_is_active()/ to remove an unfriendly...
2012-10-08 Marion Guthmullermodel-checker : restore struct smx_ctx_sysv in smx_cont...
2012-10-05 Marion GuthmullerGet local variables in binary and libsimgrid.so and...
2012-10-05 Marion Guthmullermodel-checker : extend MC_ignore mechanism for global...
2012-10-05 Marion Guthmullermodel-checker : functions only used in mc_global declar...
2012-10-05 Marion Guthmullermodel-checker : store local variables in raw heap
2012-10-05 Marion Guthmullermodel-checker : memory free
2012-10-05 Marion Guthmullermodel-checker : double free memory fixed
2012-10-05 Marion Guthmullermodel-checker : detect if binary program has been compi...
2012-10-05 Marion Guthmullermodel-checker : ignore stack areas in heap comparison...
2012-10-05 Marion Guthmullermodel-checker : print local variables only with debug...
2012-09-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-09-18 Marion Guthmullermodel-checker : first part to retrieve local variables...
2012-08-02 Marion Guthmullermodel-checker : add block and fragment number in mc_ign...
2012-08-01 Marion Guthmullermodel-checker : sort ignore list and dichotomic search
2012-08-01 Marion Guthmullermodel-checker : ignore irrelevant differences for heap...
2012-08-01 Marion Guthmullermodel-checker : remove unused function
2012-07-11 Marion Guthmullermodel-checker : application alert for state equality...
2012-07-10 Marion Guthmullermodel-checker : remove unused function
2012-07-04 Arnaud GierschDon't define variables in header files (part 2).
2012-06-27 Marion Guthmullermodel-checker : check current_heap before SET_RAW_MEM...
2012-06-22 Martin QuinsonMSG_config mc-related stuff is not enough to activate...
2012-06-21 Martin QuinsonCleanups in the --cfg options regarding model-checking
2012-06-21 Martin QuinsonVarious cleanups to the model-checking user interface
2012-06-21 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-06-21 Marion Guthmullermodel-checker : end of cleanup for stateful and statele...
2012-06-21 Martin Quinsonlet model-checking compile without supernovae activated...
2012-06-21 Marion Guthmullermodel-checker : factorization of code for model-checkin...
2012-06-20 suterMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-20 Marion Guthmullermodel-checker : cosmetics reindent
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-06-14 Marion Guthmullerresolve merge conflict
2012-06-14 Marion Guthmullermodel-checker : lex and yacc parsing moved in src/xbt...
2012-06-14 Marion Guthmullermodel-checker : move print statistics if property is...
2012-06-13 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-13 Marion Guthmullermodel-checker : remove binary name as argument of some...
2012-06-13 Marion Guthmullermodel-checker : print statistics in all cases (property...
2012-06-12 Marion Guthmullermodel-checker : comment unused statistics information
2012-03-30 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-30 Arnaud GierschDeclare the main log categories into their respective...
2012-02-22 Arnaud GierschFix more format strings and parameters.
2012-01-30 Marion Guthmullermodel-checker : merge conflict resolved
2012-01-30 Martin Quinsonadd proper copyright headers to the MC files
2012-01-30 Martin Quinsonmv src/mc/private.h src/mc/mc_private.h
2012-01-30 Marion Guthmullermodel-checker : fix compilation error
2012-01-30 Marion Guthmullermerge conflict resolved
2012-01-25 Christophe ThiérySIMIX refactoring: replace 'request' by a more precise...
next