aboutsummaryrefslogtreecommitdiff
path: root/gcc/analyzer/supergraph.cc
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Change references of .c files to .cc filesMartin Liska1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-11Apply TLC to control dependence computeRichard Biener1-0/+1
2021-08-23analyzer: rewrite of switch handlingDavid Malcolm1-25/+74
2021-08-18analyzer: detect and analyze calls via function pointerAnkur Saini1-5/+38
2021-07-21analyzer: fix issues with phi handlingDavid Malcolm1-1/+10
2021-04-12gimple UIDs, LTO and -fanalyzer [PR98599]David Malcolm1-4/+53
2021-01-14analyzer: fixes to -fdump-analyzer-jsonDavid Malcolm1-2/+27
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-27analyzer: eliminate non-determinism in logsDavid Malcolm1-2/+7
2020-09-22analyzer: add -fdump-analyzer-jsonDavid Malcolm1-0/+112
2020-03-27analyzer: add new supergraph visualizationDavid Malcolm1-6/+40
2020-03-27analyzer: tweaks to superedge::dumpDavid Malcolm1-2/+8
2020-02-26analyzer: improvements to logging/dumpingDavid Malcolm1-0/+23
2020-02-11analyzer: use ultimate alias target at calls (PR 93288)David Malcolm1-6/+22
2020-02-03analyzer: show BBs in .dot dumpsDavid Malcolm1-1/+1
2020-01-23analyzer: avoid ICE with missing arguments (PR 93375)David Malcolm1-4/+10
2020-01-22analyzer: introduce namespace to avoid ODR clashes (PR 93307)David Malcolm1-0/+4
2020-01-14analyzer: ensure .dot output is valid for an empty BBDavid Malcolm1-0/+16
2020-01-14analyzer: fix tests for UNKNOWN_LOCATIONDavid Malcolm1-4/+6
2020-01-14Initial commit of analyzerDavid Malcolm1-0/+961