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
/
exploded-graph.h
Age
Commit message (
Expand
)
Author
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-29
analyzer: fix for older version of GCC
Marc Poulhiès
2025-04-28
analyzer: initial implementation of exception handling [PR97111]
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-01-02
Update copyright years.
Jakub Jelinek
2024-11-01
analyzer: use std::unique_ptr in "to_json" functions
David Malcolm
2024-10-25
gcc: Remove trailing whitespace
Jakub Jelinek
2024-06-01
analyzer: detect -Wanalyzer-allocation-size at call stmts [PR106203]
David Malcolm
2024-02-29
analyzer: fix ICE in call summarization [PR114159]
David Malcolm
2024-01-03
Update copyright years.
Jakub Jelinek
2023-11-17
analyzer: new warning: -Wanalyzer-infinite-loop [PR106147]
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-21
analyzer: add ability for context to add events to a saved_diagnostic
David Malcolm
2023-02-15
analyzer: fix uninit false +ves [PR108664,PR108666,PR108725]
David Malcolm
2023-01-16
Update copyright years.
Jakub Jelinek
2022-11-15
analyzer: add warnings relating to sockets [PR106140]
David Malcolm
2022-11-11
analyzer: new warning: -Wanalyzer-infinite-recursion [PR106147]
David Malcolm
2022-11-10
analyzer: new warning: -Wanalyzer-deref-before-check [PR99671]
David Malcolm
2022-11-03
analyzer: use std::unique_ptr during bifurcation
David Malcolm
2022-11-03
analyzer: use std::unique_ptr for feasibility_problems and exploded_path
David Malcolm
2022-11-03
analyzer: use std::unique_ptr for custom_edge_info pointers
David Malcolm
2022-11-03
analyzer: use std::unique_ptr for saved_diagnostic::m_stmt_finder
David Malcolm
2022-11-03
analyzer: use std::unique_ptr for pending_diagnostic/note
David Malcolm
2022-10-24
analyzer: simplify sm_state_map lookup
David Malcolm
2022-10-24
analyzer: handle "pipe" and "pipe2" [PR106300]
David Malcolm
2022-10-05
analyzer: remove unused variables
Martin Liska
2022-10-04
analyzer: revamp side-effects of call summaries [PR107072]
David Malcolm
2022-07-19
analyzer: fix taint handling of switch statements [PR106321]
David Malcolm
2022-06-24
analyzer: consolidate call_string instances
David Malcolm
2022-05-20
Use "final" and "override" directly, rather than via macros
David Malcolm
2022-04-28
analyzer: add .fpath.txt dumps to -fdump-analyzer-feasibility
David Malcolm
2022-03-10
analyzer: add notes to write-to-const/string from access attr [PR104793]
David Malcolm
2022-02-15
analyzer: fix uninit false +ve due to optimized conditionals [PR102692]
David Malcolm
2022-01-03
Update copyright years.
Jakub Jelinek
2021-11-13
analyzer: add four new taint-based warnings
David Malcolm
2021-08-30
analyzer: support "bifurcation"; reimplement realloc [PR99260]
David Malcolm
2021-08-21
analyzer: Fix PR analyzer/101980
Ankur Saini
2021-08-18
analyzer: detect and analyze calls via function pointer
Ankur Saini
2021-07-15
analyzer: reimplement -Wanalyzer-use-of-uninitialized-value [PR95006 et al]
David Malcolm
2021-07-15
analyzer: add -fdump-analyzer-exploded-paths
David Malcolm
2021-07-07
analyzer: remove add_any_constraints_from_ssa_def_stmt
David Malcolm
2021-06-15
analyzer: track dynamic extents of regions
David Malcolm
2021-04-08
analyzer: fix leak false +ves due to maybe-clobbered regions [PR99042,PR99774]
David Malcolm
2021-04-01
analyzer: record per-enode saved_diagnostics
David Malcolm
2021-03-11
analyzer: new implementation of shortest feasible path [PR96374]
David Malcolm
2021-03-10
analyzer: factor out new class feasibility_state
David Malcolm
[next]