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
/
engine.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-30
Add analyzer plugin support and CPython GIL example
David Malcolm
1
-0
/
+31
2020-11-11
analyzer: precision-of-wording for -Wanalyzer-stale-setjmp-buffer
David Malcolm
1
-3
/
+52
2020-10-27
analyzer: eliminate non-deterministic behavior
David Malcolm
1
-10
/
+29
2020-10-27
analyzer: eliminate non-determinism in logs
David Malcolm
1
-5
/
+59
2020-10-27
analyzer: fix param "analyzer-max-enodes-per-program-point"
David Malcolm
1
-1
/
+1
2020-10-22
analyzer: fix ICE when handling callback exceeds enode limit [PR97514]
David Malcolm
1
-2
/
+3
2020-10-22
analyzer: fix ICE on dtor [PR97489]
David Malcolm
1
-0
/
+5
2020-10-12
analyzer: handle static callbacks [PR97258]
David Malcolm
1
-0
/
+70
2020-09-29
analyzer: fix signal-handler registration location [PR95188]
David Malcolm
1
-6
/
+16
2020-09-29
analyzer: silence -Wsign-compare warnings
David Malcolm
1
-1
/
+1
2020-09-28
analyzer: fix ICE on non-pointer longjmp [PR97233]
David Malcolm
1
-0
/
+1
2020-09-23
analyzer: add -fno-analyzer-feasibility
David Malcolm
1
-3
/
+22
2020-09-23
analyzer: fix member call on null seen with ubsan [PR97178]
David Malcolm
1
-1
/
+1
2020-09-22
analyzer: use switch in exploded_node::on_stmt
David Malcolm
1
-54
/
+80
2020-09-22
analyzer: add -fdump-analyzer-json
David Malcolm
1
-0
/
+146
2020-09-16
analyzer: fix state explosions due to SCC bug
David Malcolm
1
-6
/
+16
2020-09-16
analyzer: show SCC ids in .dot dumps
David Malcolm
1
-2
/
+4
2020-09-16
analyzer: bulk merger/processing of runs of nodes at CFG join points
David Malcolm
1
-0
/
+207
2020-09-16
analyzer: add program_point::get_next
David Malcolm
1
-20
/
+4
2020-09-16
analyzer: show program point in -Wanalyzer-too-complex
David Malcolm
1
-0
/
+1
2020-09-09
analyzer: eliminate sm_context::warn_for_state in favor of a new 'warn' vfunc
David Malcolm
1
-23
/
+11
2020-09-09
analyzer: reimplement on_transition in terms of get_state/set_next_state
David Malcolm
1
-17
/
+28
2020-09-09
analyzer: use objects for state_machine::state_t
David Malcolm
1
-4
/
+4
2020-08-13
analyzer: rewrite of region and value-handling
David Malcolm
1
-356
/
+434
2020-04-28
analyzer: fix ICE copying struct [PR 94816]
David Malcolm
1
-1
/
+1
2020-04-01
analyzer: handle compound assignments [PR94378]
David Malcolm
1
-1
/
+3
2020-03-27
analyzer: add new supergraph visualization
David Malcolm
1
-14
/
+256
2020-03-18
analyzer: tweaks to exploded_node ctor
David Malcolm
1
-0
/
+11
2020-03-18
Fix up duplicated duplicated words in comments
Jakub Jelinek
1
-1
/
+1
2020-03-06
analyzer: improvements to state dumping
David Malcolm
1
-1
/
+1
2020-03-04
analyzer: remove unused private fields
David Malcolm
1
-13
/
+5
2020-02-26
analyzer: improvements to logging/dumping
David Malcolm
1
-6
/
+119
2020-02-24
analyzer: fix -fdump-analyzer
David Malcolm
1
-1
/
+1
2020-02-24
analyzer: fix ICE with OFFSET_TYPE [PR 93899]
David Malcolm
1
-5
/
+15
2020-02-18
analyzer: fix ICE on COMPONENT_REF of ARRAY_TYPE [PR 93778]
David Malcolm
1
-5
/
+6
2020-02-17
analyzer: fix ICEs in region_model::get_lvalue_1 [PR 93388]
David Malcolm
1
-0
/
+28
2020-02-17
analyzer: add diagnostics to output of -fdump-analyzer-exploded-graph
David Malcolm
1
-0
/
+14
2020-02-11
analyzer: use ultimate alias target at calls (PR 93288)
David Malcolm
1
-6
/
+6
2020-02-11
analyzer: fix ICE due to missing state_change purging (PR 93374)
David Malcolm
1
-10
/
+11
2020-02-11
analyzer: fix ICE in "__analyzer_dump_exploded_nodes" on non-empty worklist (...
David Malcolm
1
-4
/
+13
2020-02-05
analyzer: add enode status and revamp __analyzer_dump_exploded_nodes
David Malcolm
1
-13
/
+56
2020-02-04
analyzer: fix build error with clang (PR 93543)
David Malcolm
1
-2
/
+2
2020-02-03
analyzer: detect zero-assignment in phis (PR 93544)
David Malcolm
1
-0
/
+21
2020-02-03
analyzer: show BBs in .dot dumps
David Malcolm
1
-1
/
+2
2020-01-28
analyzer: fix ICE when longjmp isn't marked 'noreturn' (PR 93316)
David Malcolm
1
-10
/
+2
2020-01-27
analyzer: restore input_location (PR 93349)
David Malcolm
1
-0
/
+8
2020-01-27
analyzer: fixes to tree_cmp and other comparators
David Malcolm
1
-28
/
+7
2020-01-27
analyzer: fix setjmp-detection and support sigsetjmp
David Malcolm
1
-10
/
+11
2020-01-27
analyzer: fix build with gcc 4.4 (PR 93276)
David Malcolm
1
-5
/
+5
2020-01-22
analyzer: fix setjmp handling with -g (PR 93378)
David Malcolm
1
-9
/
+9
[next]