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
/
opts.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-03
Fix alignment option parser (PR90684)
Wilco Dijkstra
1
-8
/
+1
2019-05-28
Support again multiple --help options (PR other/90315).
Martin Liska
1
-3
/
+4
2019-05-23
re PR tree-optimization/88440 (size optimization of memcpy-like code)
Richard Biener
1
-1
/
+1
2019-05-17
trans.c (check_inlining_for_nested_subprog): Quote reserved names.
Martin Sebor
1
-10
/
+11
2019-05-03
opts.h (finish_options): Remove lang_mask argument.
Jakub Jelinek
1
-8
/
+2
2019-05-02
Postpone print of --help=* option.
Martin Liska
1
-126
/
+141
2019-04-30
Add option suggestion for -Werror=foo and corresponding pragma.
Martin Liska
1
-3
/
+14
2019-04-30
Wrap a string with _ for translation (PR translation/90274).
Martin Liska
1
-1
/
+2
2019-03-19
re PR debug/88389 (-flto -g -gsplit-dwarf is broken)
Richard Biener
1
-0
/
+8
2019-03-11
Wrap option names in gcc internal messages with %< and %>.
Martin Liska
1
-10
/
+10
2019-01-30
re PR rtl-optimization/89115 (compile time and memory hog)
Richard Biener
1
-1
/
+10
2019-01-06
opts.c (enable_fdo_optimizations): Enable version-loops-for-strides...
Jan Hubicka
1
-0
/
+8
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-12-17
Add a loop versioning pass
Richard Sandiford
1
-0
/
+1
2018-11-29
Add a new option -flive-patching={inline-only-static|inline-clone}
Qing Zhao
1
-0
/
+154
2018-11-15
Machine-readable diagnostic output (PR other/19165)
David Malcolm
1
-0
/
+5
2018-11-14
re PR middle-end/59658 (Document -f* flags enabled by -Og)
Sandra Loosemore
1
-65
/
+76
2018-11-09
Come up with -fipa-reference-addressable flag.
Martin Liska
1
-0
/
+1
2018-11-08
collect2.c (linker_select): Add USE_LLD_LD.
Roman Geissler
1
-0
/
+1
2018-11-01
gOlogy: skip dbranch at -Og
Alexandre Oliva
1
-1
/
+1
2018-10-15
diagnostics: add minimum width to left margin for line numbers
David Malcolm
1
-0
/
+4
2018-09-03
Come up with TARGET_GET_VALID_OPTION_VALUES option hook (PR driver/83193).
Martin Liska
1
-0
/
+33
2018-08-15
diagnostics: add labeling of source ranges
David Malcolm
1
-0
/
+4
2018-08-09
diagnostics: add line numbers to source (PR other/84889)
David Malcolm
1
-0
/
+4
2018-07-20
PR middle-end/82063 - issues with arguments enabled by -Wall
Martin Sebor
1
-14
/
+3
2018-07-17
Do not enable OPT_falign_* for -Os.
Martin Liska
1
-4
/
+4
2018-07-17
Define MAX_CODE_ALIGN globally.
Martin Liska
1
-4
/
+0
2018-07-04
[multiple changes]
Martin Liska
1
-20
/
+88
2018-06-28
Come up with new --completion option.
Martin Liska
1
-0
/
+3
2018-02-20
Add limit for maximal alignment options (PR c/84310).
Martin Liska
1
-0
/
+20
2018-01-18
Add ability to remap file names in __FILE__, etc (PR other/70268)
Boris Kolpackov
1
-0
/
+1
2018-01-15
re PR middle-end/82694 (Linux kernel miscompiled since r250765)
Jakub Jelinek
1
-0
/
+7
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-12-19
[PATCH] -fdump-tree, -save-temps=obj & subdirs
Nathan Sidwell
1
-8
/
+18
2017-12-08
re PR tree-optimization/83323 (186.crafty miscompares)
Michael Matz
1
-1
/
+1
2017-12-07
re PR tree-optimization/81303 (410.bwaves regression caused by r249919)
Bin Cheng
1
-0
/
+1
2017-12-07
Add unroll and jam pass
Michael Matz
1
-0
/
+1
2017-12-05
invoke.texi: Document the options.
Martin Liska
1
-0
/
+15
2017-11-16
Set default to -fomit-frame-pointer
Wilco Dijkstra
1
-0
/
+1
2017-10-29
Delete obsolete SDB debug info support.
James E Wilson
1
-5
/
+1
2017-10-19
flag-types.h (enum sanitize_code): Add SANITIZE_BUILTIN.
Jakub Jelinek
1
-0
/
+1
2017-10-11
Do not error for no_sanitize attributes (PR sanitizer/82490).
Martin Liska
1
-4
/
+4
2017-09-06
asan.c (initialize_sanitizer_builtins): Add BT_FN_VOID_UINT8_UINT8...
Wish Wu
1
-19
/
+51
2017-08-29
Fix --help=target (PR other/39851).
Martin Liska
1
-4
/
+10
2017-08-08
invoke.texi: Document -ftree-loop-distribution for O3.
Bin Cheng
1
-0
/
+1
2017-08-01
Remove flag_tree_vectorize
James Greenhalgh
1
-8
/
+4
2017-07-28
re PR sanitizer/80998 (Implement -fsanitize=pointer-overflow)
Jakub Jelinek
1
-0
/
+1
2017-07-25
c-attribs.c (c_common_attribute_table): Add entry for "patchable_function_ent...
Torsten Duwe
1
-0
/
+27
2017-07-17
Do not allow -fgnu-tm w/ -fsanitize={kernel-,}address (PR sanitizer/81302).
Martin Liska
1
-0
/
+7
2017-07-14
Remove Java references in source code.
Martin Liska
1
-2
/
+2
[prev]
[next]