]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/analyzer/supergraph.cc
analyzer: fix ICE on negative values for size_t [PR114472]
[thirdparty/gcc.git] / gcc / analyzer / supergraph.cc
2024-02-29  David Malcolmanalyzer: fix ICE in call summarization [PR114159]
2024-01-31  David Malcolmanalyzer: fix skipping of debug stmts [PR113253]
2024-01-03  Jakub JelinekUpdate copyright years.
2023-11-18  David Malcolmanalyzer: new warning: -Wanalyzer-infinite-loop [PR106147]
2023-09-07  David Malcolmanalyzer: basic support for computed gotos (PR analyzer...
2023-01-16  Jakub JelinekUpdate copyright years.
2023-01-13  David Malcolmanalyzer: add heuristics for switch on enum type [PR105273]
2022-11-03  David Malcolmanalyzer: use std::unique_ptr during bifurcation
2022-10-05  David Malcolmanalyzer: simplify some includes
2022-10-05  David Malcolmanalyzer: revamp side-effects of call summaries [PR107072]
2022-07-15  Jonathan Wakelylibcpp: Improve encapsulation of label_text
2022-07-07  David Malcolmanalyzer: use label_text for superedge::get_description
2022-05-13  Richard BienerMake gimple_build main workers more flexible
2022-01-17  Martin LiskaChange references of .c files to .cc files
2022-01-03  Jakub JelinekUpdate copyright years.
2021-11-11  Richard BienerApply TLC to control dependence compute
2021-08-23  David Malcolmanalyzer: rewrite of switch handling
2021-08-18  Ankur Sainianalyzer: detect and analyze calls via function pointer
2021-07-21  David Malcolmanalyzer: fix issues with phi handling
2021-04-13  David Malcolmgimple UIDs, LTO and -fanalyzer [PR98599]
2021-01-14  David Malcolmanalyzer: fixes to -fdump-analyzer-json
2021-01-04  Jakub JelinekUpdate copyright years.
2020-10-27  David Malcolmanalyzer: eliminate non-determinism in logs
2020-09-22  David Malcolmanalyzer: add -fdump-analyzer-json
2020-03-27  David Malcolmanalyzer: add new supergraph visualization
2020-03-27  David Malcolmanalyzer: tweaks to superedge::dump
2020-02-26  David Malcolmanalyzer: improvements to logging/dumping
2020-02-12  David Malcolmanalyzer: use ultimate alias target at calls (PR 93288)
2020-02-03  David Malcolmanalyzer: show BBs in .dot dumps
2020-01-23  David Malcolmanalyzer: avoid ICE with missing arguments (PR 93375)
2020-01-22  David Malcolmanalyzer: introduce namespace to avoid ODR clashes...
2020-01-15  David Malcolmanalyzer: ensure .dot output is valid for an empty BB
2020-01-15  David Malcolmanalyzer: fix tests for UNKNOWN_LOCATION
2020-01-14  David MalcolmInitial commit of analyzer