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
2010-01-02
re PR lto/41597 (Bad .comm directive)
Richard Guenther
1
-2
/
+15
2009-12-07
re PR other/40302 (GCC must hard-require MPC before release)
Kaveh R. Ghazi
1
-12
/
+1
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-8
/
+8
2009-11-24
cfgrtl.c (commit_one_edge_insertion): Remove set but not used local variable ...
David Binderman
1
-7
/
+1
2009-11-17
toplev.c (process_options): Remove dead code.
Eric Botcazou
1
-8
/
+4
2009-10-03
Merge lto branch into trunk.
Diego Novillo
1
-0
/
+21
2009-09-24
re PR bootstrap/41405 (Bootstrap fails on *-apple-darwin* due to revision 151...
Iain Sandoe
1
-0
/
+5
2009-09-10
ira-conflicts.c: Use fputs or putc instead of fprintf where appropriate.
Uros Bizjak
1
-4
/
+4
2009-09-08
toplev.c (process_options): Choose default debugging type when gtoggle enable...
Alexandre Oliva
1
-1
/
+6
2009-09-04
toplev.c (process_options): Move setter of flag_var_tracking before other tes...
Alexandre Oliva
1
-10
/
+15
2009-09-03
toplev.c (process_options): Enable var-tracking-assignments by default if var...
Alexandre Oliva
1
-1
/
+1
2009-09-03
[multiple changes]
Diego Novillo
1
-2
/
+2
2009-09-02
invoke.texi (-fvar-tracking-assignments): New.
Alexandre Oliva
1
-4
/
+25
2009-08-03
tree-cfg.c (pass_warn_unused_result): Mark name that no dump file will be cre...
Richard Guenther
1
-2
/
+1
2009-08-01
Rename -fgraphite-force-parallel to -floop-parallelize-all.
Sebastian Pop
1
-1
/
+1
2009-07-31
New implementation of Graphite.
Sebastian Pop
1
-2
/
+3
2009-07-20
toplev.c: Invoke FINISH_UNIT callbacks before call to finalize().
Olatunji Ruwase
1
-3
/
+3
2009-07-17
re PR c/40401 (ICE: verify_gimple failed)
Richard Guenther
1
-0
/
+2
2009-06-29
plugins.texi: Document PLUGIN_START_UNIT.
Olatunji Ruwase
1
-0
/
+1
2009-06-16
toplev.h (floor_log2): If GCC_VERSION >= 3004, declare as static inline, not ...
Ian Lance Taylor
1
-13
/
+5
2009-06-08
common.opt (fcompare-debug=, [...]): New.
Alexandre Oliva
1
-0
/
+25
2009-06-01
attribs.c (register_attribute): Use CONST_CAST.
Ian Lance Taylor
1
-3
/
+3
2009-05-15
builtins.c (do_mpc_arg1, [...]): New.
Kaveh R. Ghazi
1
-2
/
+18
2009-05-08
re PR c/36892 (Support __attribute__((deprecated("text string"))))
H.J. Lu
1
-12
/
+66
2009-05-05
attribs.c (decl_attributes): Use %qE for identifiers in diagnostics.
Joseph Myers
1
-10
/
+12
2009-05-03
flags.h (extra_warnings): Delete.
Manuel López-Ibáñez
1
-0
/
+4
2009-04-29
toplev.c (print_version): Update GMP version string calculation.
Kaveh R. Ghazi
1
-2
/
+6
2009-04-19
toplev.c (compile_file): Move call to coverage_finish ...
Diego Novillo
1
-5
/
+0
2009-04-17
toplev.c (default_tree_printer): Add handling for %E format.
Simon Baldwin
1
-0
/
+9
2009-04-17
re PR other/31567 (cc1, cc1plus, etc. don't support @file mechanism)
Rafael Avila de Espindola
1
-3
/
+5
2009-04-16
common.opt (fhelp): Add Var(help_flag).
Rafael Avila de Espindola
1
-0
/
+3
2009-04-16
gcc-plugin.h (plugin_event): Add PLUGIN_INFO.
Rafael Avila de Espindola
1
-1
/
+8
2009-04-14
[multiple changes]
Diego Novillo
1
-0
/
+8
2009-04-03
re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)
Richard Guenther
1
-0
/
+3
2009-03-30
re PR middle-end/323 (optimized code gives strange floating point results)
Joseph Myers
1
-0
/
+45
2008-12-09
tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.
Vladimir Makarov
1
-2
/
+4
2008-10-23
graphite.c (graphite_apply_transformations): Check for -fgraphite-identity.
Tobias Grosser
1
-1
/
+2
2008-09-11
toplev.c (dump_memory_report): Call dump_vec_loc_statistics.
Jan Hubicka
1
-0
/
+1
2008-09-10
re PR tree-optimization/37388 ([graphite] No warn with "-O0 -fgraphite" when ...
Sebastian Pop
1
-0
/
+8
2008-08-26
[multiple changes]
Vladimir Makarov
1
-2
/
+15
2008-08-21
diagnostic.c (pedwarn_at): Rename as pedwarn.
Manuel López-Ibáñez
1
-1
/
+1
2008-08-20
diagnostic.c (inform): Add an explicit location_t parameter.
Manuel López-Ibáñez
1
-1
/
+1
2008-08-16
re PR middle-end/20548 (ACATS c52103x c52104x c52104y segfault)
Eric Botcazou
1
-0
/
+3
2008-08-08
re PR c/28875 ("-Wextra -Wno-unused-parameter -Wall" doesn't work as expected)
Manuel López-Ibáñez
1
-0
/
+13
2008-07-29
flags.h (flag_really_no_inline): Remove.
Jan Hubicka
1
-5
/
+0
2008-07-28
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
Richard Biener
1
-0
/
+2
2008-07-25
cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.
Jan Hubicka
1
-3
/
+0
2008-07-23
re PR c/35058 (-Werror= works only with some warnings)
Manuel López-Ibáñez
1
-1
/
+1
2008-07-21
Makefile.in: Replace toplev.h with TOPLEV_H.
Rafael Avila de Espindola
1
-5
/
+0
2008-05-21
symtab.h (HT_ALLOCED): Remove.
Tom Tromey
1
-0
/
+4
[next]