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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-23
Daily bump.
GCC Administrator
1
-0
/
+99
2023-08-22
analyzer: reimplement kf_strlen [PR105899]
David Malcolm
3
-59
/
+29
2023-08-21
analyzer: check format strings for null termination [PR105899]
David Malcolm
4
-30
/
+137
2023-08-21
analyzer: add kf_fopen
David Malcolm
1
-0
/
+28
2023-08-21
analyzer: replace -Wanalyzer-unterminated-string with scan_for_null_terminato...
David Malcolm
8
-97
/
+484
2023-08-21
analyzer: handle NULL inner context in region_model_context_decorator
David Malcolm
2
-29
/
+60
2023-08-21
analyzer: add ability for context to add events to a saved_diagnostic
David Malcolm
6
-3
/
+82
2023-08-21
analyzer: convert note_adding_context to annotating_context
David Malcolm
2
-13
/
+13
2023-08-15
Daily bump.
GCC Administrator
1
-0
/
+10
2023-08-14
analyzer: New option fanalyzer-show-events-in-system-headers [PR110543]
benjamin priour
3
-0
/
+101
2023-08-12
Daily bump.
GCC Administrator
1
-0
/
+34
2023-08-11
analyzer: new warning: -Wanalyzer-unterminated-string [PR105899]
David Malcolm
7
-0
/
+208
2023-08-11
analyzer: More features for CPython analyzer plugin [PR107646]
Eric Feng
4
-5
/
+72
2023-08-10
Daily bump.
GCC Administrator
1
-0
/
+56
2023-08-09
analyzer: remove default return value from region_model::on_call_pre
David Malcolm
10
-187
/
+218
2023-08-05
Daily bump.
GCC Administrator
1
-0
/
+44
2023-08-04
analyzer: handle function attribute "alloc_size" [PR110426]
David Malcolm
9
-27
/
+155
2023-08-04
analyzer: fix some svalue::dump_to_pp implementations
David Malcolm
1
-7
/
+20
2023-08-04
Daily bump.
GCC Administrator
1
-0
/
+5
2023-08-03
analyzer: fix ICE on zero-sized arrays [PR110882]
David Malcolm
1
-1
/
+5
2023-08-03
Daily bump.
GCC Administrator
1
-0
/
+8
2023-08-02
analyzer: stash values for CPython plugin [PR107646]
Eric Feng
2
-0
/
+31
2023-07-27
Daily bump.
GCC Administrator
1
-0
/
+129
2023-07-26
analyzer: add symbol base class, moving region id to there [PR104940]
David Malcolm
9
-150
/
+262
2023-07-22
Daily bump.
GCC Administrator
1
-0
/
+18
2023-07-20
analyzer: avoid usage of TYPE_PRECISION on vector types [PR110455]
David Malcolm
1
-1
/
+2
2023-07-20
analyzer/text-art: fix clang warnings [PR110433,PR110612]
David Malcolm
1
-0
/
+1
2023-07-20
analyzer: fix ICE on certain pointer subtractions [PR110387]
David Malcolm
1
-5
/
+11
2023-07-20
Daily bump.
GCC Administrator
1
-0
/
+9
2023-07-19
analyzer: fix ICE on division of tainted floating-point values [PR110700]
David Malcolm
2
-0
/
+7
2023-06-30
Daily bump.
GCC Administrator
1
-0
/
+12
2023-06-30
analyzer: Fix regression bug after r14-1632-g9589a46ddadc8b [PR110198]
benjamin priour
3
-10
/
+13
2023-06-25
Daily bump.
GCC Administrator
1
-0
/
+5
2023-06-23
text-art: remove explicit #include of C++ standard library headers
David Malcolm
2
-0
/
+2
2023-06-23
Daily bump.
GCC Administrator
1
-0
/
+143
2023-06-21
analyzer: add text-art visualizations of out-of-bounds accesses [PR106626]
David Malcolm
27
-140
/
+3319
2023-06-11
Daily bump.
GCC Administrator
1
-0
/
+13
2023-06-10
analyzer: Fix allocation size false positive on conjured svalue [PR109577]
Tim Lange
3
-50
/
+162
2023-06-10
Daily bump.
GCC Administrator
1
-0
/
+19
2023-06-09
analyzer: add caching to globals with initializers [PR110112]
David Malcolm
3
-31
/
+79
2023-06-09
Daily bump.
GCC Administrator
1
-0
/
+11
2023-06-08
analyzer: Standalone OOB-warning [PR109437, PR109439]
Benjamin Priour
3
-21
/
+37
2023-06-03
Daily bump.
GCC Administrator
1
-0
/
+18
2023-06-02
analyzer: implement various atomic builtins [PR109015]
David Malcolm
1
-0
/
+355
2023-06-02
analyzer: regions in different memory spaces can't alias
David Malcolm
1
-0
/
+12
2023-05-19
Daily bump.
GCC Administrator
1
-0
/
+9
2023-05-18
analyzer: use _P() defines from tree.h
Bernhard Reutner-Fischer
3
-6
/
+6
2023-03-23
Daily bump.
GCC Administrator
1
-0
/
+11
2023-03-22
analyzer: fix false +ves from -Wanalyzer-deref-before-check due to inlining [...
David Malcolm
3
-4
/
+50
2023-03-19
Daily bump.
GCC Administrator
1
-0
/
+11
[next]