Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix dot output with file descriptor checkpoint/restore
[simgrid.git] / src / mc /
2014-12-10 Marion Guthmullerfix dot output with file descriptor checkpoint/restore
2014-12-09 Gabriel Corona[mc] Remove redundant typedefs
2014-12-08 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-12-04 Gabriel Corona[mc] Don't include libunwind.h in non MC builds
2014-12-04 Gabriel CoronaMerge branch 'master'
2014-12-04 Gabriel Corona[mc] Don't use unprototyped functions
2014-12-04 Gabriel Corona[mc] Remove useless header #includes
2014-12-02 Augustin Degommeforgot to add this include
2014-12-02 Augustin Degommelet's try to please windows
2014-12-02 Gabriel Corona[mc] Modularise header files for MC
2014-12-02 Gabriel Corona[mc] Define a type for MC object information flags
2014-12-01 Gabriel Corona[mc] Remove MC_ignore_global_variable() calls
2014-12-01 Gabriel Corona[mc] Enable MC specific behaviour in replay mode
2014-12-01 Gabriel CoronaRevert "[mc] Enable MC specific behaviour in replay...
2014-12-01 Gabriel Corona[mc] Enable MC specific behaviour in replay mode
2014-12-01 Gabriel Corona[mc] Remove useless condition check
2014-12-01 Gabriel Corona[mc] Initial support MC record/replay
2014-11-28 Adrien Lebremerge msg_vm.c - adrien (please note that there is...
2014-11-28 Augustin Degommeremove potential bug / clang warning
2014-11-21 Gabriel CoronaMerge branch 'xp'
2014-11-18 Gabriel CoronaInfrastructure for statically defined tracepoints
2014-11-18 Gabriel Corona[mc] Remove reference to DW_TAG_mutable_type:
2014-11-17 Gabriel Corona[mm] Disable HAVE_GNU_LD code in order to get rid of...
2014-11-07 Gabriel Corona[mc] Add useless parends to remove WTF warning-which...
2014-11-07 Gabriel Corona[mc] Don't fork another process in the hop spot, MC_get...
2014-11-06 Gabriel Corona[mc] Add MC_dump_stacks
2014-11-04 Gabriel Corona[mc] Fix FD checkpoint/restore
2014-11-04 Marion Guthmullermodel-checker : comment debug printf
2014-11-04 Marion Guthmullermodel-checker : save and restore file descriptors
2014-11-02 Martin Quinsonrename smx_action_t to smx_synchro_t
2014-11-02 Martin QuinsonGenerate automatically the simcall_HANDLER_* prototypes
2014-11-02 Martin Quinsonrename all SIMIX_pre_* to simcall_HANDLER_*
2014-11-01 Martin Quinsonimprove a bit the documentation of popping, and align...
2014-11-01 Martin Quinsontypo
2014-10-31 Gabriel Corona[mc] Split config code into mc_config.c
2014-10-31 Gabriel Corona[mc] Make MC_resolve_subtype() and MC_resolve_subtype...
2014-10-30 Gabriel Corona[mc] Document/simplify MC_request_is_enabled()
2014-10-30 Gabriel Corona[mc] Simplify mc_update_comm_pattern
2014-10-30 Gabriel Corona[mc] DRY with mc_update_comm_pattern() (broken)
2014-10-30 Gabriel Corona[mc] DRY by adding get_call_type()
2014-10-30 Gabriel Corona[mc] Try to DRY in MC main loops
2014-10-22 etortilopezMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-10-17 Gabriel Corona[smpi+mc] When restoring a snapshot, always remap the...
2014-10-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-10-13 Lucas Mello SchnorrMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-10-13 Gabriel Corona[mc] Add support for DW_OP_regN locaitions from DW_AT_f...
2014-10-13 Gabriel Corona[mc] Prepare support for register location in DWARF...
2014-10-12 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-10-11 Martin Quinsonrename SIMIX_simcall_{pre,post} to SIMIX_simcall_{enter...
2014-10-09 Martin Quinsonmake my previous commit also compile under MC (sorry)
2014-10-09 Martin Quinsonadd parenthesis to shut up a useless warning
2014-10-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-10-09 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-10-09 Gabriel Corona[mc] Fix segfault when a function does not have a name
2014-10-09 Gabriel Corona[mc] Give the real type of mc_heap/std_heap (xbt_mheap_...
2014-10-02 Gabriel Corona[mc] Fix conversion from char 0 into char*
2014-09-16 Gabriel Corona[mc] Add a (compile time) option for content addressage...
2014-09-05 Gabriel Corona[smpi] Change parallel arrays into array of structs
2014-09-05 Gabriel Corona[smpi] Use SMPI namespace for some public variables...
2014-08-28 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-08-26 Gabriel Corona[mc] Revert to previous heap scanning method
2014-08-26 Gabriel Corona[mc] Fix bug in mmalloc_compare_heap() when a ungragmen...
2014-08-26 Gabriel Corona[mc] Better condition for switching privatized data...
2014-08-26 Gabriel Corona[mc] Fix MC_snapshot_add_region() to forward correctly...
2014-08-26 Gabriel Corona[mc] Fix broken MC_region_destroy()
2014-08-01 Gabriel Corona[mc] Remove useless code & comment in mc_region_restore...
2014-08-01 Gabriel Corona[mc] DRY in MC_replay_liveness()
2014-07-28 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-07-28 Gabriel Corona[mc] Remove unused variables
2014-07-28 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-07-25 Gabriel Corona[mc] Make state/snapshot comparison work with SMPI...
2014-07-25 Gabriel CoronaMerge branch 'mc'
2014-07-25 Gabriel Corona[mc] Change the signature of mc_restore_page_snapshot_r...
2014-07-25 Gabriel Corona[mc] Split mc_region_new_dense out of MC_region_new
2014-07-25 Gabriel Corona[mc] Expand unit test of mc_snapshot.c
2014-07-24 Gabriel CoronaMerge remote-tracking branch 'origin/mc-fastsnapshot...
2014-07-24 Gabriel Corona[mc] Remove irrelevant comment
2014-07-24 Gabriel Corona[mc] Use mc_region_contain where it could be used
2014-07-24 Gabriel Corona[mc] Udpate doxygen comments
2014-07-22 Gabriel Corona[mc] Disable soft-dirty page tracking by default
2014-07-21 Gabriel Corona[mc] Do not handle mc_model_checker->parent_snapshot...
2014-07-21 Gabriel Corona[mmalloc] Add new block type for heapinfo blocks
2014-07-11 Gabriel Corona[mc] Remove 'previous' variable ind mmalloc_compare_heap()
2014-07-11 Gabriel Corona[mc] Fix test on type in mc_diff
2014-07-10 Gabriel Corona[mc] Fix name of mc_snapshot_memcmp()
2014-07-10 Gabriel Corona[mc] Add unit tests for reading/comparing the whole...
2014-07-10 Gabriel Corona[mc] Test flat snapshots as well
2014-07-10 Gabriel Corona[mc] Add unit test for mc_snapshot
2014-07-08 Gabriel Corona[mc] Move page store test from the integration test...
2014-07-08 Gabriel Corona[mc] Use mc_snapshot_region_memcmp() in compare_areas_w...
2014-07-08 Gabriel Corona[mc] Avoid memory allocation for flat snapshots in...
2014-07-08 Gabriel Corona[mc] Fix name of mc_snapshot_region_memcmp
2014-07-08 Gabriel CoronaMerge branch 'mc-fix' into mc-fastsnapshot
2014-07-08 Gabriel Corona[mc] Fix check on type name
2014-07-08 Gabriel Corona[mc] Fix bad parameter passed in mc_diff
2014-07-07 Gabriel Corona[mc] Fix lookup of malloc fragment type
2014-07-04 Gabriel Corona[mc] Fix bound check in mc_snapshot_read_region
2014-07-04 Gabriel Corona[mc] Add mc_snapshot_read_pointer()
2014-07-04 Gabriel Corona[mc] Bug: MC was reading from the wrong region
2014-07-03 Marion Guthmullermodel-checker : cosmetic in log message
next