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
2008-07-04
tree-ssa-structalias.c (lookup_vi_for_tree): Declare.
Richard Guenther
1
-0
/
+3
2008-07-01
Makefile.in (tree-switch-conversion.o): Add.
Martin Jambor
1
-0
/
+1
2008-06-26
driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual...
Kaveh R. Ghazi
1
-3
/
+3
2008-06-18
c-opts.c (c_common_post_options): PCH is not compatible with no-unit-at-a-time.
Jan Hubicka
1
-2
/
+7
2008-06-06
cgraph.c: Fix typos in comments.
Ralf Wildenhues
1
-4
/
+4
2008-06-04
tree-call-cdce.c: New file.
Xinliang David Li
1
-0
/
+2
2008-05-20
Revert r135493 & r135463
Xinliang David Li
1
-1
/
+0
2008-05-17
Check in tree-dce enh to trunk
Xinliang David Li
1
-0
/
+1
2008-05-09
invoke.texi (-fdump-tree-salias): Remove documentation.
Richard Guenther
1
-1
/
+1
2008-05-03
re PR middle-end/34973 (Wno-strict-aliasing is not working)
Richard Guenther
1
-0
/
+2
2008-03-31
common.opt (fprofile-dir=, [...]): New options
Seongbae Park
1
-0
/
+13
2008-03-04
re PR other/28322 (GCC new warnings and compatibility)
Manuel López-Ibáñez
1
-1
/
+1
2008-02-26
common.opt (Wlarger-than=): New.
Manuel López-Ibáñez
1
-0
/
+5
2008-02-25
re PR other/28322 (GCC new warnings and compatibility)
Manuel López-Ibáñez
1
-0
/
+41
2008-02-20
invoke.texi (Warning Options): Add new option -Wframe-larger-than=.
Seongbae Park
1
-0
/
+10
2008-02-19
* opts.c (print_specific_help): Fix typo in --help text.
Nick Clifton
1
-1
/
+1
2008-02-19
re PR other/31349 (gcc -v --help returns no options for C, C++)
Nick Clifton
1
-23
/
+71
2008-01-22
re PR c/32102 (-Wall stomps on -Wstrict-overflow)
Manuel López-Ibáñez
1
-8
/
+0
2008-01-09
re PR debug/26364 ([no unit-at-a-time mode] Uninlined function is marked as i...
Steven Bosscher
1
-0
/
+10
2007-12-07
re PR middle-end/34382 (-fforce-addr completely broken)
Richard Guenther
1
-0
/
+1
2007-12-03
re PR middle-end/34317 (-fno-tree-store-copy-prop causes an ICE)
Jakub Jelinek
1
-0
/
+1
2007-11-19
re PR tree-optimization/34036 (ICE with control flow in the middle of basic ...
Eric Botcazou
1
-5
/
+4
2007-10-29
passes.c (init_optimization_passes): Exchange store_copy_prop with copy_prop.
Richard Guenther
1
-1
/
+0
2007-10-15
re PR tree-optimization/33136 (wrong code due to alias with allocation in loop)
Jakub Jelinek
1
-1
/
+0
2007-09-18
* opts.c (decode_options): Enable vectorization under -O3.
Dorit Nuzman
1
-0
/
+1
2007-09-05
opts.c (common_handle_option): Enable inlining functions for -fprofile-generate.
Jan Hubicka
1
-0
/
+2
2007-09-04
re PR middle-end/29478 (optimization generates warning for casts)
Jan Hubicka
1
-0
/
+8
2007-09-04
Add new fp flags: -fassociative-math and -freciprocal-math
Revital Eres
1
-0
/
+15
2007-08-18
Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
Paul Brook
1
-0
/
+5
2007-08-07
common.opt (finstrument-functions-exclude-function-list): New option.
Ian Lance Taylor
1
-0
/
+100
2007-07-28
cfglayout.c, [...]: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2007-07-26
Change copyright header to refer to version 3 of the GNU General Public Licen...
Nick Clifton
1
-4
/
+3
2007-07-04
target.h (struct gcc_target): Add target_help field.
Nick Clifton
1
-0
/
+4
2007-06-12
opts.c (common_handle_option): Handle new option -fdbg-cnt-list.
Seongbae Park
1
-0
/
+4
2007-06-11
Merge dataflow branch into mainline
Daniel Berlin
1
-0
/
+5
2007-05-24
passes.texi: Document predictive commoning.
Zdenek Dvorak
1
-0
/
+1
2007-05-11
Makefile.in (OBJS-common): Add tree-ssa-alias-warnings.o.
Silvius Rus
1
-0
/
+17
2007-05-04
opts.c (decode_options): Do not fiddle with inlining parameters in case of op...
Jan Hubicka
1
-3
/
+2
2007-04-17
invoke.texi (Debugging Options): Add documentation for the -femit-struct-debu...
Lawrence Crowl
1
-0
/
+254
2007-04-11
re PR tree-optimization/30735 (50% slow down due to mem-ssa merge)
Diego Novillo
1
-0
/
+7
2007-04-04
re PR other/31356 (gcc --help=<language> option has problems in the output he...
Brooks Moses
1
-2
/
+5
2007-03-14
flags.h (flag_random_seed): Remove declaration, in favor of...
Alexandre Oliva
1
-2
/
+2
2007-03-09
opts.c (common_handle_option): Treat -Wstrict-overflow (with no argument) lik...
Ian Lance Taylor
1
-0
/
+5
2007-03-06
c-common.c (targetcm): Add.
Mike Stump
1
-0
/
+9
2007-02-15
re PR c/26494 (-pedantic-errors can be overridden by -W*)
Manuel López-Ibáñez
1
-25
/
+32
2007-02-13
common.opt: Add Wstrict-overflow and Wstrict-overflow=.
Ian Lance Taylor
1
-0
/
+9
2007-02-12
invoke.texi (Overall Options): Document --help=.
Nick Clifton
1
-252
/
+404
2007-02-12
re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)
Manuel López-Ibáñez
1
-1
/
+0
2007-02-01
lower-subreg.c: New file.
Ian Lance Taylor
1
-0
/
+1
2007-01-28
common.opt: Add fstrict-overflow.
Ian Lance Taylor
1
-1
/
+3
[prev]
[next]