Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge remote-tracking branch 'origin/libdw2'
[simgrid.git] / src / mc /
2014-01-17 Marion GuthmullerMerge remote-tracking branch 'origin/libdw2'
2014-01-17 Gabriel Corona[mc] Add DW_TAG_formal_parameter as variables in the...
2014-01-17 Gabriel Corona[mc] Use literal values in DWARF constant to name mappings
2014-01-17 Gabriel Corona[mc] Cleanup mc_dwarf.c
2014-01-17 Gabriel Corona[mc] Remove useless argument in MC_dwarf_at_location
2014-01-17 Gabriel Corona[mc] Add comments/doxygen
2014-01-17 Gabriel Corona[mc] Free memory for object_info
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 location list
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] Remove MC_dwarf_tag_type()
2014-01-17 Gabriel Corona[mc] Add dwarf_global field to dw_variable_t
2014-01-17 Gabriel Corona[mc] libdwarf integration for types
2014-01-17 Gabriel Corona[mc] Use DWARF constants for type tags
2014-01-17 Gabriel Corona[mc] Fix warnings
2014-01-16 Marion Guthmullermodel-checker : first steps for the study of MPI commun...
2014-01-10 Gabriel Corona[mc] Remove type DW_TAG_enumerator type (because it...
2014-01-10 Gabriel Corona[mc] Split byte_size and element_count in mc_object_info_t
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] Restore lightweight MC initialisation procedure
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] Include ELF file name in object_info_t
2014-01-09 Gabriel Corona[mc] Remvove mc_{global_variables,local_variables,varia...
2014-01-09 Gabriel Corona[mc] Do not use mc_{global_variables,local_variables...
2014-01-09 Gabriel Corona[mc] Refactor, group some informations about a given...
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-12-20 Gabriel Corona[mc] Fix broken objdump parser with new versions of...
2013-10-24 Marion Guthmullermodel-checker : print depth of the counter-example...
2013-10-08 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-10-08 Marion Guthmullermodel-checker : avoid unnecessary snapshot restore
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-10-06 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-10-04 Marion Guthmullermodel-checker : ignore information about simix_global...
2013-10-04 Marion Guthmullermodel-checker : ignore information about simix_global
2013-10-04 Marion Guthmullermodel-checker : fix detection of pointers on a fragment...
2013-10-04 Marion Guthmullermodel-checker : ignore process_to_run and process_that_...
2013-10-04 Marion Guthmullermodel-checker : restore sequential system state compari...
2013-10-04 Marion Guthmullermodel-checker : fix sort of acceptance pairs
2013-10-04 Marion Guthmullermodel-checker : add debug message
2013-10-04 Marion Guthmullermodel-checker : ignore some information for system...
2013-10-04 Marion Guthmullermodel-checker : automaton state comparison removed...
2013-10-01 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-10-01 Arnaud GierschCentralize declaration for _sg_init_status (renamed...
2013-10-01 Marion Guthmullermodel-checker : fix removal of a visited pair in livene...
2013-10-01 Marion Guthmullermodel-checker : parallel system state comparison for...
2013-10-01 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-29 Marion Guthmullermodel-checker : update system state comparison
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-25 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2013-09-24 Marion Guthmullermodel-checker : fix system state comparison (I hate...
2013-09-24 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-23 Arnaud GierschFix error: ‘current_region’ may be used uninitialized...
2013-09-21 Marion Guthmullermodel-checker : parallel comparison of system states...
2013-09-21 Marion Guthmullermodel-checker : minor fix in ddfs algorithm
2013-09-21 Marion Guthmullermodel-checker : --cfg=model-check/checkpoint is an...
2013-09-18 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-08-22 Arnaud LegrandFix a bunch of typos thanks to the new spell script...
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 dot output for liveness MC
2013-08-13 Marion Guthmullermodel-checker : fix ignore mechanism
2013-08-12 Marion Guthmullermodel-checker : fix ignore global variable
2013-08-12 Marion Guthmullermodel-checker : remove unused variable
2013-08-12 Marion Guthmullermodel-checker : add debug message
2013-08-12 Marion Guthmullermodel-checker : fix comparison of local variables
2013-08-12 Marion Guthmullermodel-checker : extend ignore mechanism with new user...
2013-08-10 Marion Guthmullermodel-checker : udpate debug information
2013-08-10 Marion Guthmullermodel-checker : fix DPOR with visited states reduction
2013-08-10 Marion Guthmullermodel-checker : add min and max values for MC_RANDOM...
2013-08-10 Marion Guthmullermodel-checker : rename MC_max_depth(int prop) -> MC_cut()
2013-08-10 Marion Guthmullermodel-checker : fix dot_output with DPOR
2013-08-05 Marion Guthmullercosmetics
2013-08-05 Marion Guthmullermodel-checker : new primitive MC_max_depth, to define...
2013-08-05 Marion Guthmullermodel-checker : fix DPOR with timeout
2013-08-05 Marion Guthmullermodel-checker : include simcall number in request_to_string
2013-08-05 Marion Guthmullermodel-checker : snapshot comparison with the types...
2013-08-05 Marion Guthmullermodel-checker : comparison of number of processes and...
2013-07-01 acarpenaMerge branch 'dvfs'
2013-06-14 Guillaume SerrièreChange xbt_os_timer interface to handle cpu time, threa...
2013-06-13 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-13 Marion Guthmullermodel-checker : fix (again ..) DPOR for iSend/iRecv...
2013-06-13 Marion Guthmullermodel-checker : improve debug messages
2013-06-08 Marion Guthmullermodel-checker : free memory
2013-06-08 Marion Guthmullermodel-checker : increase number of colors for dot output
2013-06-08 Marion Guthmullermodel-checker : use raw_heap instead of std_heap
next