index
:
gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
analyzer
/
engine.cc
Age
Commit message (
Expand
)
Author
2025-10-09
analyzer: reimplement binding_map using a "spatial" representation
David Malcolm
2025-07-11
diagnostics: add support for directed graphs; use them for state graphs
David Malcolm
2025-06-30
analyzer: use nullptr rather than NULL
David Malcolm
2025-06-23
diagnostics: add state diagrams to analyzer experimental-html output [PR116792]
David Malcolm
2025-04-28
analyzer: handle NRVO and DECL_BY_REFERENCE [PR111536]
David Malcolm
2025-04-28
analyzer: initial implementation of exception handling [PR97111]
David Malcolm
2025-04-28
Eliminate make-unique.h and ::make_unique
David Malcolm
2025-04-28
analyzer: use unique_ptr for state_machine instances
David Malcolm
2025-04-28
analyzer: convert various call_summary * to call_summary &
David Malcolm
2025-04-28
analyzer: convert gcall * to gcall & in many places
David Malcolm
2025-04-28
analyzer: convert various enums to "enum class"
David Malcolm
2025-04-28
analyzer: use analyzer/common.h as a common header
David Malcolm
2025-01-02
Update copyright years.
Jakub Jelinek
2024-11-27
analyzer,timevar: avoid naked "new" in JSON-handling
David Malcolm
2024-11-22
build: Remove INCLUDE_MEMORY [PR117737]
Andrew Pinski
2024-11-01
analyzer: use std::unique_ptr in "to_json" functions
David Malcolm
2024-10-29
diagnostics: support multiple output formats simultaneously [PR116613]
David Malcolm
2024-10-24
analyzer: avoid implicit use of global_dc's pretty_printer [PR116613]
David Malcolm
2024-09-20
analyzer: simplify dumps using tree_dump_pretty_printer [PR116613]
David Malcolm
2024-09-09
diagnostics: rename dc.printer to m_printer [PR116613]
David Malcolm
2024-07-24
analyzer: reduce use of naked "new" for json dumps
David Malcolm
2024-07-04
analyzer: convert sm_context * to sm_context &
David Malcolm
2024-06-12
pretty_printer: make all fields private
David Malcolm
2024-06-07
analyzer: add logging to get_representative_path_var
David Malcolm
2024-06-01
analyzer: detect -Wanalyzer-allocation-size at call stmts [PR106203]
David Malcolm
2024-05-30
Add new text_art::tree_widget and use it in analyzer
David Malcolm
2024-05-03
testsuite: fix analyzer C++ failures on Solaris [PR111475]
David Malcolm
2024-03-23
analyzer: fix ICE and false positive with -Wanalyzer-deref-before-check [PR11...
David Malcolm
2024-02-29
analyzer: fix ICE in call summarization [PR114159]
David Malcolm
2024-01-24
analyzer: fix taint false +ve due to overzealous state purging [PR112977]
David Malcolm
2024-01-03
Update copyright years.
Jakub Jelinek
2023-12-11
analyzer: fix uninitialized bitmap [PR112955]
David Malcolm
2023-12-06
analyzer: fix taint false positives with UNKNOWN [PR112850]
David Malcolm
2023-12-06
diagnostics: prettify JSON output formats
David Malcolm
2023-12-01
diagnostics, analyzer: add optional per-diagnostic property bags to SARIF
David Malcolm
2023-11-18
analyzer: new warning: -Wanalyzer-undefined-behavior-strtok [PR107573]
David Malcolm
2023-11-17
analyzer: new warning: -Wanalyzer-infinite-loop [PR106147]
David Malcolm
2023-09-15
analyzer: introduce pending_location
David Malcolm
2023-09-14
analyzer: use unique_ptr for rejected_constraint
David Malcolm
2023-08-30
analyzer: implement reference count checking for CPython plugin [PR107646]
Eric Feng
2023-08-24
analyzer: add logging to impl_path_context
David Malcolm
2023-08-21
analyzer: add ability for context to add events to a saved_diagnostic
David Malcolm
2023-06-21
analyzer: add text-art visualizations of out-of-bounds accesses [PR106626]
David Malcolm
2023-02-21
analyzer: stop exploring the path after certain diagnostics [PR108830]
David Malcolm
2023-02-15
analyzer: fix uninit false +ves [PR108664,PR108666,PR108725]
David Malcolm
2023-01-16
Update copyright years.
Jakub Jelinek
2022-12-02
analyzer: introduce struct event_loc_info
David Malcolm
2022-11-30
analyzer: unify bounds-checking class hierarchies
David Malcolm
2022-11-22
analyzer: eliminate region_model::impl_call_* special cases
David Malcolm
2022-11-18
analyzer: fix feasibility false +ve on jumps through function ptrs [PR107582]
David Malcolm
[next]