Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Free previously set process data.
[simgrid.git] / src / mc /
2014-05-12 Henri CasanovaMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-05-12 Arnaud GierschFix dead assignments.
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 : deal with the soundness of DPOR only...
2014-04-29 Marion Guthmullermodel-checker : fix the detection of determinism
2014-04-25 Stéphane CastelliMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-04-24 Gabriel Corona[mc] Check error in MAP_FAILED
2014-04-24 Gabriel Corona[mc] mprotect the region *after* zero-ing ignored parts:
2014-04-24 Gabriel CoronaMerge "mc"
2014-04-24 Gabriel Corona[mc] Fix DW_AT_start_scope handling in mc_checkpoint
2014-04-22 Stéphane CastelliMerge branch 'smpi-topo'
2014-04-15 Stéphane CastelliAdded some work in the creation of links in the fat...
2014-04-14 Gabriel Corona[mc] Protect snapshots against write
2014-04-14 Gabriel Corona[mc] Only enable KSM on snapshots and not on main memory
2014-04-08 Gabriel CoronaMerge remote-tracking branch 'origin/mc'
2014-04-05 Marion Guthmullermodel-checker : privatization_regions in snapshot may...
2014-04-04 Gabriel Corona[mc] Fix issues with register translation code
2014-04-04 Gabriel Corona[mc] Fix bAd text
2014-04-04 Gabriel CoronaMerge branch 'mc'
2014-04-04 Gabriel Corona[mc] Implement translation of register number
2014-04-04 Gabriel Corona[mc] Fix MC_free_snapshot (NP reading NULL snapshot...
2014-04-04 Gabriel Corona[mc] Make snapshots compatible with SMPI privatization...
2014-04-01 Arnaud Giersch[mc] Initialize expression->ops before calling mc_dwarf...
2014-04-01 Arnaud GierschUpdate copyright headers.
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-31 Arnaud Giersch[mc] Better fix for compatibility with old/broken versi...
2014-03-28 Gabriel Corona[mc] Fix type conversion (once again)
2014-03-28 Gabriel Corona[mc] Fix type conversion
2014-03-28 Gabriel Corona[mc] Fix type conversions
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-28 Gabriel Corona[mc] Fix compatibility with old/broken version of dwarf.h
2014-03-28 Gabriel Corona[mc] Kernel Samepage Merging support (Linux)
2014-03-27 Gabriel Corona[mc] Comment unhandled rangelistptr class in DW_AT_star...
2014-03-27 Gabriel Corona[mc] Correctly handle the end of the stack unwinding
2014-03-27 Gabriel Corona[mc] Really fix DW_AT_high_pc for DWARF4
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 warning on pointer/integer/address conversion
2014-03-25 Gabriel Corona[mc] Handle DW_AT_high_pc as offset for DWARF4
2014-03-25 Gabriel Corona[mc] Fix DW_OP_addr to translate address into virtual...
2014-03-25 Gabriel Corona[mc] Fix DW_OP_call_frame_cfa
2014-03-25 Gabriel Corona[mc] Fix broken DW_OP_call_frame_cfa
2014-03-24 Gabriel Corona[mc] Fix handling of inlined subroutines in MC_ignore_l...
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] Process nested-scopes
2014-03-24 Gabriel Corona[mc] Remove MC_dwarf_get_variable_by_name (unused)
2014-03-24 Gabriel Corona[mc] Fix handling of DW_AT_high_pc
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] Fix memory leaks
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] Fix cleanup of info->types
2014-03-20 Gabriel Corona[mc] Fix free callback for type->members
2014-03-20 Gabriel Corona[mc] Efficient lookup of subprogram by offset
2014-03-20 Gabriel Corona[mc] Store abstract subprograms in info->subprograms
2014-03-20 Gabriel Corona[mc] Add support for inheritance
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] Fix mismatch between expected snapshot address...
2014-03-18 Gabriel Corona[mc] Add location field in struct/class-members
2014-03-18 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-17 Arnaud GierschCache the size of a memory page for the current system.
2014-03-10 Gabriel Corona[mc] Pass arguments everywhere in the state comparator...
2014-03-10 Gabriel Corona[mc] Remove useless code in MC_unwind_stack_frame
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] Implement DW_OP_call_frame_cfa using libunwind
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-03-06 Gabriel Corona[mc] Fix bug when trying to handle DW_OP_regN in MC_dwa...
2014-03-06 Gabriel Corona[mc] Support DWARF4 DW_FORM_sec_offset (found in libpth...
2014-03-03 Gabriel Corona[mc] Add support for DW_TAG_unspecified_type (nullptr_t...
2014-02-28 Gabriel CoronaMerge branch 'mc++' into mc-merge
2014-02-28 Gabriel Corona[mc] Fix broken tests with surf++ (because simcall...
2014-02-28 Gabriel Corona[mc] Log some information for the prefiltering phase...
2014-02-25 Gabriel Corona[mc] Handle DW_TAG_class_type as DW_TAG_structure_type...
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 Corona[mc] Fix format strings
2014-02-25 Gabriel CoronaMerge bugfix
2014-02-25 Gabriel Corona[mc] Handle reference_type and rvalue_reference_type...
2014-02-25 Gabriel Corona[mc] Skip declaration of data_members (C++)
2014-02-25 Gabriel Corona[mc] Skip variables/members which are compile time...
2014-02-25 Gabriel Corona[mc] Fix typos
2014-02-25 Gabriel Corona[mc] Handle DW_AT_start_scope (for constants)
2014-02-25 Gabriel Corona[mc] Handle DW_TAG_namespace (C++)
next