analyzer: introduce struct event_loc_info
[platform/upstream/gcc.git] / gcc / analyzer / analyzer.h
2022-12-02 David Malcolmanalyzer: introduce struct event_loc_info
2022-12-02 David Malcolmanalyzer: fixes to region creation messages [PR107851]
2022-11-30 David Malcolmanalyzer work on issues with flex-generated lexers...
2022-11-24 David Malcolmanalyzer: move known funs for fds to sm-fd.cc
2022-11-22 David Malcolmanalyzer: eliminate region_model::impl_call_* special...
2022-11-18 David Malcolmanalyzer: move more impl_* to known_function
2022-11-16 David Malcolmanalyzer: log the stashing of named constants [PR107711]
2022-11-16 David Malcolmanalyzer: use known_function to simplify region_model...
2022-11-15 David Malcolmc, analyzer: support named constants in analyzer [PR106302]
2022-11-03 David Malcolmanalyzer: use std::unique_ptr for state machines from...
2022-11-03 David Malcolmanalyzer: use std::unique_ptr for known functions
2022-11-03 David Malcolmanalyzer: use std::unique_ptr during bifurcation
2022-11-03 David Malcolmanalyzer: fix ICE when pipe's arg isn't a pointer ...
2022-10-05 David Malcolmanalyzer: simplify some includes
2022-10-05 David Malcolmanalyzer: revamp side-effects of call summaries [PR107072]
2022-09-09 David Malcolmanalyzer: add support for plugin-supplied known functio...
2022-09-08 Tim Langeanalyzer: support for symbolic values in the out-of...
2022-05-16 David Malcolmanalyzer: implement four new warnings for <stdarg.h...
2022-03-29 David Malcolmanalyzer: ensure that we purge state when reusing a...
2022-03-18 David Malcolmanalyzer: extend state-purging to locals [PR104943]
2022-03-10 David Malcolmanalyzer: add notes to write-to-const/string from acces...
2022-02-23 David Malcolmanalyzer: handle __attribute__((const)) [PR104434]
2022-02-02 David Malcolmanalyzer: implement bit_range_region
2022-01-03 Jakub JelinekUpdate copyright years.
2021-09-08 David Malcolmanalyzer: fix ICE when discarding result of realloc...
2021-08-30 David Malcolmanalyzer: support "bifurcation"; reimplement realloc...
2021-08-23 David Malcolmanalyzer: rewrite of switch handling
2021-08-04 David Malcolmanalyzer: initial implementation of asm support [PR101570]
2021-07-28 Siddhesh Poyarekaranalyzer: Handle strdup builtins
2021-07-16 David Malcolmanalyzer: add region_model::check_region_access
2021-07-15 David Malcolmanalyzer: reimplement -Wanalyzer-use-of-uninitialized...
2021-06-30 David Malcolmanalyzer: eliminate enum binding_key [PR95006]
2021-06-28 David Malcolmanalyzer: introduce byte_range and use to simplify...
2021-06-08 David Malcolmanalyzer: fix region::get_bit_size for bitfields
2021-03-31 David Malcolmanalyzer: avoid printing '<unknown>' for SSA names...
2021-01-18 David Malcolmanalyzer: use "malloc" attribute
2021-01-14 David Malcolmanalyzer: const fixes [PR98679]
2021-01-04 Jakub JelinekUpdate copyright years.
2020-11-30 David MalcolmAdd analyzer plugin support and CPython GIL example
2020-10-29 David Malcolmanalyzer: move svalue and region decls to their own...
2020-09-24 David Malcolmanalyzer: add -fno-analyzer-feasibility
2020-09-23 Tobias Burnusgcc/analyzer: Silence -Wpragma warns with GCC < 10
2020-08-13 David Malcolmanalyzer: rewrite of region and value-handling
2020-03-27 David Malcolmanalyzer: add new supergraph visualization
2020-03-06 David Malcolmanalyzer: improvements to region_model::get_representat...
2020-03-06 David Malcolmanalyzer: improvements to state dumping
2020-03-02 David Malcolmanalyzer: detect malloc, free, calloc within "std"...
2020-01-29 Jakub Jelinekanalyzer: fix build with gcc 4.4 (PR 93276)
2020-01-27 David Malcolmanalyzer: fix setjmp-detection and support sigsetjmp
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