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/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-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
2023-03-18
analyzer: fix ICE on certain longjmp calls [PR109094]
David Malcolm
2
-4
/
+14
2023-03-11
Daily bump.
GCC Administrator
1
-0
/
+48
2023-03-10
analyzer: fix leak false +ve seen in haproxy's cfgparse.c [PR109059]
David Malcolm
3
-16
/
+69
2023-03-10
analyzer: fix deref-before-check false +ves seen in haproxy [PR108475,PR109060]
David Malcolm
1
-37
/
+44
2023-03-04
Daily bump.
GCC Administrator
1
-0
/
+5
2023-03-03
analyzer: provide placeholder implementation of sprintf
David Malcolm
1
-0
/
+29
2023-03-03
Daily bump.
GCC Administrator
1
-0
/
+10
2023-03-02
analyzer: fix uninit false +ves reading from DECL_HARD_REGISTER [PR108968]
David Malcolm
1
-1
/
+8
2023-03-02
analyzer: Support errno for newlib
Hans-Peter Nilsson
1
-0
/
+2
2023-03-02
Daily bump.
GCC Administrator
1
-0
/
+21
2023-03-01
analyzer: fixes to side-effects for built-in functions [PR107565]
David Malcolm
1
-25
/
+19
2023-03-01
analyzer: fix infinite recursion false +ves [PR108935]
David Malcolm
1
-51
/
+100
2023-02-22
Daily bump.
GCC Administrator
1
-0
/
+17
2023-02-21
analyzer: stop exploring the path after certain diagnostics [PR108830]
David Malcolm
6
-7
/
+64
2023-02-17
Daily bump.
GCC Administrator
1
-0
/
+17
2023-02-16
analyzer: respect some conditions from bit masks [PR108806]
David Malcolm
3
-1
/
+175
2023-02-16
Daily bump.
GCC Administrator
1
-0
/
+35
2023-02-15
analyzer: fix uninit false +ves [PR108664,PR108666,PR108725]
David Malcolm
8
-24
/
+146
[next]