aboutsummaryrefslogtreecommitdiff
path: root/gcc/analyzer/supergraph.h
AgeCommit message (Expand)AuthorFilesLines
2023-09-07analyzer: basic support for computed gotos (PR analyzer/110529)David Malcolm1-0/+2
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2023-01-13analyzer: add heuristics for switch on enum type [PR105273]David Malcolm1-0/+2
2022-10-04analyzer: revamp side-effects of call summaries [PR107072]David Malcolm1-1/+9
2022-07-07analyzer: use label_text for superedge::get_descriptionDavid Malcolm1-1/+1
2022-05-23analyzer: use 'final' and 'override' where appropriateDavid Malcolm1-1/+2
2022-05-20Use "final" and "override" directly, rather than via macrosDavid Malcolm1-13/+13
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-08-23analyzer: rewrite of switch handlingDavid Malcolm1-9/+6
2021-08-18analyzer: detect and analyze calls via function pointerAnkur Saini1-1/+6
2021-07-21analyzer: fix issues with phi handlingDavid Malcolm1-0/+1
2021-04-12gimple UIDs, LTO and -fanalyzer [PR98599]David Malcolm1-0/+15
2021-03-10committed: analyzer: remove duplicated vfuncsDavid Malcolm1-18/+10
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-09-22analyzer: add -fdump-analyzer-jsonDavid Malcolm1-0/+6
2020-03-27analyzer: add new supergraph visualizationDavid Malcolm1-4/+15
2020-02-26analyzer: improvements to logging/dumpingDavid Malcolm1-0/+4
2020-02-11analyzer: use ultimate alias target at calls (PR 93288)David Malcolm1-2/+2
2020-01-27analyzer: fix build with gcc 4.4 (PR 93276)David Malcolm1-1/+1
2020-01-22analyzer: introduce namespace to avoid ODR clashes (PR 93307)David Malcolm1-0/+26
2020-01-14Initial commit of analyzerDavid Malcolm1-0/+554