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/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
/
testsuite
/
gcc.dg
/
plugin
Age
Commit message (
Expand
)
Author
Files
Lines
6 days
diagnostics: fix crash-handling inside nested diagnostics [PR121876]
David Malcolm
8
-3
/
+271
6 days
testsuite: fix typo in name of plugin test file
David Malcolm
3
-4
/
+4
2025-08-08
diagnostics: enable nested diagnostics by default [PR116253]
David Malcolm
6
-3
/
+38
2025-08-04
diagnostics: improve support for nesting levels [PR116253]
David Malcolm
3
-0
/
+83
2025-08-04
diagnostics: avoid stray trailing space in html sink in sarif-replay [PR116792]
David Malcolm
1
-1
/
+1
2025-07-29
calls: Allow musttail calls to noreturn [PR121159]
Jakub Jelinek
1
-1
/
+1
2025-07-25
Introduce lazily-created.h
David Malcolm
3
-5
/
+7
2025-07-25
diagnostics: make context::m_source_printing private
David Malcolm
7
-19
/
+19
2025-07-25
diagnostics: eliminate ::diagnostic_info typedef
David Malcolm
3
-5
/
+5
2025-07-25
diagnostics: move file_cache from input.{cc,h} to diagnostics/file-cache.{cc,h}
David Malcolm
1
-3
/
+5
2025-07-25
diagnostics: convert diagnostic_t to enum class diagnostics::kind
David Malcolm
3
-4
/
+5
2025-07-25
diagnostics: move diagnostics::edit_context -> diagnostics::changes::change_set
David Malcolm
1
-4
/
+4
2025-07-25
diagnostics: reorganize selftests
David Malcolm
1
-1
/
+1
2025-07-25
diagnostics: move gcc/diagnostic-color.{h,cc} to gcc/diagnostics/color.{h,cc}
David Malcolm
3
-3
/
+3
2025-07-25
diagnostics: move gcc/selftest-diagnostic.{h,cc} -> gcc/diagnostics/selftest-...
David Malcolm
1
-1
/
+1
2025-07-25
diagnostics: move diagnostic_context to diagnostics::context in its own header
David Malcolm
3
-11
/
+11
2025-07-25
diagnostics: add m_ prefix to fields of diagnostic_info
David Malcolm
1
-1
/
+1
2025-07-25
diagnostics: introduce diagnostics/source-printing.cc
David Malcolm
1
-1
/
+1
2025-07-25
diagnostics: move/rename output formats to diagnostics as "sinks"
David Malcolm
3
-14
/
+13
2025-07-25
diagnostics: introduce namespace diagnostics::paths
David Malcolm
2
-13
/
+14
2025-07-25
diagnostics: move edit_context to namespace/dir "diagnostics"
David Malcolm
1
-2
/
+2
2025-07-25
diagnostics: move diagnostic_diagram to diagnostics::diagram
David Malcolm
1
-2
/
+2
2025-07-25
diagnostics: move diagnostic_metadata to diagnostics::metadata
David Malcolm
6
-15
/
+15
2025-07-25
diagnostics: introduce a "gcc/diagnostics" subdirectory
David Malcolm
1
-1
/
+1
2025-07-11
diagnostics: add support for directed graphs; use them for state graphs
David Malcolm
7
-0
/
+427
2025-06-30
diagnostics: convert diagnostic_event::meaning enums to enum class
David Malcolm
1
-4
/
+4
2025-06-30
diagnostics: remove "json" output format
David Malcolm
2
-76
/
+0
2025-06-23
diagnostics: add state diagrams to analyzer experimental-html output [PR116792]
David Malcolm
4
-0
/
+4
2025-06-10
diagnostics: make experimental-html sink prettier [PR116792]
David Malcolm
4
-175
/
+41
2025-05-27
diagnostics: rework experimental-html output [PR116792]
David Malcolm
9
-29
/
+354
2025-05-12
diagnostics: improvements to experimental-html output [PR116792]
David Malcolm
5
-1
/
+124
2025-05-08
diagnostics: convert HTML output test plugin to 'experimental-html' sink [PR1...
David Malcolm
3
-1006
/
+0
2025-05-07
libcpp: Further fixes for incorrect line numbers in large files [PR120061]
Jakub Jelinek
8
-4
/
+40
2025-05-06
diagnostics: add logical_location_manager; reimplement logical_location
David Malcolm
1
-2
/
+8
2025-04-28
Eliminate make-unique.h and ::make_unique
David Malcolm
6
-61
/
+60
2025-04-28
analyzer: convert gcall * to gcall & in many places
David Malcolm
1
-12
/
+13
2025-04-28
analyzer: convert various enums to "enum class"
David Malcolm
1
-2
/
+2
2025-04-28
analyzer: use analyzer/common.h as a common header
David Malcolm
4
-4
/
+4
2025-04-28
Fix size_t in id-15.c and infoleak-net-ethtool-ioctl.c for llp64
Jonathan Yong
1
-2
/
+1
2025-03-26
testsuite: fix broken dg directives
David Malcolm
1
-1
/
+1
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-12-16
diagnostics: move libgdiagnostics dc from sinks into diagnostic_manager
David Malcolm
3
-2
/
+5
2024-12-11
diagnostics: suppress "note: " prefix in nested diagnostics [PR116253]
David Malcolm
3
-36
/
+36
2024-12-08
Support for 64-bit location_t: Activate 64-bit location_t
Lewis Hyatt
2
-7
/
+8
2024-11-28
expr, c: Don't clear whole unions [PR116416]
Jakub Jelinek
1
-4
/
+10
2024-11-26
testsuite: rename plugins from .c to .cc
David Malcolm
34
-33
/
+33
2024-11-18
diagnostics: add support for nested diagnostics [PR116253]
David Malcolm
8
-0
/
+286
2024-10-29
diagnostics: support multiple output formats simultaneously [PR116613]
David Malcolm
5
-16
/
+38
2024-10-24
analyzer: avoid implicit use of global_dc's pretty_printer [PR116613]
David Malcolm
2
-27
/
+46
2024-10-24
Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]
David Malcolm
3
-7
/
+11
[next]