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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-09
Daily bump.
GCC Administrator
1
-0
/
+22
2023-12-08
analyzer: avoid taint for (TAINTED % NON_TAINTED)
David Malcolm
1
-1
/
+8
2023-12-08
analyzer: fix ICE on infoleak with poisoned size
David Malcolm
1
-13
/
+24
2023-12-07
analyzer: fix ICE for 2 bits before the start of base region [PR112889]
David Malcolm
1
-5
/
+5
2023-12-08
Daily bump.
GCC Administrator
1
-0
/
+28
2023-12-07
analyzer: deal with -fshort-enums
Alexandre Oliva
1
-4
/
+23
2023-12-06
analyzer: fix taint false positives with UNKNOWN [PR112850]
David Malcolm
8
-1
/
+50
2023-12-07
Daily bump.
GCC Administrator
1
-0
/
+5
2023-12-06
diagnostics: prettify JSON output formats
David Malcolm
1
-1
/
+1
2023-12-02
Daily bump.
GCC Administrator
1
-0
/
+40
2023-12-01
diagnostics, analyzer: add optional per-diagnostic property bags to SARIF
David Malcolm
23
-497
/
+490
2023-11-20
Daily bump.
GCC Administrator
1
-0
/
+43
2023-11-19
libcpp: split decls out to rich-location.h
David Malcolm
1
-0
/
+1
2023-11-18
analyzer: new warning: -Wanalyzer-undefined-behavior-strtok [PR107573]
David Malcolm
13
-17
/
+407
2023-11-19
Daily bump.
GCC Administrator
1
-0
/
+112
2023-11-17
analyzer: new warning: -Wanalyzer-infinite-loop [PR106147]
David Malcolm
14
-51
/
+845
2023-11-15
Daily bump.
GCC Administrator
1
-0
/
+6
2023-11-14
analyzer: enable taint state machine by default [PR103533]
David Malcolm
2
-5
/
+2
2023-11-05
Daily bump.
GCC Administrator
1
-0
/
+4
2023-11-03
diagnostics: convert diagnostic_context to a class
David Malcolm
1
-2
/
+2
2023-11-03
Daily bump.
GCC Administrator
1
-0
/
+14
2023-11-02
analyzer: fix clang warnings [PR112317]
David Malcolm
3
-23
/
+9
2023-11-01
Daily bump.
GCC Administrator
1
-0
/
+7
2023-10-31
analyzer: move class record_layout to its own .h/.cc
David Malcolm
3
-131
/
+217
2023-10-27
Daily bump.
GCC Administrator
1
-0
/
+28
2023-10-26
Add attribute((null_terminated_string_arg(PARAM_IDX)))
David Malcolm
2
-28
/
+179
2023-10-10
Daily bump.
GCC Administrator
1
-0
/
+5
2023-10-09
analyzer: fix build with gcc < 6
David Malcolm
1
-1
/
+2
2023-10-09
Daily bump.
GCC Administrator
1
-0
/
+52
2023-10-08
analyzer: improvements to out-of-bounds diagrams [PR111155]
David Malcolm
1
-89
/
+341
2023-10-04
Daily bump.
GCC Administrator
1
-0
/
+9
2023-10-03
diagnostics: add ctors to text_info; add m_ prefixes to fields
David Malcolm
3
-23
/
+4
2023-10-03
Daily bump.
GCC Administrator
1
-0
/
+5
2023-10-02
diagnostics: group together source printing fields of diagnostic_context
David Malcolm
1
-2
/
+2
2023-09-16
Daily bump.
GCC Administrator
1
-0
/
+44
2023-09-15
analyzer: support diagnostics that don't have a stmt
David Malcolm
3
-14
/
+42
2023-09-15
analyzer: introduce pending_location
David Malcolm
5
-44
/
+71
2023-09-15
analyzer: handle volatile ops
David Malcolm
1
-0
/
+11
2023-09-15
Daily bump.
GCC Administrator
1
-0
/
+33
2023-09-14
diagnostics: support multithreaded diagnostic paths
David Malcolm
2
-1
/
+20
2023-09-14
analyzer: fix missing return in compatible_epath_p
David Malcolm
1
-0
/
+8
2023-09-14
analyzer: use unique_ptr for rejected_constraint
David Malcolm
7
-45
/
+45
2023-09-10
Daily bump.
GCC Administrator
1
-0
/
+7
2023-09-09
analyzer: Move gcc.dg/analyzer tests to c-c++-common (2) [PR96395]
benjamin priour
1
-0
/
+4
2023-09-08
Daily bump.
GCC Administrator
1
-0
/
+26
2023-09-07
analyzer: basic support for computed gotos (PR analyzer/110529)
David Malcolm
5
-3
/
+71
2023-09-07
analyzer: Call off a superseding when diagnostics are unrelated [PR110830]
benjamin priour
1
-1
/
+89
2023-09-07
analyzer: fix -Wunused-parameter warnings
David Malcolm
1
-3
/
+3
2023-09-07
Daily bump.
GCC Administrator
1
-0
/
+29
2023-09-06
analyzer: implement kf_strstr [PR105899]
David Malcolm
1
-0
/
+96
[next]