Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Give the real type of mc_heap/std_heap (xbt_mheap_t, not void*)
[simgrid.git] / src / mc / mc_private.h
2014-10-09 Gabriel Corona[mc] Give the real type of mc_heap/std_heap (xbt_mheap_...
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-24 Gabriel CoronaMerge remote-tracking branch 'origin/mc-fastsnapshot...
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-10 Gabriel Corona[mc] Fix name of mc_snapshot_memcmp()
2014-07-10 Gabriel Corona[mc] Add unit test for mc_snapshot
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-04 Gabriel Corona[mc] Fix bound check in mc_snapshot_read_region
2014-07-04 Gabriel Corona[mc] Add mc_snapshot_read_pointer()
2014-06-27 Gabriel CoronaMerge branch 'mc'
2014-06-27 Gabriel CoronaMerge branch 'mc-fastsnapshot' into mc
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-24 Gabriel Corona[mc] Use an unordered_set for compared_pointers instead...
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] Always inline 'inline' functions
2014-06-19 Gabriel Corona[mc] Avoid region lookup when we know we are in the...
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 mc_diff (compatibility...
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] 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-04 Marion Guthmullermodel-checker : compare the pid of enabled processes...
2014-05-30 Marion Guthmullermodel-checker : fix comm determinism detection mechanisms
2014-05-30 Marion Guthmullermodel-checker : forget file
2014-05-26 Gabriel CoronaMerge branch 'master' into mc
2014-05-16 Gabriel CoronaMerge branch 'mc_without_ksm' into mc
2014-05-16 Gabriel Corona[mc] Use the actual heap size when testing if an addres...
2014-05-13 Gabriel Corona[mc] Rename raw_heap into mc_heap
2014-05-12 Marion Guthmullermodel-checker : complete comm pattern only after a...
2014-05-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-05-05 Stéphane CastelliMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-04-29 Marion Guthmullermodel-checker : fix the detection of determinism
2014-04-22 Stéphane CastelliMerge branch 'smpi-topo'
2014-04-04 Gabriel CoronaMerge branch 'mc'
2014-04-04 Gabriel Corona[mc] Make snapshots compatible with SMPI privatization...
2014-04-01 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-31 Martin QuinsonRevert "Remove XBT_INFO call"
2014-03-31 Pierre VeyreRemove XBT_INFO call
2014-03-31 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-28 Gabriel Corona[mc] Change type for type->id
2014-03-28 Gabriel Corona[mc] Fix type of expression resolution methods (uintpt_...
2014-03-25 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-25 Gabriel CoronaMerge branch 'mc++'
2014-03-25 Gabriel Corona[mc] Fix DW_OP_addr to translate address into virtual...
2014-03-24 Gabriel Corona[mc] Attach correct namespaced name in inlined subrouti...
2014-03-24 Gabriel Corona[mc] Replace frame->frame (frame *name*) by frame-...
2014-03-24 Gabriel Corona[mc] Rename frame->start into frame->id
2014-03-24 Gabriel Corona[mc] Remove frame->end field which was not used anymore
2014-03-24 Gabriel Corona[mc] Process nested scopes DWARF informations
2014-03-24 Gabriel Corona[mc] Documentation
2014-03-21 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-21 Gabriel CoronaMerge branch 'mc++'
2014-03-20 Gabriel Corona[mc] Efficient lookup of subprogram by offset
2014-03-20 Gabriel Corona[mc] Fix documentation of the field 'full_type'
2014-03-18 Gabriel Corona[mc] Fix compile_warnings
2014-03-18 Gabriel Corona[mc] Use reference to types intead of type IDs
2014-03-18 Gabriel Corona[mc] Fix type name handling
2014-03-18 Gabriel Corona[mc] Add location field in struct/class-members
2014-03-10 Gabriel Corona[mc] DW_OP_deref
2014-03-07 Gabriel Corona[mc] Remove old code (mc_location_t)
2014-03-07 Gabriel Corona[mc] Use new expression evaluation code frame_base
2014-03-07 Gabriel Corona[mc] Use new DWARF expression code for variables
2014-03-06 Gabriel Corona[mc] Partial implementation of DWARF expression evaluator
2014-03-06 Gabriel CoronaMerge branch 'mc' into mc++
2014-02-28 Gabriel CoronaMerge branch 'mc++' into mc-merge
2014-02-25 Gabriel CoronaMerge branch 'mc' into mc++
2014-02-25 Gabriel CoronaMerge bugfix from branch mc-refactor
2014-02-25 Gabriel CoronaMerge branches 'mc'
2014-02-25 Gabriel CoronaMerge bugfix
2014-02-25 Gabriel Corona[mc] Handle DW_AT_start_scope (for constants)
2014-02-25 Marion Guthmullermodel-checker : print comm pattern
2014-02-24 Gabriel Corona[mc] Use dynar instead of dict for storing functions
2014-02-24 Gabriel CoronaMerge 'master' into mc
2014-02-24 Gabriel CoronaMerge branch 'mc-perf' into mc
2014-02-20 Gabriel Corona[mc] Avoid (slow) type lookups by name or ID (xbt_dict_...
2014-02-20 Gabriel Corona[mc] Use resolved addresses in entry.low_pc and entry...
2014-02-18 Gabriel Corona[mc] Do not waste time calling libunwind get_proc_name...
2014-02-18 Marion Guthmullermodel-checker : conflit
2014-02-14 Gabriel Corona[mc] Disable MC_DEBUG (enabled by mistake)
2014-02-11 Gabriel Corona[mc] Make usage of state hash a runtime parameter ...
2014-02-11 Gabriel Corona[mc] Code for evaluation of the impact of the hash
2014-02-10 Gabriel Corona[mc] Cache stack unwindinwg
2014-02-10 Gabriel CoronaMerge branch 'mc' into mc-perf
2014-02-07 Gabriel CoronaMerge branch mc into mc-perf
2014-02-07 Gabriel Corona[mc] Split address/location in dw_variable_t (which...
2014-02-07 Gabriel Corona[mc] Remove dead code for ignoring variables
next