Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2014-07-22 Gabriel Corona[mc] Disable soft-dirty page tracking by default
2014-07-21 Gabriel Corona[mc] Disable optimisation for xbt when using MC
2014-07-21 Gabriel Corona[mc] Do not handle mc_model_checker->parent_snapshot...
2014-07-21 Gabriel Corona[mmalloc] Force metadata update in mmalloc/mrealloc
2014-07-21 Gabriel Corona[mmalloc] Add mmcheck() which checks mmalloc heap consi...
2014-07-21 Gabriel Corona[mmalloc] Add new block type for heapinfo blocks
2014-07-11 Gabriel Corona[mmalloc] Add documentation
2014-07-11 Gabriel Corona[mmalloc] Avoid useless memset0
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 CoronaAdd support for C++ in tools/sg_unit_extractor.pl
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-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-24 Gabriel Corona[mc] Optimise more files
2014-06-23 Gabriel Corona[mc] Always inline mc_page_store_get_page (C version...
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] Try to use optimisation with some part of the MC
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
2014-06-19 Gabriel Corona[mc] Avoid looking up region in mc_diff (we are in...
2014-06-19 Gabriel Corona[mc] Fix mc_snapshot_read_fragmented
2014-06-19 Gabriel Corona[mc] Remove heap{base,info}{1,2} field in struct s_mc_d...
2014-06-19 Gabriel Corona[mc] Fix inverted test on page soft-dirtiness
2014-06-17 Gabriel Corona[mc] Do not use offsetof() in mc_snapshot_get_heap_end
2014-06-17 Gabriel Corona[mc] Fix mc_snapshot_get_heap_end() for per-page snapshots
2014-06-17 Gabriel Corona[mc] Fix mc_translate_address_region() for per-page...
2014-06-17 Gabriel Corona[mc] Remove mc_untranslate_address() and mc_member_snap...
2014-06-17 Gabriel Corona[mc] Use mc_snapshot_read in snapshot_compare (compatib...
2014-06-17 Gabriel Corona[mc] mremap does not like MAP_PRIVATE|MAP_ANONYMOUS...
2014-06-17 Gabriel Corona[mc] Add option --cfg=model-check/sparse-checkpoint...
2014-06-17 Gabriel Corona[mc] Fix bugs in mc_page_snapshot
2014-06-17 Gabriel Corona[mc] Use mc_snapshot_read in mc_diff (compatibility...
2014-06-17 Gabriel Corona[mc] Use mc_snapshot_read in dwarf expression evaluatio...
2014-06-17 Gabriel Corona[mc] Fix bug in mc_snapshot_read
2014-06-17 Gabriel Corona[mc] Remove useless bits
2014-06-16 Gabriel Corona[mc] Remove useless parameters in compare_local_variables
2014-06-16 Gabriel Corona[mc] Group MC_ignore_global_variable("mc_diff_info...
2014-06-16 Gabriel Corona[mc] Remove useless parts in mmalloc_compare_heap,...
2014-06-16 Gabriel Corona[mc] Use process addresses in mc_compare
2014-06-16 Gabriel Corona[mc] Partial integration of per-page snapshot address...
2014-06-16 Gabriel Corona[mc] Simplify s_mc_snapshot_stack
2014-06-13 Gabriel Corona[mc] Update doc for page_store
2014-06-13 Gabriel Corona[mc] Page-level sparse snapshot: work-in-progress,...
2014-06-13 Gabriel Corona[mc] In MC_ignore, keep the zeroed data out of the...
2014-06-05 Gabriel CoronaRemove comment which has not been accurate for a long...
2014-06-04 Marion Guthmullermodel-checker : use new variable _sg_mc_liveness instea...
2014-06-04 Marion Guthmullermodel-checker : remove useless debug message and add...
2014-06-04 Marion Guthmullermodel-checker : compare the pid of enabled processes...
2014-06-04 Marion Guthmullermodel-checker : fix backtracking with comm determinism...
2014-06-03 Marion Guthmullermodel-checker : comment erroneous ignore (not completel...
2014-06-03 Marion Guthmullermodel-checker : use the right heap
2014-06-03 Marion Guthmullermodel-checker : reword debug message
2014-06-03 Marion Guthmullermodel-checker : mc_dpor.c -> mc_safety.c
2014-06-03 Marion Guthmullermodel-checker : remove useless ignore
2014-06-03 Marion Guthmullermodel-checker : new tesh examples about communications...
2014-05-30 Marion Guthmullermodel-checker : fix comm determinism detection mechanisms
2014-05-30 Marion Guthmullermodel-checker : forget file
2014-05-30 Marion Guthmullermodel-checker : cleanups, refactoring and apply indent...
2014-05-30 Marion Guthmullermodel-checker : cosmetics in log message
2014-05-30 Marion Guthmullermodel-checker : improve error message
2014-05-26 Gabriel Corona[mc] Temporary fix for smpi_process_finalize leading...
2014-05-26 Gabriel CoronaMerge branch 'master' into mc
2014-05-26 Stéphane CastelliFix a compilation error regarding logging and strings...
2014-05-26 Stéphane CastelliLots of bugfixes for the fat trees, it should at least...
2014-05-26 Stéphane Castellismall cosmetics to AsClusterFatTree::generateDotFile()
2014-05-26 Stéphane CastelliFix some bugs in fat trees
2014-05-24 Martin Quinsonmake the xbt_os_time module public
2014-05-24 Martin Quinsonupdate the comments of that file
next