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
/
region.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-03
analyzer: fix ICE on zero-sized arrays [PR110882]
David Malcolm
1
-1
/
+5
2023-07-26
analyzer: add symbol base class, moving region id to there [PR104940]
David Malcolm
1
-13
/
+6
2023-06-21
analyzer: add text-art visualizations of out-of-bounds accesses [PR106626]
David Malcolm
1
-7
/
+362
2023-06-09
analyzer: add caching to globals with initializers [PR110112]
David Malcolm
1
-6
/
+65
2023-05-18
analyzer: use _P() defines from tree.h
Bernhard Reutner-Fischer
1
-1
/
+1
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-12-14
analyzer: don't call binding_key::make on empty regions [PR108065]
David Malcolm
1
-0
/
+3
2022-12-06
analyzer: don't create bindings or binding keys for empty regions [PR107882]
David Malcolm
1
-0
/
+12
2022-11-07
analyzer: start adding support for errno
David Malcolm
1
-0
/
+22
2022-11-03
analyzer: use std::unique_ptr for pending_diagnostic/note
David Malcolm
1
-0
/
+1
2022-10-05
analyzer: simplify some includes
David Malcolm
1
-4
/
+0
2022-09-08
analyzer: support for symbolic values in the out-of-bounds checker [PR106625]
Tim Lange
1
-14
/
+117
2022-09-05
analyzer: return a concrete offset for cast_regions
Tim Lange
1
-0
/
+10
2022-08-12
analyzer: out-of-bounds checker [PR106000]
Tim Lange
1
-0
/
+32
2022-07-20
analyzer: fix ICE on untracked decl_regions [PR106374]
David Malcolm
1
-0
/
+5
2022-07-15
libcpp: Improve encapsulation of label_text
Jonathan Wakely
1
-1
/
+1
2022-07-07
Convert label_text to C++11 move semantics
David Malcolm
1
-1
/
+0
2022-05-16
analyzer: implement four new warnings for <stdarg.h> misuses [PR105103]
David Malcolm
1
-2
/
+30
2022-04-09
analyzer: fix folding of regions involving unknown ptrs [PR103892]
David Malcolm
1
-3
/
+8
2022-03-28
analyzer: fix ICE with incorrect lookup of cgraph node [PR105074]
David Malcolm
1
-6
/
+7
2022-03-24
analyzer: add region::tracked_p to optimize state objects [PR104954]
David Malcolm
1
-0
/
+88
2022-03-23
analyzer: fix accessing wrong stack frame on interprocedural return [PR104979]
David Malcolm
1
-6
/
+44
2022-02-10
analyzer: handle more casts of string literals [PR98797]
David Malcolm
1
-0
/
+28
2022-02-02
analyzer: fix missing check for uninit of return values
David Malcolm
1
-15
/
+0
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
1
-0
/
+84
2022-01-17
Change references of .c files to .cc files
Martin Liska
1
-1
/
+1
2022-01-07
analyzer: add region::is_named_decl_p
David Malcolm
1
-0
/
+14
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-07-16
analyzer: add region_model::check_region_access
David Malcolm
1
-1
/
+1
2021-07-15
analyzer: reimplement -Wanalyzer-use-of-uninitialized-value [PR95006 et al]
David Malcolm
1
-0
/
+117
2021-06-30
analyzer: eliminate enum binding_key [PR95006]
David Malcolm
1
-50
/
+180
2021-06-08
analyzer: fix region::get_bit_size for bitfields
David Malcolm
1
-4
/
+29
2021-01-07
analyzer: fix ICE when DECL_INITIAL is error_mark_node [PR98580]
David Malcolm
1
-0
/
+5
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-10-28
analyzer: move svalue and region decls to their own header files
David Malcolm
1
-0
/
+11
2020-10-28
analyzer: fix more pointer-printing in logs
David Malcolm
1
-3
/
+6
2020-10-27
analyzer: don't assume extern const vars are zero-initialized [PR97568]
David Malcolm
1
-0
/
+5
2020-10-27
analyzer: eliminate non-determinism in logs
David Malcolm
1
-2
/
+3
2020-10-14
analyzer: fix ICE on globals with unknown size [PR93388]
David Malcolm
1
-3
/
+13
2020-09-22
analyzer: add -fdump-analyzer-json
David Malcolm
1
-0
/
+12
2020-08-31
analyzer: fix ICE on unknown index in CONSTRUCTOR [PR96860]
David Malcolm
1
-1
/
+2
2020-08-20
analyzer: fix infinite recursion ICE on unions [PR96723]
David Malcolm
1
-0
/
+2
2020-08-18
analyzer: consider initializers for globals [PR96651]
David Malcolm
1
-12
/
+45
2020-08-18
analyzer: fix ICE with negative bit offsets [PR96648]
David Malcolm
1
-1
/
+2
2020-08-17
analyzer: fix ICE due to NULL type [PR96639]
David Malcolm
1
-1
/
+1
2020-08-14
analyzer: fix initialization from constant pool [PR96609,PR96616]
David Malcolm
1
-0
/
+27
2020-08-13
analyzer: rewrite of region and value-handling
David Malcolm
1
-0
/
+1064