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
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
2020-09-10
Daily bump.
GCC Administrator
1
-0
/
+223
2020-09-09
analyzer: generalize sm-malloc to new/delete [PR94355]
David Malcolm
6
-115
/
+589
2020-09-09
analyzer: eliminate sm_context::warn_for_state in favor of a new 'warn' vfunc
David Malcolm
9
-88
/
+108
2020-09-09
analyzer: reimplement on_transition in terms of get_state/set_next_state
David Malcolm
3
-33
/
+80
2020-09-09
analyzer: use objects for state_machine::state_t
David Malcolm
12
-119
/
+136
2020-09-09
Daily bump.
GCC Administrator
1
-0
/
+21
2020-09-08
analyzer: fix another ICE in constructor-handling [PR96949]
David Malcolm
1
-2
/
+6
2020-09-08
analyzer: fix ICE on RANGE_EXPR with CONSTRUCTOR value [PR96950]
David Malcolm
1
-4
/
+14
2020-09-08
analyzer: fix ICE on machine-specific builtins [PR96962]
David Malcolm
1
-1
/
+1
2020-09-02
Daily bump.
GCC Administrator
1
-0
/
+6
2020-09-01
analyzer: fix false NULL deref warning after previous deref [PR96792]
David Malcolm
1
-0
/
+9
2020-09-01
Daily bump.
GCC Administrator
1
-0
/
+57
2020-08-31
analyzer: handle __builtin___memset_chk [PR96798]
David Malcolm
1
-0
/
+1
2020-08-31
analyzer: gather builtin/internal fn handling into switch statements
David Malcolm
1
-8
/
+40
2020-08-31
analyzer: fix ICE on unknown index in CONSTRUCTOR [PR96860]
David Malcolm
3
-14
/
+28
2020-08-31
analyzer: fix ICE on RANGE_EXPR in CONSTRUCTORs [PR96763]
David Malcolm
2
-35
/
+102
2020-08-31
analyzer: fix ICE on casting float to pointer [PR96764]
David Malcolm
3
-11
/
+38
2020-08-27
Daily bump.
GCC Administrator
1
-0
/
+27
2020-08-25
analyzer: fix leak false positive/widening on pointer iteration [PR94858]
David Malcolm
3
-0
/
+54
2020-08-25
analyzer: fix ICE on initializers for unsized array fields [PR96777]
David Malcolm
3
-5
/
+43
2020-08-23
Daily bump.
GCC Administrator
1
-0
/
+21
2020-08-22
analyzer: fix NULL deref false positives [PR94851]
David Malcolm
1
-0
/
+6
2020-08-22
analyzer: simplify store::eval_alias
David Malcolm
2
-22
/
+27
2020-08-22
analyzer: simplify region_model::push_frame
David Malcolm
1
-12
/
+7
2020-08-21
Daily bump.
GCC Administrator
1
-0
/
+17
2020-08-20
analyzer: fix infinite recursion ICE on unions [PR96723]
David Malcolm
2
-0
/
+4
2020-08-19
analyzer: fix ICE on vector comparisons [PR96713]
David Malcolm
1
-13
/
+12
2020-08-20
Daily bump.
GCC Administrator
1
-0
/
+49
2020-08-19
analyzer: fix ICE on deref_rvalue on SK_COMPOUND [PR96643]
David Malcolm
1
-21
/
+5
2020-08-19
analyzer: fix ICE on folding vector 0 [PR96705]
David Malcolm
1
-2
/
+2
2020-08-19
analyzer: fix ICE converting float to int [PR96699]
David Malcolm
1
-0
/
+5
2020-08-18
analyzer: consider initializers for globals [PR96651]
David Malcolm
5
-29
/
+130
[next]