index
:
riscv-gnu-toolchain/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/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-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-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.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
analyzer
/
engine.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-21
analyzer: add text-art visualizations of out-of-bounds accesses [PR106626]
David Malcolm
1
-2
/
+2
2023-02-21
analyzer: stop exploring the path after certain diagnostics [PR108830]
David Malcolm
1
-5
/
+24
2023-02-15
analyzer: fix uninit false +ves [PR108664,PR108666,PR108725]
David Malcolm
1
-11
/
+19
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-12-02
analyzer: introduce struct event_loc_info
David Malcolm
1
-29
/
+34
2022-11-30
analyzer: unify bounds-checking class hierarchies
David Malcolm
1
-19
/
+5
2022-11-22
analyzer: eliminate region_model::impl_call_* special cases
David Malcolm
1
-4
/
+1
2022-11-18
analyzer: fix feasibility false +ve on jumps through function ptrs [PR107582]
David Malcolm
1
-4
/
+10
2022-11-16
analyzer: log the stashing of named constants [PR107711]
David Malcolm
1
-16
/
+34
2022-11-16
analyzer: use known_function to simplify region_model::on_call_{pre,post}
David Malcolm
1
-0
/
+2
2022-11-15
analyzer: add warnings relating to sockets [PR106140]
David Malcolm
1
-19
/
+41
2022-11-15
c, analyzer: support named constants in analyzer [PR106302]
David Malcolm
1
-0
/
+1
2022-11-11
analyzer: new warning: -Wanalyzer-infinite-recursion [PR106147]
David Malcolm
1
-1
/
+6
2022-11-10
analyzer: new warning: -Wanalyzer-deref-before-check [PR99671]
David Malcolm
1
-0
/
+16
2022-11-03
analyzer: use std::unique_ptr for state machines from plugins
David Malcolm
1
-2
/
+2
2022-11-03
analyzer: use std::unique_ptr for known functions
David Malcolm
1
-2
/
+2
2022-11-03
analyzer: use std::unique_ptr during bifurcation
David Malcolm
1
-10
/
+8
2022-11-03
analyzer: use std::unique_ptr for checker_event
David Malcolm
1
-18
/
+22
2022-11-03
analyzer: use std::unique_ptr for feasibility_problems and exploded_path
David Malcolm
1
-4
/
+5
2022-11-03
analyzer: use std::unique_ptr for custom_edge_info pointers
David Malcolm
1
-33
/
+19
2022-11-03
analyzer: use std::unique_ptr for saved_diagnostic::m_stmt_finder
David Malcolm
1
-4
/
+4
2022-11-03
analyzer: use std::unique_ptr for pending_diagnostic/note
David Malcolm
1
-21
/
+20
2022-10-24
analyzer: simplify sm_state_map lookup
David Malcolm
1
-38
/
+9
2022-10-24
analyzer: handle "pipe" and "pipe2" [PR106300]
David Malcolm
1
-0
/
+15
2022-10-05
analyzer: simplify some includes
David Malcolm
1
-6
/
+0
2022-10-05
analyzer: fix ICEs seen with call summaries on PR 107060
David Malcolm
1
-0
/
+2
2022-10-05
analyzer: remove unused variables
Martin Liska
1
-4
/
+1
2022-10-04
analyzer: revamp side-effects of call summaries [PR107072]
David Malcolm
1
-18
/
+183
2022-09-09
analyzer: add support for plugin-supplied known function behaviors
David Malcolm
1
-1
/
+15
2022-08-05
New warning: -Wanalyzer-jump-through-null [PR105947]
David Malcolm
1
-0
/
+49
2022-07-19
analyzer: fix taint handling of switch statements [PR106321]
David Malcolm
1
-0
/
+26
2022-07-19
analyzer: log out-edge description in exploded_graph::process_node
David Malcolm
1
-2
/
+6
2022-07-15
libcpp: Improve encapsulation of label_text
Jonathan Wakely
1
-1
/
+1
2022-07-07
analyzer: use label_text for superedge::get_description
David Malcolm
1
-3
/
+2
2022-06-24
analyzer: consolidate call_string instances
David Malcolm
1
-19
/
+20
2022-06-24
analyzer: whitespace cleanups
David Malcolm
1
-126
/
+127
2022-06-15
analyzer: fix up paths for inlining (PR analyzer/105962)
David Malcolm
1
-1
/
+1
2022-06-15
analyzer: show saved diagnostics as nodes in .eg.dot dumps
David Malcolm
1
-0
/
+21
2022-05-23
analyzer: use 'final' and 'override' where appropriate
David Malcolm
1
-5
/
+5
2022-05-20
Use "final" and "override" directly, rather than via macros
David Malcolm
1
-45
/
+45
2022-05-16
analyzer: implement four new warnings for <stdarg.h> misuses [PR105103]
David Malcolm
1
-0
/
+22
2022-05-16
Use more ARRAY_SIZE.
Martin Liska
1
-1
/
+1
2022-05-11
analyzer: fix memory leaks
David Malcolm
1
-13
/
+16
2022-04-28
analyzer: add .fpath.txt dumps to -fdump-analyzer-feasibility
David Malcolm
1
-0
/
+9
2022-03-24
analyzer: add region::tracked_p to optimize state objects [PR104954]
David Malcolm
1
-0
/
+3
2022-03-23
analyzer: fix accessing wrong stack frame on interprocedural return [PR104979]
David Malcolm
1
-2
/
+2
2022-03-23
analyzer: fix ICE adding note to disabled diagnostic [PR104997]
David Malcolm
1
-6
/
+3
2022-03-18
analyzer: extend state-purging to locals [PR104943]
David Malcolm
1
-1
/
+1
2022-03-16
analyzer: early rejection of disabled warnings [PR104955]
David Malcolm
1
-1
/
+6
2022-03-10
analyzer: add notes to write-to-const/string from access attr [PR104793]
David Malcolm
1
-0
/
+10
[next]