summaryrefslogtreecommitdiff
path: root/gcc/analyzer/exploded-graph.h
AgeCommit message (Expand)Author
2020-03-27analyzer: add new supergraph visualizationDavid Malcolm
2020-03-18analyzer: tweaks to exploded_node ctorDavid Malcolm
2020-03-04analyzer: remove unused private fieldsDavid Malcolm
2020-02-26analyzer: improvements to logging/dumpingDavid Malcolm
2020-02-24analyzer: fix ICE with OFFSET_TYPE [PR 93899]David Malcolm
2020-02-18analyzer: fix ICE on COMPONENT_REF of ARRAY_TYPE [PR 93778]David Malcolm
2020-02-17analyzer: fix ICEs in region_model::get_lvalue_1 [PR 93388]David Malcolm
2020-02-17analyzer: add diagnostics to output of -fdump-analyzer-exploded-graphDavid Malcolm
2020-02-11analyzer: fix ICE due to missing state_change purging (PR 93374)David Malcolm
2020-02-05analyzer: add enode status and revamp __analyzer_dump_exploded_nodesDavid Malcolm
2020-02-03analyzer: detect zero-assignment in phis (PR 93544)David Malcolm
2020-01-27analyzer: fixes to tree_cmp and other comparatorsDavid Malcolm
2020-01-27analyzer: fix setjmp-detection and support sigsetjmpDavid Malcolm
2020-01-22analyzer: fix setjmp handling with -g (PR 93378)David Malcolm
2020-01-22analyzer: introduce namespace to avoid ODR clashes (PR 93307)David Malcolm
2020-01-14analyzer: purge state for unknown function callsDavid Malcolm
2020-01-14Initial commit of analyzerDavid Malcolm