Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename a generated file involved in the kernel popping
[simgrid.git] / src / mc /
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-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
2014-07-03 Marion Guthmullermodel-checker : check dict content before removing...
2014-07-03 Marion Guthmullermodel-checker : remove useless condition
2014-07-03 Gabriel Corona[mc] Fast path when comparing NULL against non-NULL...
2014-07-03 Gabriel Corona[mc] Bug: MC was reading from the wrong region
2014-07-01 Gabriel Corona[mc] Remove useless question in assert
2014-06-27 Marion Guthmullermodel-checker : fix visited states reduction with comm...
2014-06-27 Marion Guthmullermodel-checker : if no inttypes found in c++
2014-06-27 Gabriel CoronaMerge branch 'mc'
2014-06-27 Gabriel CoronaMerge branch 'mc-fastsnapshot' into mc
2014-06-26 Marion Guthmullermodel-checker : minor fix in comments
2014-06-26 Marion Guthmullermodel-checker : visited states reduction available...
2014-06-26 Gabriel Corona[mc] Inline mc_snapshot_read_region()
2014-06-26 Gabriel Corona[mc] Inline mc_translate_address() and mc_translate_add...
2014-06-26 Gabriel Corona[mc] Forgot to decrease the page refcounts when freeing...
2014-06-24 Gabriel Corona[mc] Add support of privatized global variables in...
2014-06-24 Gabriel Corona[mc] Avoid loosing meaningful bits ot pair.p2 when...
2014-06-24 Gabriel Corona[mc] Use an unordered_set for compared_pointers instead...
2014-06-24 Gabriel Corona[mc] Remove declaration of mc_read_pagemap() in mc_page...
2014-06-23 Gabriel Corona[mc] Always inline mc_page_store_get_page (C version...
2014-06-23 Marion Guthmullermodel-checker : clarify comments
2014-06-23 Gabriel Corona[mc] Move method definition out of class declaratio...
2014-06-20 Gabriel Corona[mc] Reset the softdirty bits *before* restoring the...
2014-06-20 Gabriel Corona[mc] Always inline 'inline' functions
2014-06-20 Gabriel Corona[mc] Fix compilation warnings/errors when optimizing
2014-06-19 Gabriel Corona[mc] Documentation of mc_page_snapshot
2014-06-19 Gabriel Corona[mc] Config to disable soft-dirty page tracking --cfg...
2014-06-19 Gabriel Corona[mc] Avoid big alloca in mc_snapshot_region_memcp and...
2014-06-19 Gabriel Corona[mc] Poor man's TCO in compare_heap_area_with_type()
2014-06-19 Gabriel Corona[mc] Do not allocate pagemap buffer on the heap
2014-06-19 Gabriel Corona[mc] pread_whole must restart in cas of EINTR, not...
2014-06-19 Gabriel Corona[mc] Documentation about per-page snapshots
2014-06-19 Gabriel Corona[mc] Add some documentation
2014-06-19 Gabriel Corona[mc] Avoid region lookup when we know we are in the...
2014-06-19 Gabriel Corona[mc] Fix bug mc_snapshot_read_fragmented
2014-06-19 Gabriel Corona[mc] Replace test-and-die with assert
next