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
2021-08-26
Daily bump.
GCC Administrator
1
-0
/
+6
2021-08-25
analyzer: Impose recursion limit on indirect calls.
Ankur Saini
1
-0
/
+14
2021-08-24
Daily bump.
GCC Administrator
1
-0
/
+181
2021-08-23
analyzer: rewrite of switch handling
David Malcolm
12
-105
/
+1682
2021-08-23
analyzer: fix ICE with NULL change.m_expr [PR101875]
David Malcolm
1
-4
/
+14
2021-08-23
analyzer: fix ICE when failing to reconstruct a fn ptr [PR101837]
David Malcolm
1
-0
/
+3
2021-08-23
analyzer: assume that POINTER_PLUS_EXPR of non-NULL is non-NULL [PR101962]
David Malcolm
1
-28
/
+45
2021-08-23
analyzer: fix uninit false positive on overlapping bindings
David Malcolm
2
-3
/
+79
2021-08-23
analyzer: Fix PR analyzer/102020
Ankur Saini
1
-1
/
+1
2021-08-22
Daily bump.
GCC Administrator
1
-0
/
+21
2021-08-21
analyzer: Fix PR analyzer/101980
Ankur Saini
5
-41
/
+82
2021-08-19
Daily bump.
GCC Administrator
1
-0
/
+51
2021-08-18
analyzer: detect and analyze virtual function calls
Ankur Saini
1
-0
/
+5
2021-08-18
analyzer: detect and analyze calls via function pointer
Ankur Saini
15
-54
/
+440
2021-08-05
Daily bump.
GCC Administrator
1
-0
/
+36
2021-08-04
analyzer: initial implementation of asm support [PR101570]
David Malcolm
13
-3
/
+640
2021-08-04
Daily bump.
GCC Administrator
1
-0
/
+6
2021-08-03
analyzer: Fix ICE on MD builtin [PR101721]
Jakub Jelinek
1
-1
/
+1
2021-08-03
Daily bump.
GCC Administrator
1
-0
/
+30
2021-07-29
analyzer: : Refactor callstring to work with pairs of supernodes.
Ankur Saini
3
-51
/
+154
2021-07-29
Daily bump.
GCC Administrator
1
-0
/
+43
2021-07-28
analyzer: play better with -fsanitize=bounds
David Malcolm
1
-0
/
+6
2021-07-28
analyzer: remove redundant return value from various impl_call_*
David Malcolm
3
-43
/
+53
2021-07-28
analyzer: Handle strdup builtins
Siddhesh Poyarekar
3
-16
/
+41
2021-07-28
analyzer: Recognize __builtin_free as a matching deallocator
Siddhesh Poyarekar
1
-1
/
+2
2021-07-27
Daily bump.
GCC Administrator
1
-0
/
+5
2021-07-26
analyzer: fix uninit false +ve when returning structs
David Malcolm
1
-8
/
+5
2021-07-24
Daily bump.
GCC Administrator
1
-0
/
+16
2021-07-22
analyzer: fix feasibility false +ve with overly complex svalues
David Malcolm
3
-7
/
+49
2021-07-22
Daily bump.
GCC Administrator
1
-0
/
+55
2021-07-21
analyzer: bulletproof -Wanalyzer-file-leak [PR101547]
David Malcolm
1
-6
/
+21
2021-07-21
analyzer: fix ICE in binding_cluster::purge_state_involving [PR101522]
David Malcolm
1
-5
/
+9
2021-07-21
analyzer: fix issues with phi handling
David Malcolm
5
-24
/
+49
2021-07-21
analyzer: fixes to -fdump-analyzer-state-purge for phi nodes
David Malcolm
2
-27
/
+43
2021-07-21
analyzer: show BB index in BEFORE_SUPERNODE's in-edge
David Malcolm
1
-2
/
+9
2021-07-21
analyzer: tweak dumping of min_expr/max_expr
David Malcolm
1
-5
/
+34
2021-07-20
Daily bump.
GCC Administrator
1
-0
/
+34
2021-07-19
analyzer: add svalue::can_have_associated_state_p [PR101503]
David Malcolm
6
-14
/
+50
2021-07-17
Daily bump.
GCC Administrator
1
-0
/
+59
2021-07-16
analyzer: add region_model::check_region_access
David Malcolm
9
-20
/
+88
2021-07-16
analyzer: add __analyzer_dump_state
David Malcolm
5
-0
/
+77
2021-07-16
analyzer: add svalue::maybe_get_region
David Malcolm
5
-21
/
+22
2021-07-16
Daily bump.
GCC Administrator
1
-0
/
+148
2021-07-15
analyzer: fix const-correctness of various is_a_helper
David Malcolm
1
-4
/
+4
2021-07-15
analyzer: reimplement -Wanalyzer-use-of-uninitialized-value [PR95006 et al]
David Malcolm
23
-233
/
+880
2021-07-15
analyzer: add -fdump-analyzer-exploded-paths
David Malcolm
4
-9
/
+49
2021-07-15
analyzer: use DECL_DEBUG_EXPR on SSA names for artificial vars
David Malcolm
2
-5
/
+23
2021-07-15
analyzer: handle self-referential phis
David Malcolm
1
-3
/
+34
2021-07-08
Daily bump.
GCC Administrator
1
-0
/
+61
2021-07-07
analyzer: remove add_any_constraints_from_ssa_def_stmt
David Malcolm
15
-241
/
+359
[next]