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
/
svalue.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-03
analyzer: use std::unique_ptr for pending_diagnostic/note
David Malcolm
1
-0
/
+1
2022-10-13
analyzer: fix ICE introduced in r13-3168 [PR107210]
David Malcolm
1
-1
/
+2
2022-10-07
analyzer: extract bits from integer constants [PR105783]
David Malcolm
1
-1
/
+16
2022-10-05
analyzer: simplify some includes
David Malcolm
1
-8
/
+2
2022-10-04
analyzer: revamp side-effects of call summaries [PR107072]
David Malcolm
1
-2
/
+6
2022-10-04
analyzer: widening_svalues take a function_point rather than a program_point
David Malcolm
1
-2
/
+2
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-07-02
analyzer: add allocation size checker [PR105900]
Tim Lange
1
-13
/
+13
2022-05-23
analyzer: use 'final' and 'override' where appropriate
David Malcolm
1
-2
/
+2
2022-04-25
analyzer: fix ICEs on complex constants [PR105365,105366]
David Malcolm
1
-9
/
+21
2022-04-14
analyzer: fix escaping of pointer arithmetic [PR105264]
David Malcolm
1
-0
/
+42
2022-04-14
analyzer: fix ICE comparing VECTOR_CSTs [PR105252]
David Malcolm
1
-3
/
+10
2022-02-23
analyzer: handle __attribute__((const)) [PR104434]
David Malcolm
1
-0
/
+73
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-11-19
analyzer: fix false leak due to overeager state merging [PR103217]
David Malcolm
1
-0
/
+8
2021-08-30
analyzer: support "bifurcation"; reimplement realloc [PR99260]
David Malcolm
1
-1
/
+2
2021-08-04
analyzer: initial implementation of asm support [PR101570]
David Malcolm
1
-0
/
+89
2021-07-21
analyzer: tweak dumping of min_expr/max_expr
David Malcolm
1
-5
/
+34
2021-07-19
analyzer: add svalue::can_have_associated_state_p [PR101503]
David Malcolm
1
-0
/
+4
2021-07-16
analyzer: add region_model::check_region_access
David Malcolm
1
-1
/
+1
2021-07-16
analyzer: add svalue::maybe_get_region
David Malcolm
1
-0
/
+12
2021-07-15
analyzer: reimplement -Wanalyzer-use-of-uninitialized-value [PR95006 et al]
David Malcolm
1
-2
/
+30
2021-07-07
analyzer: remove add_any_constraints_from_ssa_def_stmt
David Malcolm
1
-5
/
+19
2021-06-30
analyzer: eliminate enum binding_key [PR95006]
David Malcolm
1
-0
/
+381
2021-06-03
analyzer: show types for poisoned_svalue and compound_svalue
David Malcolm
1
-6
/
+23
2021-03-24
analyzer; reset sm-state for SSA names at def-stmts [PR93695,PR99044,PR99716]
David Malcolm
1
-0
/
+34
2021-02-17
analyzer: fix false leak involving params [PR98969]
David Malcolm
1
-12
/
+40
2021-01-06
analyzer: fix false leak reports when merging states [PR97074]
David Malcolm
1
-0
/
+16
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-11-05
analyzer: fix ICE comparing COMPLEX_CSTs [PR97668]
David Malcolm
1
-0
/
+4
2020-10-28
analyzer: move svalue and region decls to their own header files
David Malcolm
1
-30
/
+1
2020-10-27
analyzer: eliminate non-determinism in logs
David Malcolm
1
-0
/
+205
2020-09-22
analyzer: add -fdump-analyzer-json
David Malcolm
1
-0
/
+12
2020-08-31
analyzer: fix ICE on casting float to pointer [PR96764]
David Malcolm
1
-5
/
+8
2020-08-25
analyzer: fix leak false positive/widening on pointer iteration [PR94858]
David Malcolm
1
-0
/
+23
2020-08-25
analyzer: fix ICE on initializers for unsized array fields [PR96777]
David Malcolm
1
-0
/
+14
2020-08-13
analyzer: rewrite of region and value-handling
David Malcolm
1
-0
/
+1004