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
2020-10-23
Daily bump.
GCC Administrator
1
-0
/
+14
2020-10-22
analyzer: fix ICE when handling callback exceeds enode limit [PR97514]
David Malcolm
1
-2
/
+3
2020-10-22
analyzer: fix ICE on dtor [PR97489]
David Malcolm
1
-0
/
+5
2020-10-15
Daily bump.
GCC Administrator
1
-0
/
+16
2020-10-14
analyzer: fix ICE on globals with unknown size [PR93388]
David Malcolm
2
-21
/
+32
2020-10-14
analyzer: fix build with ada [PR93723]
David Malcolm
1
-1
/
+0
2020-10-13
Daily bump.
GCC Administrator
1
-0
/
+55
2020-10-12
analyzer: handle static callbacks [PR97258]
David Malcolm
6
-14
/
+109
2020-10-12
analyzer: add warnings about writes to constant regions [PR95007]
David Malcolm
4
-1
/
+133
2020-10-08
Daily bump.
GCC Administrator
1
-0
/
+9
2020-10-07
analyzer: handle C++ argument numbers and "this" [PR97116]
David Malcolm
1
-14
/
+47
2020-09-30
Daily bump.
GCC Administrator
1
-0
/
+14
2020-09-29
analyzer: fix signal-handler registration location [PR95188]
David Malcolm
1
-6
/
+16
2020-09-29
analyzer: silence -Wsign-compare warnings
David Malcolm
2
-4
/
+4
2020-09-29
Daily bump.
GCC Administrator
1
-0
/
+25
2020-09-28
analyzer: add some missing FINAL OVERRIDEs
David Malcolm
1
-4
/
+16
2020-09-28
analyzer: remove unused field
David Malcolm
1
-1
/
+0
2020-09-28
analyzer: fix ICE on non-pointer longjmp [PR97233]
David Malcolm
2
-1
/
+5
2020-09-28
analyzer: fix sm_state_map::print
David Malcolm
1
-1
/
+1
2020-09-27
Daily bump.
GCC Administrator
1
-0
/
+10
2020-09-25
analyzer: fix ICEs treeifying offset_region [PR96646, PR96841]
David Malcolm
1
-2
/
+5
2020-09-25
Daily bump.
GCC Administrator
1
-0
/
+50
2020-09-23
analyzer: add -fno-analyzer-feasibility
David Malcolm
9
-48
/
+185
2020-09-24
Daily bump.
GCC Administrator
1
-0
/
+26
2020-09-23
analyzer: fix member call on null seen with ubsan [PR97178]
David Malcolm
3
-8
/
+10
2020-09-23
gcc/analyzer: Silence -Wpragma warns with GCC < 10
Tobias Burnus
3
-1
/
+6
2020-09-22
analyzer: use switch in exploded_node::on_stmt
David Malcolm
1
-54
/
+80
2020-09-23
Daily bump.
GCC Administrator
1
-0
/
+83
2020-09-22
analyzer: add -fdump-analyzer-json
David Malcolm
36
-0
/
+794
2020-09-22
Daily bump.
GCC Administrator
1
-0
/
+16
2020-09-21
analyzer: fix ICE on bogus decl of memset [PR97130]
David Malcolm
3
-2
/
+13
2020-09-21
analyzer: decls are not on the heap
David Malcolm
1
-1
/
+3
2020-09-19
Daily bump.
GCC Administrator
1
-0
/
+10
2020-09-18
analyzer: fix warning_event::get_desc for global state changes
David Malcolm
1
-8
/
+21
2020-09-18
analyzer: handle strdup and strndup
David Malcolm
1
-1
/
+3
2020-09-17
Daily bump.
GCC Administrator
1
-0
/
+47
2020-09-16
analyzer: fix state explosions due to SCC bug
David Malcolm
1
-6
/
+16
2020-09-16
analyzer: show SCC ids in .dot dumps
David Malcolm
2
-2
/
+13
2020-09-16
analyzer: bulk merger/processing of runs of nodes at CFG join points
David Malcolm
2
-0
/
+211
2020-09-16
analyzer: add program_point::get_next
David Malcolm
3
-20
/
+35
2020-09-16
analyzer: show program point in -Wanalyzer-too-complex
David Malcolm
1
-0
/
+1
2020-09-16
analyzer: getchar has no side-effects
David Malcolm
1
-0
/
+5
2020-09-16
Daily bump.
GCC Administrator
1
-0
/
+7
2020-09-15
analyzer: fix ICE when merging constraints w/o transitivity [PR96650]
David Malcolm
1
-1
/
+9
2020-09-15
Daily bump.
GCC Administrator
1
-0
/
+22
2020-09-14
analyzer: add -param=analyzer-max-constraints=
David Malcolm
2
-0
/
+7
2020-09-14
analyzer: fix constraint explosion on many-cased switch [PR96653]
David Malcolm
1
-33
/
+0
2020-09-14
analyzer: fix ICE on setjmp with non-pointer-type [PR97029]
David Malcolm
2
-1
/
+5
2020-09-12
Daily bump.
GCC Administrator
1
-0
/
+19
2020-09-10
analyzer: stricter handling of non-pure builtins [PR96798]
David Malcolm
3
-0
/
+77
[next]