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
/
opts.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-01
common.opt (fdevirtualize-speculatively): New function.
Jan Hubicka
1
-0
/
+6
2013-08-30
Merge ubsan into trunk.
Marek Polacek
1
-0
/
+64
2013-04-12
opts.c: Include diagnostic-color.h.
Jakub Jelinek
1
-0
/
+6
2013-04-11
opts.c (common_handle_option): Fix formatting and add FALLTHRU comment.
Senthil Kumar Selvaraj
1
-4
/
+4
2013-04-10
common.opt: Add -gdwarf.
Senthil Kumar Selvaraj
1
-0
/
+12
2013-03-05
re PR bootstrap/56509 (gnattools build failure)
Jakub Jelinek
1
-34
/
+0
2013-02-27
opts.h: Include obstack.h.
Jakub Jelinek
1
-4
/
+41
2013-01-15
re PR tree-optimization/48766 (Infinite recursion in fold_binary_loc())
Jakub Jelinek
1
-0
/
+10
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-3
/
+1
2013-01-07
Support -fuse-ld=bfd and -fuse-ld=gold
Nick Clifton
1
-0
/
+2
2013-01-04
re PR middle-end/55859 (Mention -Og/-Ofast in "error: argument to '-O' should...
Marek Polacek
1
-5
/
+3
2012-11-26
invoke.texi: Remove -dv documentation.
Steven Bosscher
1
-3
/
+0
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-6
/
+6
2012-11-06
common.opt (gno-split-dwarf, [...]): New switches.
Sterling Augustine
1
-0
/
+8
2012-11-04
invoke.texi (profile-use): update documentation.
Jan Hubicka
1
-0
/
+6
2012-10-20
re PR c/53063 (encode group options in the .opt files)
Manuel López-Ibáñez
1
-4
/
+0
2012-10-16
re PR c/53063 (encode group options in the .opt files)
Manuel López-Ibáñez
1
-9
/
+0
2012-10-16
re PR c/53063 (encode group options in the .opt files)
Manuel López-Ibáñez
1
-1
/
+3
2012-10-04
2012-10-03 Tobias Burnus <burnus@net-b.de>
Tobias Burnus
1
-0
/
+2
2012-10-01
invoke.texi: Add documentation for the new option.
Sharad Singhai
1
-14
/
+8
2012-09-19
re PR other/53316 (Introduce -Og)
Richard Guenther
1
-12
/
+34
2012-07-23
opts.c (common_handle_option): Do not set flag_value_profile_transformations ...
Steven Bosscher
1
-2
/
+0
2012-07-19
eh_personality.cc (__gxx_personality_seh0): New function.
Tristan Gingold
1
-3
/
+3
2012-07-18
invoke.texi: Add -fhoist-adjacent-loads and -ftree-slsr to list of flags cont...
Bill Schmidt
1
-0
/
+1
2012-07-16
opts.c (default_option): Add -fvect-cost-model to default options at -O3 and ...
Bill Schmidt
1
-0
/
+1
2012-06-12
opts.c: Add -fhoist-adjacent-loads to -O2 and above.
Bill Schmidt
1
-0
/
+1
2012-05-17
c.opt (--pedantic-errors,-pedantic-errors): Do not handle here.
Manuel López-Ibáñez
1
-4
/
+4
2012-05-11
re PR c/53063 (encode group options in the .opt files)
Manuel López-Ibáñez
1
-23
/
+7
2012-05-04
Enable -Wunused-local-typedefs when -Wall or -Wunused is on
Dodji Seketeli
1
-0
/
+4
2012-04-29
opts.c (finish_options): Do not handle -Wmissing-noreturn here.
Manuel López-Ibáñez
1
-4
/
+0
2012-04-28
re PR tree-optimization/38785 (huge performance regression on EEMBC bitmnp01)
Joern Rennecke
1
-0
/
+1
2012-04-11
re PR c++/24985 (caret diagnostics)
Manuel López-Ibáñez
1
-0
/
+5
2012-01-10
re PR lto/51806 (-flto ignores -Werror)
Richard Guenther
1
-0
/
+4
2012-01-04
opts.c (finish_options): Remove duplicate sorry.
Aldy Hernandez
1
-3
/
+0
2012-01-04
re PR middle-end/51212 (ICE: verify_flow_info failed: BB 3 can not throw but ...
Aldy Hernandez
1
-0
/
+3
2011-12-22
re PR middle-end/51212 (ICE: verify_flow_info failed: BB 3 can not throw but ...
Aldy Hernandez
1
-0
/
+3
2011-11-22
opts.c (finish_options): Do not fail for -fgnu-tm.
Aldy Hernandez
1
-2
/
+0
2011-11-08
Merge from transactional-memory branch.
Aldy Hernandez
1
-0
/
+2
2011-10-05
invoke.texi (-fshrink-wrap): Document.
Bernd Schmidt
1
-0
/
+1
2011-09-27
common.opt: Add -foptimize-strlen option.
Jakub Jelinek
1
-0
/
+1
2011-09-27
re PR middle-end/43864 (Same basic blocks should be merged)
Tom de Vries
1
-0
/
+1
2011-09-27
invoke.texi (ffat-lto-objects): Document.
Andi Kleen
1
-1
/
+3
2011-09-02
opts.c (print_specific_help): Fix off-by-one compare in assertion check.
Gary Funck
1
-1
/
+1
2011-06-30
opts.c (finish_options): Do not disable IPA-PTA during ltrans.
Richard Guenther
1
-5
/
+0
2011-06-28
common.opt (in_lto_p): New Variable entry.
Joseph Myers
1
-4
/
+25
2011-06-28
genattr-common.c: New.
Joseph Myers
1
-3
/
+2
2011-06-21
gcc_update (gcc/config/avr/avr-tables.opt): New dependencies.
Joseph Myers
1
-5
/
+0
2011-06-15
target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.
Joseph Myers
1
-11
/
+12
2011-06-10
opts.c (default_options): Enlist OPT_finline_functions_called_once.
Jan Hubicka
1
-0
/
+1
2011-05-25
common.opt (flag_stack_usage_info): New variable.
Eric Botcazou
1
-0
/
+10
[next]