Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Log some information for the prefiltering phase of state comparator
[simgrid.git] / src /
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] Fix buf introduces by previous commit
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++)
2014-02-25 Marion Guthmullermodel-checker : print comm pattern
2014-02-25 Marion Guthmullermodel-checker : use separate configuration flags for...
2014-02-25 Marion Guthmullermodel-checker : check if action not NULL before using it
2014-02-25 Gabriel Corona[mc] Basic namespace support (for types)
2014-02-24 Gabriel Corona[mc] Do not use linkage_name as a name
2014-02-24 Gabriel Corona[mc] Add MC_dwarf_tag_classify()
2014-02-24 Gabriel Corona[mc] Do not try to handle scopes inside a subprogram
2014-02-24 Gabriel Corona[mc] Use dynar instead of dict for storing functions
2014-02-24 Gabriel Corona[mc] Move MC_ignore_local_variable and MC_ignore_global...
2014-02-24 Gabriel Corona[mc] Add missing DW_FORM_data1 (enable C++ support)
2014-02-24 Gabriel CoronaMerge branch 'mc-perf' into mc
2014-02-21 Gabriel Corona[mc] Avoid resolving TLS over and over again
2014-02-21 Gabriel Corona[mc] Merge add_compared_pointers and already_compared_p...
2014-02-20 Gabriel Corona[mc] Avoid (slow) type lookups by name or ID (xbt_dict_...
2014-02-20 Gabriel Corona[mc] Move mc_find_frame_base in mc_dwarf.c where it...
2014-02-20 Gabriel Corona[mc] Use resolved addresses in entry.low_pc and entry...
2014-02-20 Gabriel Corona[mc] Use resolved addresses in frame->low_pc and frame...
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 Marion Guthmullermodel-checker : minor fix
2014-02-18 Marion Guthmullermodel-checker : new configuration flag for the detectio...
2014-02-18 Marion Guthmullermodel-checker : remove or comment some printf
2014-02-18 Marion Guthmullermodel-checker : fix comm destroy for send detached...
2014-02-18 Marion Guthmullermodel-checker : try to fix the model-checker in case...
2014-02-18 Marion Guthmullermodel-checker : wait with timeout is always dependant...
2014-02-18 Marion Guthmullerfix debug log
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-14 Gabriel Corona[mc] Doxygen mc_dpor.c (and some mc_liveness.c)
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 Corona[mc] Fix broken type lookup code
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-10 Gabriel Corona[mc] Restore old behaviour when comparing pointers...
2014-02-07 Gabriel Corona[mc] Fix sefault where a variable has no name
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] Fix segfaults when type->name==NULL
2014-02-07 Gabriel Corona[mc] Disable communication pattern code (segfault)
2014-02-07 Gabriel Corona[mc] Remove dead code for ignoring variables
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] Avoid type lookups and calls to get_type_description()
2014-02-07 Gabriel Corona[mc] Pass mc_object_info_t arguiments in many places...
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-04 Gabriel Corona[mc] Remove code for finding an array byte size
2014-02-03 Gabriel Corona[mc] Fix broken type in compare_heap_area_with_type
2014-01-31 Gabriel Corona[mc] Enforce some assumption about the relationship...
2014-01-31 Gabriel Corona[mc] Add comments to compare_areas_with_type
2014-01-31 Gabriel Corona[mc] Do not ignore DW_TAG_const_type
2014-01-31 Gabriel Corona[mc] In compare_global_variables only compare values...
2014-01-31 Gabriel Corona[mc] DRY in snapshot_compare
2014-01-31 Gabriel Corona[mc] Have a more complete/accurate view of an given...
2014-01-31 Gabriel Corona[mc] Fix element count computation for a givena array...
2014-01-31 Gabriel Corona[mc] Fix handling of location
2014-01-31 Gabriel Corona[mc] Comment logging in order to fix the unit tests
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] Split byte_size and element_count in mc_object_info_t
2014-01-10 Gabriel Corona[mc] Remove type DW_TAG_enumerator type (because it...
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
next