]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/analyzer/program-state.h
Update copyright years.
[thirdparty/gcc.git] / gcc / analyzer / program-state.h
2023-01-16  Jakub JelinekUpdate copyright years.
2022-11-10  David Malcolmanalyzer: new warning: -Wanalyzer-deref-before-check...
2022-10-05  David Malcolmanalyzer: revamp side-effects of call summaries [PR107072]
2022-03-18  David Malcolmanalyzer: extend state-purging to locals [PR104943]
2022-01-03  Jakub JelinekUpdate copyright years.
2021-11-19  David Malcolmanalyzer: fix false leak due to overeager state merging...
2021-08-18  Ankur Sainianalyzer: detect and analyze calls via function pointer
2021-07-16  David Malcolmanalyzer: add __analyzer_dump_state
2021-05-10  Martin LiskaRemove __cplusplus >= 201103
2021-04-08  David Malcolmanalyzer: fix leak false +ves due to maybe-clobbered...
2021-04-01  David Malcolmanalyzer: record per-enode saved_diagnostics
2021-03-25  David Malcolmanalyzer; reset sm-state for SSA names at def-stmts...
2021-01-04  Jakub JelinekUpdate copyright years.
2020-11-10  Martin Liskaanalyzer: remove dead code
2020-10-27  David Malcolmanalyzer: eliminate non-deterministic behavior
2020-09-23  David Malcolmanalyzer: fix member call on null seen with ubsan ...
2020-09-22  David Malcolmanalyzer: add -fdump-analyzer-json
2020-08-13  David Malcolmanalyzer: rewrite of region and value-handling
2020-03-06  David Malcolmanalyzer: improvements to state dumping
2020-02-18  David Malcolmanalyzer: fix ICE on COMPONENT_REF of ARRAY_TYPE [PR...
2020-02-17  David Malcolmanalyzer: fix ICEs in region_model::get_lvalue_1 [PR...
2020-02-11  David Malcolmanalyzer: fix ICE due to missing state_change purging...
2020-01-31  David Malcolmanalyzer: add extrinsic_state::dump
2020-01-31  David Malcolmanalyzer: make extrinsic_state field private
2020-01-30  David Malcolmanalyzer: avoid comparisons between uncomparable types...
2020-01-27  David Malcolmanalyzer: fix build with gcc 4.4 (PR 93276)
2020-01-22  David Malcolmanalyzer: introduce namespace to avoid ODR clashes...
2020-01-14  David Malcolmanalyzer: purge state for unknown function calls
2020-01-14  David MalcolmInitial commit of analyzer