Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Make snapshots compatible with SMPI privatization of global variables
[simgrid.git] / src / mc / mc_checkpoint.c
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-27 Gabriel Corona[mc] Correctly handle the end of the stack unwinding
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] Replace frame->frame (frame *name*) by frame-...
2014-03-24 Gabriel Corona[mc] Process nested-scopes
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-18 Gabriel Corona[mc] Fix compile_warnings
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] Remove useless code in MC_unwind_stack_frame
2014-03-10 Gabriel Corona[mc] DW_OP_deref
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 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 bugfix
2014-02-25 Gabriel Corona[mc] Handle DW_AT_start_scope (for constants)
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-18 Gabriel Corona[mc] Avoid parsing /proc/self/maps if possible (continued)
2014-02-18 Gabriel Corona[mc] Fix get_object_info
2014-02-17 Gabriel Corona[mc] Avoid parsing /proc/self/maps if possible
2014-02-11 Gabriel Corona[mc] Make usage of state hash a runtime parameter ...
2014-02-10 Gabriel Corona[mc] Cache stack unwindinwg
2014-02-10 Gabriel CoronaMerge branch 'mc' into mc-perf
2014-02-10 Gabriel Corona[mc] Remove useless code (get SP register)
2014-02-10 Gabriel Corona[mc] Use optimized local implementation of libuwind...
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 old hash code
2014-02-07 Gabriel Corona[mc] Avoid useless zero-initialisations in the hot...
2014-02-07 Gabriel Corona[mc] Preprocess type lookup
2014-02-07 Gabriel Corona[mc] Compute a single hash (64 bits) of the current...
2014-02-05 Arnaud GierschAdd/update copyright notices.
2014-02-04 Gabriel Corona[mc] Remove code for finding an array byte size
2014-01-31 Gabriel Corona[mc] Have a more complete/accurate view of an given...
2014-01-17 Marion GuthmullerMerge remote-tracking branch 'origin/libdw2'
2014-01-17 Gabriel Corona[mc] Remove objdump code
2014-01-17 Gabriel Corona[mc] Remove code for location of .plt and .got.plt
2014-01-17 Gabriel Corona[mc] Use libdw for functions and local variables
2014-01-17 Gabriel Corona[mc] Use libdw for global variables
2014-01-17 Gabriel Corona[mc] Deduplicate address location resolution in MC_dwar...
2014-01-17 Gabriel Corona[mc] libdwarf integration for types
2014-01-17 Gabriel Corona[mc] Fix warnings
2014-01-10 Gabriel Corona[mc] Remove spurious return in MC_find_object_address
2014-01-10 Gabriel Corona[mc] Add comments
2014-01-10 Gabriel Corona[mc] Cleanup mc_object_info_t code
2014-01-09 Gabriel Corona[mv] Remove global {start,end}_{plt,got}_{libsimgrid...
2014-01-09 Gabriel Corona[mc] Add plt/got in mc_object_info_t
2014-01-09 Gabriel Corona[mc] Move start_text, start_data, start_bss into mc_obj...
2014-01-09 Gabriel Corona[mc] Do not use mc_{global_variables,local_variables...
2014-01-09 Gabriel Corona[mc] Use LANG=C when calling objdump
2014-01-09 Gabriel Corona[mc] Add some documentation to the MC DWARF code
2013-12-20 Gabriel Corona[mc] Fix bug when parsing /proc/self/maps
2013-11-21 Arnaud GierschMisc cleanups: remove unnecessary casts, use unsigned...
2013-11-08 Paul BédarideMerge branch 'hypervisor' of git+ssh://scm.gforge.inria...
2013-11-08 Paul BédarideMerge tag 'v3_9_90' into hypervisor
2013-10-30 Paul BédarideMerge commit '045db1657e870c721be490b411868f4181a12ced...
2013-10-07 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-10-06 Marion Guthmullermodel-checker : fix memory leak in ddfs algorithm
2013-09-26 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-25 Arnaud GierschDig through git history, and update copyright lines.
2013-09-25 Marion Guthmullermodel-checker : init var
2013-09-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2013-09-24 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-21 Marion Guthmullermodel-checker : parallel comparison of system states...
2013-08-19 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-08-14 Marion Guthmullermodel-checker : memory free and cleanup
2013-08-14 Marion Guthmullermodel-checker : stop stack comparison before the contex...
2013-08-14 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-08-13 Marion Guthmullermodel-checker : fix ignore mechanism
2013-08-12 Marion Guthmullermodel-checker : extend ignore mechanism with new user...
2013-08-05 Marion Guthmullercosmetics
2013-08-05 Marion Guthmullermodel-checker : snapshot comparison with the types...
2013-06-28 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-06-19 Paul BédarideMerge branch 'master' into hypervisor
2013-05-31 Marion Guthmullermodel-checker : initialize variables
2013-05-30 Marion Guthmullermodel-checker : take snapshot of memory segments during...
2013-05-28 Marion Guthmullermodel-checker : free memory
2013-05-06 Paul BédarideFix to handle warnings+optimizations on CI for MC32...
2013-04-10 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-04-02 alebreMerge branch 'master' into hypervisor
2013-03-19 Marion Guthmullermodel-checker : cleanups
2013-03-19 Marion Guthmullermodel-checker : code refactoring for get_hash_global
2013-03-16 Marion Guthmullermodel-checker : cosmetics
2013-03-16 Marion Guthmullermodel-checker : get hash of local and global variables...
next