Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : non-progressive cycle detection (enabled with --cfg=model-check/termi...
[simgrid.git] / src / mc / mc_global.c
2014-02-25 Marion Guthmullermodel-checker : use separate configuration flags for...
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 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 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 : new configuration flag for the detectio...
2014-02-11 Gabriel Corona[mc] Make usage of state hash a runtime parameter ...
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
2014-02-07 Gabriel Corona[mc] Preprocess type lookup
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-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] 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 functions and local variables
2014-01-17 Gabriel Corona[mc] Use libdw for global variables
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] 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 broken objdump parser with new versions of...
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-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 some information for system...
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-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 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 : --cfg=model-check/checkpoint is an...
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 : fix ignore global variable
2013-08-12 Marion Guthmullermodel-checker : remove unused variable
2013-08-12 Marion Guthmullermodel-checker : extend ignore mechanism with new user...
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-05 Marion Guthmullermodel-checker : new primitive MC_max_depth, to define...
2013-08-05 Marion Guthmullermodel-checker : snapshot comparison with the types...
2013-07-01 acarpenaMerge branch 'dvfs'
2013-06-28 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-06-19 Paul BédarideMerge branch 'master' into hypervisor
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
2013-06-08 Marion Guthmullermodel-checker : add information in counter-example...
2013-06-02 Marion Guthmullermodel-checker : generate dot file for the verification...
2013-05-28 Marion Guthmullermodel-checker : free memory
2013-05-10 Paul BédarideAdd new boolean type for configuration
2013-04-15 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-04-10 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-04-02 alebreMerge branch 'master' into hypervisor
2013-04-02 Marion Guthmullermodel-checker : create dot_output file after MC_do_the_...
2013-04-01 Marion Guthmullermodel-checker : update state equality detection
2013-03-25 Marion Guthmullermodel-checker : ignore variable about time used with...
2013-03-25 Marion Guthmullermodel-checker : last fix in DPOR algorithm if max depth...
2013-03-25 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-03-25 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-03-21 Marion Guthmullermodel-checker : fix soundness of DPOR algorithm if...
2013-03-19 Arnaud GierschInitialize variables.
2013-03-19 Marion Guthmullermodel-checker : order reached_pairs by number of proces...
2013-03-19 Marion Guthmullermodel-checker : cleanups
2013-03-16 Marion Guthmullermodel-checker : ignore mc_time for heap comparison...
2013-03-16 Marion Guthmullermodel-checker : new model-checker configuration model...
2013-03-16 Marion Guthmullermodel-checker : fix MC_RANDOM simcall
next