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
/
program-state.cc
Age
Commit message (
Expand
)
Author
2025-11-12
analyzer: fix log of name in ana::log_set_of_svalues
David Malcolm
2025-10-09
analyzer: reimplement binding_map using a "spatial" representation
David Malcolm
2025-07-25
diagnostics: introduce namespace diagnostics::paths
David Malcolm
2025-07-25
diagnostics: introduce a "gcc/diagnostics" subdirectory
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
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 gcall * to gcall & in many places
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-22
build: Remove INCLUDE_MEMORY [PR117737]
Andrew Pinski
2024-11-01
analyzer: use std::unique_ptr in "to_json" functions
David Malcolm
2024-10-25
gcc: Remove trailing whitespace
Jakub Jelinek
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-06-18
analyzer: Fix g++ 4.8 bootstrap without using std::move to return std::unique...
Jonathan Wakely
2024-06-12
pretty_printer: make all fields private
David Malcolm
2024-06-08
analyzer: Restore g++ 4.8 bootstrap; use std::move to return std::unique_ptr.
Roger Sayle
2024-05-30
Add new text_art::tree_widget and use it in analyzer
David Malcolm
2024-04-09
Fix up duplicated words mostly in comments, part 2
Jakub Jelinek
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-06
analyzer: fix taint false positives with UNKNOWN [PR112850]
David Malcolm
2023-11-17
analyzer: new warning: -Wanalyzer-infinite-loop [PR106147]
David Malcolm
2023-02-21
analyzer: stop exploring the path after certain diagnostics [PR108830]
David Malcolm
2023-01-16
Update copyright years.
Jakub Jelinek
2022-11-29
analyzer work on issues with flex-generated lexers [PR103546]
David Malcolm
2022-11-23
analyzer: revamp of heap-allocated regions [PR106473]
David Malcolm
2022-11-10
analyzer: new warning: -Wanalyzer-deref-before-check [PR99671]
David Malcolm
2022-11-03
analyzer: use std::unique_ptr for pending_diagnostic/note
David Malcolm
2022-10-05
analyzer: simplify some includes
David Malcolm
2022-10-04
analyzer: revamp side-effects of call summaries [PR107072]
David Malcolm
2022-07-15
libcpp: Improve encapsulation of label_text
Jonathan Wakely
2022-07-07
Convert label_text to C++11 move semantics
David Malcolm
2022-06-24
analyzer: consolidate call_string instances
David Malcolm
2022-03-18
analyzer: extend state-purging to locals [PR104943]
David Malcolm
2022-01-03
Update copyright years.
Jakub Jelinek
2021-11-19
analyzer: fix false leak due to overeager state merging [PR103217]
David Malcolm
2021-11-13
analyzer: add four new taint-based warnings
David Malcolm
2021-11-04
analyzer: fix ICE in sm_state_map::dump when dumping trees
David Malcolm
2021-08-30
analyzer: support "bifurcation"; reimplement realloc [PR99260]
David Malcolm
2021-08-18
analyzer: detect and analyze calls via function pointer
Ankur Saini
2021-07-19
analyzer: add svalue::can_have_associated_state_p [PR101503]
David Malcolm
2021-07-16
analyzer: add region_model::check_region_access
David Malcolm
2021-07-16
analyzer: add __analyzer_dump_state
David Malcolm
[next]