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
/
toplev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-12-04
Refactor -frecord-gcc-switches.
Martin Liska
1
-158
/
+18
2020-11-25
libsanitizer: Add hwasan pass and associated gimple changes
Matthew Malcomson
1
-1
/
+1
2020-11-25
libsanitizer: mid-end: Introduce stack variable handling for HWASAN
Matthew Malcomson
1
-0
/
+3
2020-11-25
libsanitizer: options: Add hwasan flags and argument parsing
Matthew Malcomson
1
-0
/
+9
2020-11-13
Asan changes for RISC-V.
Jim Wilson
1
-1
/
+2
2020-11-06
PR target/96307: Fix KASAN option checking.
Kito Cheng
1
-1
/
+0
2020-10-23
Move thunks out of cgraph_node
Jan Hubicka
1
-0
/
+1
2020-10-06
dbgcnt: print list after compilation
Martin Liska
1
-0
/
+4
2020-09-22
Fix ipa-modref selftest and destructor
Jan Hubicka
1
-0
/
+3
2020-09-14
options: Save and restore opts_set for Optimization and Target options
Jakub Jelinek
1
-3
/
+4
2020-08-12
Fix up flag_cunroll_grow_size handling in presence of optimize attr [PR96535]
Jakub Jelinek
1
-10
/
+0
2020-08-03
Removal of HSA offloading from gcc and libgomp
Martin Jambor
1
-3
/
+0
2020-07-23
PR target/96260 - KASAN should work even back-end not porting anything.
Kito Cheng
1
-1
/
+21
2020-06-07
Introduce flag_cunroll_grow_size for cunroll
guojiufu
1
-0
/
+5
2020-05-26
revamp dump and aux output names
Alexandre Oliva
1
-18
/
+44
2020-05-06
add a new option -flarge-source-files.
qing zhao
1
-0
/
+3
2020-04-30
toplev.c: Check for null argument to fprintf
Stefan Schulze Frielinghaus
1
-1
/
+1
2020-01-10
Add diagnostic paths
David Malcolm
1
-0
/
+4
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-18
Add diagnostic_metadata and CWE support
David Malcolm
1
-0
/
+2
2019-11-20
drop attempt to reuse cgraph callees for -fcallgraph-info
Alexandre Oliva
1
-8
/
+0
2019-11-19
Restore init_ggc_heuristics.
Martin Liska
1
-4
/
+4
2019-11-12
Remove last leftover usage of params* files.
Martin Liska
1
-8
/
+0
2019-11-12
Remove gcc/params.* files.
Martin Liska
1
-1
/
+0
2019-11-12
Apply mechanical replacement (generated patch).
Martin Liska
1
-2
/
+2
2019-11-06
introduce -fcallgraph-info option
Eric Botcazou
1
-35
/
+143
2019-10-29
Print header in dump_memory_report.
Martin Liska
1
-2
/
+11
2019-10-29
Remove misleading sorting function in ggc memory report.
Martin Liska
1
-3
/
+3
2019-10-10
Documentation hyperlinks for [-Wname-of-option] (PR 87488)
David Malcolm
1
-0
/
+1
2019-10-10
re PR middle-end/92037 (LTO bootstrap broken in selftests)
Jan Hubicka
1
-1
/
+1
2019-08-23
re PR middle-end/91283 (gcc.dg/torture/c99-contract-1.c FAILs)
Jakub Jelinek
1
-16
/
+0
2019-08-19
PR target/91441 - Turn off -fsanitize=kernel-address if TARGET_ASAN_SHADOW_OF...
Kito Cheng
1
-9
/
+1
2019-07-24
PR driver/80545 - option -Wstringop-overflow not recognized by Fortran
Martin Sebor
1
-1
/
+3
2019-07-22
Do not emit __gnu_lto_v1 symbol.
Martin Liska
1
-21
/
+0
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-2
/
+2
2019-06-07
Enable sanitization for hash tables.
Martin Liska
1
-0
/
+4
2019-05-17
trans.c (check_inlining_for_nested_subprog): Quote reserved names.
Martin Sebor
1
-5
/
+5
2019-05-17
Handle a location with NULL as a file (PR driver/90495)
Martin Liska
1
-1
/
+1
2019-03-11
Wrap option names in gcc internal messages with %< and %>.
Martin Liska
1
-21
/
+22
2019-02-20
re PR tree-optimization/88074 (g++ hangs on math expression)
Jakub Jelinek
1
-2
/
+6
2019-02-19
re PR tree-optimization/88074 (g++ hangs on math expression)
Richard Biener
1
-0
/
+24
2019-01-09
PR other/16615 [1/5]
Sandra Loosemore
1
-2
/
+2
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-11-19
Eliminate global state from -fsave-optimization-record
David Malcolm
1
-2
/
+6
2018-11-13
toplev.c (output_stack_usage): Turn test on flag_stack_usage into test on sta...
Eric Botcazou
1
-2
/
+2
2018-10-15
diagnostics: add minimum width to left margin for line numbers
David Malcolm
1
-0
/
+2
2018-08-21
[debug] Add debug and earlydebug dumps
Tom de Vries
1
-0
/
+5
2018-08-15
diagnostics: add labeling of source ranges
David Malcolm
1
-0
/
+2
2018-08-09
diagnostics: add line numbers to source (PR other/84889)
David Malcolm
1
-0
/
+2
[next]