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
/
region-model.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-24
analyzer: reimplement kf_strcpy [PR105899]
David Malcolm
1
-5
/
+27
2023-08-24
analyzer: handle symbolic bindings in scan_for_null_terminator [PR105899]
David Malcolm
1
-0
/
+15
2023-08-21
analyzer: check format strings for null termination [PR105899]
David Malcolm
1
-30
/
+95
2023-08-21
analyzer: replace -Wanalyzer-unterminated-string with scan_for_null_terminato...
David Malcolm
1
-85
/
+436
2023-08-21
analyzer: handle NULL inner context in region_model_context_decorator
David Malcolm
1
-1
/
+2
2023-08-21
analyzer: add ability for context to add events to a saved_diagnostic
David Malcolm
1
-0
/
+13
2023-08-21
analyzer: convert note_adding_context to annotating_context
David Malcolm
1
-6
/
+6
2023-08-11
analyzer: new warning: -Wanalyzer-unterminated-string [PR105899]
David Malcolm
1
-0
/
+163
2023-08-11
analyzer: More features for CPython analyzer plugin [PR107646]
Eric Feng
1
-2
/
+15
2023-08-09
analyzer: remove default return value from region_model::on_call_pre
David Malcolm
1
-146
/
+10
2023-08-04
analyzer: handle function attribute "alloc_size" [PR110426]
David Malcolm
1
-17
/
+92
2023-07-26
analyzer: add symbol base class, moving region id to there [PR104940]
David Malcolm
1
-7
/
+14
2023-07-20
analyzer: avoid usage of TYPE_PRECISION on vector types [PR110455]
David Malcolm
1
-1
/
+2
2023-06-30
analyzer: Fix regression bug after r14-1632-g9589a46ddadc8b [PR110198]
benjamin priour
1
-7
/
+8
2023-06-21
analyzer: add text-art visualizations of out-of-bounds accesses [PR106626]
David Malcolm
1
-17
/
+35
2023-06-10
analyzer: Fix allocation size false positive on conjured svalue [PR109577]
Tim Lange
1
-50
/
+30
2023-06-09
analyzer: add caching to globals with initializers [PR110112]
David Malcolm
1
-24
/
+1
2023-06-08
analyzer: Standalone OOB-warning [PR109437, PR109439]
Benjamin Priour
1
-8
/
+14
2023-05-18
analyzer: use _P() defines from tree.h
Bernhard Reutner-Fischer
1
-1
/
+1
2023-03-18
analyzer: fix ICE on certain longjmp calls [PR109094]
David Malcolm
1
-3
/
+12
2023-03-10
analyzer: fix leak false +ve seen in haproxy's cfgparse.c [PR109059]
David Malcolm
1
-1
/
+3
2023-03-02
analyzer: fix uninit false +ves reading from DECL_HARD_REGISTER [PR108968]
David Malcolm
1
-1
/
+8
2023-03-01
analyzer: fixes to side-effects for built-in functions [PR107565]
David Malcolm
1
-25
/
+19
2023-02-21
analyzer: stop exploring the path after certain diagnostics [PR108830]
David Malcolm
1
-0
/
+2
2023-02-16
analyzer: respect some conditions from bit masks [PR108806]
David Malcolm
1
-0
/
+3
2023-02-15
analyzer: fix uninit false +ves [PR108664,PR108666,PR108725]
David Malcolm
1
-4
/
+67
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-01-13
analyzer: add heuristics for switch on enum type [PR105273]
David Malcolm
1
-2
/
+102
2023-01-11
analyzer: fix leak false positives on "*UNKNOWN = PTR;" [PR108252]
David Malcolm
1
-10
/
+22
2022-12-16
analyzer: add src_region param to region_model::check_for_poison [PR106479]
David Malcolm
1
-5
/
+6
2022-12-08
analyzer: fix ICE on region creation during get_referenced_base_regions [PR10...
David Malcolm
1
-2
/
+2
2022-12-06
analyzer: don't create bindings or binding keys for empty regions [PR107882]
David Malcolm
1
-0
/
+8
2022-12-06
analyzer: use __attribute__((nonnull)) at top level of analysis [PR106325]
David Malcolm
1
-4
/
+25
2022-12-02
analyzer: introduce struct event_loc_info
David Malcolm
1
-4
/
+2
2022-12-02
analyzer: fixes to region creation messages [PR107851]
David Malcolm
1
-23
/
+24
2022-12-01
analyzer: handle comparisons against negated symbolic values [PR107948]
David Malcolm
1
-0
/
+13
2022-11-30
analyzer: move bounds checking to a new bounds-checking.cc
David Malcolm
1
-653
/
+0
2022-11-23
analyzer: revamp of heap-allocated regions [PR106473]
David Malcolm
1
-13
/
+53
2022-11-22
analyzer: eliminate region_model::impl_call_* special cases
David Malcolm
1
-218
/
+34
2022-11-21
analyzer: fix ICE on 'bind' that returns a struct [PR107788]
David Malcolm
1
-0
/
+4
2022-11-21
analyzer: fix ICE on writes to errno [PR107777]
David Malcolm
1
-0
/
+2
2022-11-18
analyzer: move more impl_* to known_function
David Malcolm
1
-122
/
+2
2022-11-16
analyzer: use known_function to simplify region_model::on_call_{pre,post}
David Malcolm
1
-32
/
+13
2022-11-15
analyzer: add warnings relating to sockets [PR106140]
David Malcolm
1
-0
/
+30
2022-11-15
c, analyzer: support named constants in analyzer [PR106302]
David Malcolm
1
-0
/
+4
2022-11-10
analyzer: new warning: -Wanalyzer-deref-before-check [PR99671]
David Malcolm
1
-2
/
+7
2022-11-08
analyzer: eliminate region_model::eval_condition_without_cm [PR101962]
David Malcolm
1
-49
/
+26
2022-11-07
analyzer: start adding support for errno
David Malcolm
1
-0
/
+22
2022-11-07
analyzer: fix "when 'strchr' returns non-NULL" message
David Malcolm
1
-2
/
+12
2022-11-03
analyzer: use std::unique_ptr during bifurcation
David Malcolm
1
-2
/
+1
[next]