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
2022-03-05
Daily bump.
GCC Administrator
1
-0
/
+6
2022-03-04
analyzer: reduce svalue depth limit from 13 to 12 [PR103521]
David Malcolm
1
-1
/
+1
2022-02-24
Daily bump.
GCC Administrator
1
-0
/
+31
2022-02-23
analyzer: handle __attribute__((const)) [PR104434]
David Malcolm
7
-6
/
+306
2022-02-18
Daily bump.
GCC Administrator
1
-0
/
+7
2022-02-16
analyzer: const functions have no side effects [PR104576]
David Malcolm
1
-2
/
+4
2022-02-17
Daily bump.
GCC Administrator
1
-0
/
+34
2022-02-16
analyzer: fixes to free of non-heap detection [PR104560]
David Malcolm
4
-99
/
+149
2022-02-16
Daily bump.
GCC Administrator
1
-0
/
+19
2022-02-15
analyzer: fix ICE on cast to NULL type [PR104524]
David Malcolm
1
-2
/
+3
2022-02-15
analyzer: fix uninit false +ve due to optimized conditionals [PR102692]
David Malcolm
3
-0
/
+118
2022-02-12
Daily bump.
GCC Administrator
1
-0
/
+6
2022-02-11
analyzer: ignore uninitialized uses of empty types [PR104274]
David Malcolm
1
-1
/
+9
2022-02-11
Daily bump.
GCC Administrator
1
-0
/
+11
2022-02-10
analyzer: handle more casts of string literals [PR98797]
David Malcolm
3
-6
/
+47
2022-02-10
Daily bump.
GCC Administrator
1
-0
/
+8
2022-02-08
analyzer: fix hashing of bit_range_region::key_t [PR104452]
David Malcolm
2
-1
/
+20
2022-02-08
Daily bump.
GCC Administrator
1
-0
/
+14
2022-02-07
analyzer: fix ICE on realloc of non-heap [PR104417]
David Malcolm
1
-9
/
+0
2022-02-07
analyzer: fixes to memcpy [PR103872]
David Malcolm
1
-14
/
+14
2022-02-04
Daily bump.
GCC Administrator
1
-0
/
+26
2022-02-03
analyzer: fixes to realloc-handling [PR104369]
David Malcolm
3
-7
/
+40
2022-02-03
analyzer: fix zero-fill of calloc
David Malcolm
1
-1
/
+3
2022-02-03
Daily bump.
GCC Administrator
1
-0
/
+44
2022-02-02
analyzer: fix missing check for uninit of return values
David Malcolm
3
-27
/
+11
2022-02-02
analyzer: consolidate duplicate code in region::calc_offset
David Malcolm
1
-43
/
+5
2022-02-02
analyzer: implement bit_range_region
David Malcolm
6
-0
/
+212
2022-02-02
analyzer: stop -ftrivial-auto-var-init from suppressing uninit warnings [PR10...
David Malcolm
1
-0
/
+10
2022-01-28
Daily bump.
GCC Administrator
1
-0
/
+54
2022-01-27
analyzer: show region creation events for uninit warnings
David Malcolm
9
-9
/
+231
2022-01-27
analyzer: fix -Wformat warnings on i686
Martin Liska
2
-3
/
+3
2022-01-27
Daily bump.
GCC Administrator
1
-0
/
+20
2022-01-26
analyzer: fix missing uninit warning on args to stdio builtins [PR104224]
David Malcolm
2
-0
/
+13
2022-01-26
analyzer: fix sense in range::add_bound [PR94362]
David Malcolm
1
-14
/
+79
2022-01-23
Daily bump.
GCC Administrator
1
-0
/
+8
2022-01-22
analyzer: fix ICE on vector casts [PR104159]
David Malcolm
1
-0
/
+11
2022-01-21
Daily bump.
GCC Administrator
1
-0
/
+24
2022-01-20
analyzer: reject ((i + 1 > 0) && (i < 0)) for integers [PR94362]
David Malcolm
3
-13
/
+179
2022-01-19
Daily bump.
GCC Administrator
1
-0
/
+16
2022-01-18
analyzer: fix ICE on unary ops folding to casts of constants [PR104089]
David Malcolm
1
-1
/
+18
2022-01-18
analyzer: fix ICE on realloc of zeroed memory [PR104062]
David Malcolm
1
-1
/
+2
2022-01-18
Daily bump.
GCC Administrator
1
-0
/
+9
2022-01-17
Change references of .c files to .cc files
Martin Liska
5
-6
/
+6
2022-01-15
Daily bump.
GCC Administrator
1
-0
/
+30
2022-01-14
analyzer: fix ICE when combining taint states has_ub and has_lb
David Malcolm
1
-5
/
+9
2022-01-14
analyzer: fix ICE in taint checker on unary ops [PR104029]
David Malcolm
1
-1
/
+0
2022-01-13
Add __attribute__ ((tainted_args))
David Malcolm
1
-2
/
+318
2022-01-13
Daily bump.
GCC Administrator
1
-0
/
+23
2022-01-12
analyzer: complain about tainted sizes with "access" attribute [PR103940]
David Malcolm
3
-12
/
+124
2022-01-12
Daily bump.
GCC Administrator
1
-0
/
+29
[next]