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
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-12-17
replace ISL with isl
Sebastian Pop
1
-1
/
+1
2015-12-16
update required isl version
Aditya Kumar
1
-2
/
+10
2015-12-04
re PR middle-end/68656 (warning about disabled var-tracking uses odd location...
Jakub Jelinek
1
-34
/
+60
2015-12-02
rename flag_loop_optimize_isl to flag_loop_nest_optimize
Aditya Kumar
1
-1
/
+1
2015-11-15
remove conditional compilation of sdb debug info
Trevor Saunders
1
-5
/
+1
2015-11-13
Source range tracking in libcpp and C FE, with bit-packing optimization
David Malcolm
1
-0
/
+1
2015-10-30
alias.c: Remove unused headers.
Andrew MacLeod
1
-14
/
+0
2015-10-29
alias.c: Reorder #include statements and remove duplicates.
Andrew MacLeod
1
-19
/
+16
2015-10-21
unconditionally compile most of the delay slot code
Trevor Saunders
1
-3
/
+1
2015-09-17
Split up optabs.[hc]
Richard Sandiford
1
-1
/
+2
2015-09-16
Move check_global_declaration from toplev.c to cgraphunit.c
Manuel López-Ibáñez
1
-63
/
+0
2015-09-14
PR28901 -Wunused-variable ignores unused const initialised variables in C
Mark Wielaard
1
-5
/
+6
2015-08-27
fix compile without ISL
Sebastian Pop
1
-3
/
+1
2015-08-27
remove -floop-unroll-and-jam
Sebastian Pop
1
-2
/
+1
2015-08-20
toplev.c (compile_file): Remove loop calling late_global_decl on all symbols.
Richard Biener
1
-9
/
+0
2015-08-14
Add DWARF2_LINENO_DEBUGGING_INFO, and use it for nvptx
Thomas Schwinge
1
-0
/
+4
2015-08-03
Refactoring of timevar API
David Malcolm
1
-6
/
+12
2015-07-24
re PR c++/64079 (%+D in diagnostics breaks pragma GCC diagnostic)
Manuel López-Ibáñez
1
-4
/
+5
2015-07-09
toplev.c (compile_file): Reset maximum_field_alignment after parsing.
Richard Biener
1
-0
/
+5
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
1
-12
/
+4
2015-07-05
target-insns.def (prefetch): New targetm instruction pattern.
Richard Sandiford
1
-5
/
+2
2015-07-03
[Patch SRA] Fix PR66119 by calling get_move_ratio in SRA
James Greenhalgh
1
-14
/
+0
2015-06-30
defaults.h (HAVE_epilogue, [...]): Delete.
Richard Sandiford
1
-5
/
+1
2015-06-25
function.h (ipa_opt_pass, [...]): Move forward declarations.
Andrew MacLeod
1
-2
/
+0
2015-06-17
coretypes.h: Include input.h and as-a.h.
Andrew MacLeod
1
-3
/
+0
2015-06-09
re PR bootstrap/66448 (Bootstrap fails on darwin after r224161)
Jason Merrill
1
-0
/
+1
2015-06-08
coretypes.h: Include hash-table.h and hash-set.h for host files.
Andrew MacLeod
1
-6
/
+0
2015-06-08
re PR sanitizer/66452 ([UBSAN] *.Lubsan_data0' defined but not used)
Marek Polacek
1
-0
/
+1
2015-06-05
Merge debug-early branch into mainline.
Aldy Hernandez
1
-41
/
+37
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
1
-5
/
+0
2015-05-27
New memory allocation statistics infrastructure.
Martin Liska
1
-0
/
+1
2015-05-22
remove #if HAVE_conditional_move
Trevor Saunders
1
-5
/
+6
2015-05-22
always define HAVE_conditional_move
Trevor Saunders
1
-1
/
+1
2015-05-20
Introduce TV_INITIALIZE_RTL
David Malcolm
1
-0
/
+2
2015-05-16
toplev.c (emit_debug_global_declarations): Do not output debug info when doin...
Jan Hubicka
1
-0
/
+3
2015-05-13
libcpp/input.c: Add a way to visualize the linemaps (-fdump-internal-locations)
David Malcolm
1
-0
/
+3
2015-05-12
Move global state in timevar.c to a new "timer" class
David Malcolm
1
-2
/
+5
2015-05-09
bitmap.c, [...]: Add space between string literal and macro name.
Jason Merrill
1
-1
/
+1
2015-04-28
always define HAVE_epilogue
Trevor Saunders
1
-3
/
+0
2015-03-12
re PR target/65044 (ICE: SIGSEGV in contains_struct_check with -fsanitize=add...
Ilya Enkovich
1
-1
/
+11
2015-02-06
toplev.c (process_options): Change flag_ipa_ra before creating optimization_{...
Jakub Jelinek
1
-4
/
+7
2015-01-30
Always pass explicit location to fatal_error.
Joseph Myers
1
-6
/
+6
2015-01-27
toplev: gcc version information for jit
David Malcolm
1
-10
/
+23
2015-01-23
PR jit/64721: toplev: don't install signal-handlers when running within libgc...
David Malcolm
1
-14
/
+18
2015-01-22
toplev.c (init_local_tick): Process the failure when read fails for random_seed.
Chen Gang
1
-1
/
+3
2015-01-15
dojump.h: New header file.
Prathamesh Kulkarni
1
-1
/
+10
2015-01-09
genattrtab.c (write_header): Include hash-set.h...
Michael Collison
1
-4
/
+10
2015-01-05
re PR rtl-optimization/64287 (Disable -fuse-caller-save when -pg is active)
Radovan Obradovic
1
-0
/
+12
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
[next]