index
:
rocket-tools/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/gfortran-test
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-15
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-15
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
2025-06-30
analyzer: use nullptr rather than NULL
David Malcolm
1
-24
/
+24
2025-04-28
analyzer: initial implementation of exception handling [PR97111]
David Malcolm
1
-0
/
+13
2025-04-28
Eliminate make-unique.h and ::make_unique
David Malcolm
1
-3
/
+1
2025-04-28
analyzer: convert various enums to "enum class"
David Malcolm
1
-6
/
+6
2025-04-28
analyzer: use analyzer/common.h as a common header
David Malcolm
1
-25
/
+10
2025-03-14
analyzer: Fix ICE in cmp_csts_same_type on RAW_DATA_CST [PR119278]
Jakub Jelinek
1
-2
/
+15
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-11-22
build: Remove INCLUDE_MEMORY [PR117737]
Andrew Pinski
1
-1
/
+0
2024-11-01
analyzer: use std::unique_ptr in "to_json" functions
David Malcolm
1
-2
/
+2
2024-09-20
analyzer: simplify dumps using tree_dump_pretty_printer [PR116613]
David Malcolm
1
-5
/
+1
2024-09-09
diagnostics: rename dc.printer to m_printer [PR116613]
David Malcolm
1
-1
/
+1
2024-06-18
analyzer: Fix g++ 4.8 bootstrap without using std::move to return std::unique...
Jonathan Wakely
1
-2
/
+2
2024-06-12
pretty_printer: make all fields private
David Malcolm
1
-1
/
+1
2024-06-08
analyzer: Restore g++ 4.8 bootstrap; use std::move to return std::unique_ptr.
Roger Sayle
1
-1
/
+1
2024-05-30
Add new text_art::tree_widget and use it in analyzer
David Malcolm
1
-0
/
+421
2024-03-18
analyzer: fix ICEs due to sloppy types in bounds-checking [PR110902,PR110928,...
David Malcolm
1
-8
/
+148
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-11-17
analyzer: new warning: -Wanalyzer-infinite-loop [PR106147]
David Malcolm
1
-1
/
+9
2023-09-01
analyzer: Add support of placement new and improved operator new [PR105948,PR...
benjamin priour
1
-0
/
+2
2023-08-04
analyzer: handle function attribute "alloc_size" [PR110426]
David Malcolm
1
-0
/
+11
2023-08-04
analyzer: fix some svalue::dump_to_pp implementations
David Malcolm
1
-7
/
+20
2023-07-26
analyzer: add symbol base class, moving region id to there [PR104940]
David Malcolm
1
-7
/
+13
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
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
[next]