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
/
analyzer.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-06
analyzer: split out more stuff from region-model-impl-calls.cc
David Malcolm
1
-0
/
+2
2022-12-02
analyzer: introduce struct event_loc_info
David Malcolm
1
-0
/
+1
2022-12-02
analyzer: fixes to region creation messages [PR107851]
David Malcolm
1
-1
/
+2
2022-11-29
analyzer work on issues with flex-generated lexers [PR103546]
David Malcolm
1
-0
/
+1
2022-11-23
analyzer: move known funs for fds to sm-fd.cc
David Malcolm
1
-0
/
+1
2022-11-22
analyzer: eliminate region_model::impl_call_* special cases
David Malcolm
1
-0
/
+13
2022-11-18
analyzer: move more impl_* to known_function
David Malcolm
1
-2
/
+0
2022-11-16
analyzer: log the stashing of named constants [PR107711]
David Malcolm
1
-0
/
+2
2022-11-16
analyzer: use known_function to simplify region_model::on_call_{pre,post}
David Malcolm
1
-2
/
+12
2022-11-15
c, analyzer: support named constants in analyzer [PR106302]
David Malcolm
1
-0
/
+3
2022-11-03
analyzer: use std::unique_ptr for state machines from plugins
David Malcolm
1
-1
/
+1
2022-11-03
analyzer: use std::unique_ptr for known functions
David Malcolm
1
-1
/
+1
2022-11-03
analyzer: use std::unique_ptr during bifurcation
David Malcolm
1
-3
/
+2
2022-11-03
analyzer: fix ICE when pipe's arg isn't a pointer [PR107486]
David Malcolm
1
-0
/
+2
2022-10-05
analyzer: simplify some includes
David Malcolm
1
-0
/
+2
2022-10-04
analyzer: revamp side-effects of call summaries [PR107072]
David Malcolm
1
-0
/
+11
2022-09-09
analyzer: add support for plugin-supplied known function behaviors
David Malcolm
1
-0
/
+13
2022-09-08
analyzer: support for symbolic values in the out-of-bounds checker [PR106625]
Tim Lange
1
-8
/
+15
2022-05-16
analyzer: implement four new warnings for <stdarg.h> misuses [PR105103]
David Malcolm
1
-0
/
+4
2022-03-28
analyzer: ensure that we purge state when reusing a conjured_svalue [PR105087]
David Malcolm
1
-0
/
+1
2022-03-18
analyzer: extend state-purging to locals [PR104943]
David Malcolm
1
-0
/
+1
2022-03-10
analyzer: add notes to write-to-const/string from access attr [PR104793]
David Malcolm
1
-0
/
+1
2022-02-23
analyzer: handle __attribute__((const)) [PR104434]
David Malcolm
1
-0
/
+1
2022-02-02
analyzer: implement bit_range_region
David Malcolm
1
-0
/
+1
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-09-08
analyzer: fix ICE when discarding result of realloc [PR102225]
David Malcolm
1
-0
/
+2
2021-08-30
analyzer: support "bifurcation"; reimplement realloc [PR99260]
David Malcolm
1
-0
/
+51
2021-08-23
analyzer: rewrite of switch handling
David Malcolm
1
-1
/
+3
2021-08-04
analyzer: initial implementation of asm support [PR101570]
David Malcolm
1
-0
/
+2
2021-07-28
analyzer: Handle strdup builtins
Siddhesh Poyarekar
1
-4
/
+4
2021-07-16
analyzer: add region_model::check_region_access
David Malcolm
1
-0
/
+8
2021-07-15
analyzer: reimplement -Wanalyzer-use-of-uninitialized-value [PR95006 et al]
David Malcolm
1
-0
/
+1
2021-06-30
analyzer: eliminate enum binding_key [PR95006]
David Malcolm
1
-0
/
+5
2021-06-28
analyzer: introduce byte_range and use to simplify dumps
David Malcolm
1
-0
/
+1
2021-06-08
analyzer: fix region::get_bit_size for bitfields
David Malcolm
1
-0
/
+2
2021-03-31
analyzer: avoid printing '<unknown>' for SSA names [PR99771]
David Malcolm
1
-0
/
+1
2021-01-18
analyzer: use "malloc" attribute
David Malcolm
1
-0
/
+1
2021-01-14
analyzer: const fixes [PR98679]
David Malcolm
1
-1
/
+1
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-11-30
Add analyzer plugin support and CPython GIL example
David Malcolm
1
-0
/
+13
2020-10-28
analyzer: move svalue and region decls to their own header files
David Malcolm
1
-0
/
+3
2020-09-23
analyzer: add -fno-analyzer-feasibility
David Malcolm
1
-0
/
+1
2020-09-23
gcc/analyzer: Silence -Wpragma warns with GCC < 10
Tobias Burnus
1
-1
/
+2
2020-08-13
analyzer: rewrite of region and value-handling
David Malcolm
1
-6
/
+186
2020-03-27
analyzer: add new supergraph visualization
David Malcolm
1
-0
/
+1
2020-03-06
analyzer: improvements to region_model::get_representative_tree
David Malcolm
1
-0
/
+1
2020-03-06
analyzer: improvements to state dumping
David Malcolm
1
-2
/
+6
2020-03-02
analyzer: detect malloc, free, calloc within "std" [PR93959]
David Malcolm
1
-0
/
+2
2020-01-29
analyzer: fix build with gcc 4.4 (PR 93276)
Jakub Jelinek
1
-16
/
+0
2020-01-27
analyzer: fix setjmp-detection and support sigsetjmp
David Malcolm
1
-1
/
+3
[next]