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
/
store.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-22
analyzer: fix ICE in binding_cluster ctor [PR106401]
David Malcolm
1
-1
/
+0
2022-07-19
analyzer: don't track string literals in the store [PR106359]
David Malcolm
1
-0
/
+7
2022-07-15
libcpp: Improve encapsulation of label_text
Jonathan Wakely
1
-3
/
+3
2022-07-07
Convert label_text to C++11 move semantics
David Malcolm
1
-3
/
+0
2022-05-20
Use "final" and "override" directly, rather than via macros
David Malcolm
1
-1
/
+1
2022-04-28
analyzer: handle repeated accesses after init of unknown size [PR105285]
David Malcolm
1
-0
/
+12
2022-04-07
analyzer: fix leak false +ve with symbolic writes [PR102208]
David Malcolm
1
-21
/
+91
2022-03-28
analyzer: ensure that we purge state when reusing a conjured_svalue [PR105087]
David Malcolm
1
-9
/
+14
2022-03-26
analyzer: fix ICE on memset of untracked region [PR105057]
David Malcolm
1
-4
/
+13
2022-03-24
analyzer: add region::tracked_p to optimize state objects [PR104954]
David Malcolm
1
-1
/
+5
2022-03-15
analyzer: presize m_cluster_map in store copy ctor
David Malcolm
1
-1
/
+2
2022-03-07
Fix up duplicated duplicated words in comments
Jakub Jelinek
1
-2
/
+2
2022-01-07
analyzer: add logging of aliasing
David Malcolm
1
-0
/
+21
2022-01-06
analyzer: make use of may_be_aliased in alias detection [PR103546]
David Malcolm
1
-7
/
+11
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-11-29
analyzer: further false leak fixes due to overzealous state merging [PR103217]
David Malcolm
1
-2
/
+12
2021-08-23
analyzer: fix uninit false positive on overlapping bindings
David Malcolm
1
-3
/
+74
2021-08-04
analyzer: initial implementation of asm support [PR101570]
David Malcolm
1
-0
/
+17
2021-07-21
analyzer: fix ICE in binding_cluster::purge_state_involving [PR101522]
David Malcolm
1
-5
/
+9
2021-07-15
analyzer: reimplement -Wanalyzer-use-of-uninitialized-value [PR95006 et al]
David Malcolm
1
-0
/
+55
2021-06-30
analyzer: eliminate enum binding_key [PR95006]
David Malcolm
1
-224
/
+429
2021-06-28
analyzer: introduce byte_range and use to simplify dumps
David Malcolm
1
-6
/
+48
2021-06-18
analyzer: fix issue with symbolic reads with concrete bindings
David Malcolm
1
-0
/
+10
2021-06-18
analyzer: add region_model_manager::get_or_create_int_cst
David Malcolm
1
-2
/
+2
2021-06-15
analyzer: fix bitfield endianness issues [PR99212,PR101082]
David Malcolm
1
-0
/
+12
2021-06-08
analyzer: bitfield fixes [PR99212]
David Malcolm
1
-0
/
+186
2021-06-08
analyzer: split out struct bit_range from class concrete_binding
David Malcolm
1
-11
/
+27
2021-04-08
analyzer: fix leak false +ves due to maybe-clobbered regions [PR99042,PR99774]
David Malcolm
1
-11
/
+77
2021-02-11
analyzer: fix ICE in print_mem_ref [PR98969]
David Malcolm
1
-2
/
+17
2021-02-09
analyzer: treat pointers written to *UNKNOWN as escaping [PR98575]
David Malcolm
1
-3
/
+14
2021-01-14
analyzer: fixes to -fdump-analyzer-json
David Malcolm
1
-1
/
+1
2021-01-11
analyzer: fix ICE merging dereferencing unknown ptrs [PR98628]
David Malcolm
1
-2
/
+5
2021-01-06
analyzer: fix false leak reports when merging states [PR97074]
David Malcolm
1
-3
/
+20
2021-01-04
analyzer: fix ICE with -fsanitize=undefined [PR98293]
David Malcolm
1
-1
/
+18
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-10-27
analyzer: eliminate non-determinism in logs
David Malcolm
1
-4
/
+78
2020-10-14
analyzer: fix build with ada [PR93723]
David Malcolm
1
-1
/
+0
2020-09-22
analyzer: add -fdump-analyzer-json
David Malcolm
1
-0
/
+118
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-08-31
analyzer: fix ICE on unknown index in CONSTRUCTOR [PR96860]
David Malcolm
1
-10
/
+23
2020-08-31
analyzer: fix ICE on RANGE_EXPR in CONSTRUCTORs [PR96763]
David Malcolm
1
-35
/
+94
2020-08-25
analyzer: fix leak false positive/widening on pointer iteration [PR94858]
David Malcolm
1
-0
/
+29
2020-08-25
analyzer: fix ICE on initializers for unsized array fields [PR96777]
David Malcolm
1
-0
/
+25
2020-08-22
analyzer: simplify store::eval_alias
David Malcolm
1
-21
/
+24
2020-08-18
analyzer: consider initializers for globals [PR96651]
David Malcolm
1
-9
/
+3
2020-08-17
analyzer: handle &STRING_CST in constant pool initializers [PR96642]
David Malcolm
1
-3
/
+18
2020-08-14
analyzer: fix initialization from constant pool [PR96609,PR96616]
David Malcolm
1
-0
/
+59
2020-08-14
analyzer: fix ICE on escaped unknown pointers [PR96611]
David Malcolm
1
-0
/
+3
2020-08-13
analyzer: rewrite of region and value-handling
David Malcolm
1
-0
/
+2008