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
/
optc-gen.awk
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-24
options: Add EnumBitSet property support [PR104158]
Jakub Jelinek
1
-0
/
+1
2022-01-24
options: Add EnumSet and Set property support [PR104158]
Jakub Jelinek
1
-0
/
+1
2022-01-17
Change references of .c files to .cc files
Martin Liska
1
-1
/
+1
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-11-01
Fix negative integer range for UInteger.
Martin Liska
1
-1
/
+1
2021-08-09
Sanity check that 'Init' doesn't appear without 'Var' in '*.opt' files
Thomas Schwinge
1
-2
/
+6
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-12-16
Remove Report keyword for options
Martin Liska
1
-4
/
+0
2020-11-18
plugins: Allow plugins to handle global_options changes
Jakub Jelinek
1
-0
/
+24
2020-10-29
opts: Sanity check for param names.
Martin Liska
1
-0
/
+3
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-09-10
Rename Deprecated to WarnRemoved in *.opt files.
Martin Liska
1
-4
/
+6
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-09-05
Ignore properly -mdirect-move (PR target/87164).
Martin Liska
1
-2
/
+0
2018-08-17
Merge Ignore and Deprecated in .opt files.
Martin Liska
1
-2
/
+18
2018-07-20
PR middle-end/82063 - issues with arguments enabled by -Wall
Martin Sebor
1
-8
/
+13
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-09-21
enable handling of -gno- command-line options as negated prefixes
Alexandre Oliva
1
-2
/
+2
2017-07-27
Validate that Init value is within range defined by IntegerRange.
Martin Liska
1
-1
/
+2
2017-06-28
Introduce IntegerRange for options (PR driver/79659).
Martin Liska
1
-2
/
+2
2017-06-27
predict.c (test_prediction_value_range): Use -1U instead of -1 to avoid narro...
Jakub Jelinek
1
-1
/
+1
2017-02-25
re PR c/79677 (Weird handling of -Werror=)
Jakub Jelinek
1
-2
/
+2
2017-01-04
optc-gen.awk: Emit #error for -W*/-f*/-m* Enum without RejectNegative.
Jakub Jelinek
1
-0
/
+5
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-08-09
options.texi (EnabledBy): Document that the argument must be a Common option.
Manuel López-Ibáñez
1
-5
/
+23
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-11-29
opt-functions.awk (lang_enabled_by): Support || for enabled-by.
Tobias Burnus
1
-3
/
+11
2014-09-04
options.texi: Document that Var and Init are required if CPP is given.
Manuel López-Ibáñez
1
-5
/
+14
2014-08-19
re PR preprocessor/60975 (-Wvariadic-macros does not print warning)
Manuel López-Ibáñez
1
-0
/
+51
2014-05-08
re PR driver/61106 ([4.8/4.9] impliedness of -Wunused-parameter depends on -W...
Matthias Klose
1
-2
/
+4
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2012-11-07
optc-gen.awk: Factor code out to...
Manuel López-Ibáñez
1
-25
/
+4
2012-10-16
re PR c/53063 (encode group options in the .opt files)
Manuel López-Ibáñez
1
-10
/
+38
2012-10-16
re PR c/53063 (encode group options in the .opt files)
Manuel López-Ibáñez
1
-9
/
+29
2012-05-17
c.opt (--pedantic-errors,-pedantic-errors): Do not handle here.
Manuel López-Ibáñez
1
-8
/
+16
2012-05-14
re PR c/53063 (encode group options in the .opt files)
Manuel López-Ibáñez
1
-27
/
+85
2012-05-13
optc-gen.awk: Error instead of warning for conflicting help.
Manuel López-Ibáñez
1
-3
/
+3
2012-05-11
re PR c/53063 (encode group options in the .opt files)
Manuel López-Ibáñez
1
-1
/
+63
2011-09-02
opts.c (print_specific_help): Fix off-by-one compare in assertion check.
Gary Funck
1
-0
/
+3
2011-07-25
genattr.c (write_upcase, [...]): Move to ...
Joern Rennecke
1
-0
/
+1
2011-05-23
optc-save-gen.awk: New.
Joseph Myers
1
-370
/
+0
2011-05-21
opt-read.awk: New.
Joseph Myers
1
-95
/
+4
2011-05-05
opt-functions.awk (var_type_struct): Handle Enum options.
Joseph Myers
1
-0
/
+2
2011-04-04
optc-gen.awk: Always remove type from Variable entry before recording in var_...
Joseph Myers
1
-5
/
+6
2011-03-31
opts.h (cl_option): Add comments to fields.
Joseph Myers
1
-3
/
+9
2011-03-30
options.texi (NegativeAlias): Document.
Joseph Myers
1
-0
/
+5
2011-02-08
common.opt (fcx-limited-range): Add SetByCombined flag.
Ian Lance Taylor
1
-1
/
+5
2010-11-26
options.texi (Enum, EnumValue): Document new record types.
Joseph Myers
1
-0
/
+76
[next]