aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-3/+3
2016-09-20Add IPA VRPKugan Vivekanandarajah1-0/+1
2016-09-05re PR middle-end/77475 (unnecessary or misleading context in reporting comman...Jakub Jelinek1-0/+3
2016-09-02Add -fdiagnostics-generate-patchDavid Malcolm1-0/+14
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-2/+2
2016-08-10toplev.c: set FILE * globals to NULL after fcloseDavid Malcolm1-1/+6
2016-07-19builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak1-8/+8
2016-06-20re PR rtl-optimization/71591 (SIGSEGV in test_uncond_jump (rtl-tests.c:90) wi...Jakub Jelinek1-0/+5
2016-06-13Do not enable -fcheck-pointer-bounds w/ -fsanitize=boundsMartin Liska1-0/+9
2016-06-06Selftest frameworkDavid Malcolm1-0/+26
2016-05-31invoke.texi (-frename-registers): Drop -fpeel-loops from list of flags impliy...Jan Hubicka1-1/+1
2016-05-31loop-init.c (gate): Do not enale RTL loop unroller with -fpeel-loops.Jan Hubicka1-1/+1
2016-04-26toplev.c (backend_init_target): Avoid calling init_reload when using LRA.Zhouyi Zhou1-1/+2
2016-04-22[PATCH 1/2] (header usage fix) remove unused system header includesSzabolcs Nagy1-2/+0
2016-02-25Do not gather mem stats in run_exit_handles (PRMartin Liska1-0/+3
2016-01-19Fix memory chunk corruption for opts_obstack (PR jit/68446)David Malcolm1-1/+6
2016-01-19Merge of HSAMartin Jambor1-0/+3
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-17replace ISL with islSebastian Pop1-1/+1
2015-12-16update required isl versionAditya Kumar1-2/+10
2015-12-04re PR middle-end/68656 (warning about disabled var-tracking uses odd location...Jakub Jelinek1-34/+60
2015-12-02rename flag_loop_optimize_isl to flag_loop_nest_optimizeAditya Kumar1-1/+1
2015-11-15remove conditional compilation of sdb debug infoTrevor Saunders1-5/+1
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm1-0/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-14/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-19/+16
2015-10-21unconditionally compile most of the delay slot codeTrevor Saunders1-3/+1
2015-09-17Split up optabs.[hc]Richard Sandiford1-1/+2
2015-09-16Move check_global_declaration from toplev.c to cgraphunit.cManuel López-Ibáñez1-63/+0
2015-09-14PR28901 -Wunused-variable ignores unused const initialised variables in CMark Wielaard1-5/+6
2015-08-27fix compile without ISLSebastian Pop1-3/+1
2015-08-27remove -floop-unroll-and-jamSebastian Pop1-2/+1
2015-08-20toplev.c (compile_file): Remove loop calling late_global_decl on all symbols.Richard Biener1-9/+0
2015-08-14Add DWARF2_LINENO_DEBUGGING_INFO, and use it for nvptxThomas Schwinge1-0/+4
2015-08-03Refactoring of timevar APIDavid Malcolm1-6/+12
2015-07-24re PR c++/64079 (%+D in diagnostics breaks pragma GCC diagnostic)Manuel López-Ibáñez1-4/+5
2015-07-09toplev.c (compile_file): Reset maximum_field_alignment after parsing.Richard Biener1-0/+5
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-12/+4
2015-07-05target-insns.def (prefetch): New targetm instruction pattern.Richard Sandiford1-5/+2
2015-07-03[Patch SRA] Fix PR66119 by calling get_move_ratio in SRAJames Greenhalgh1-14/+0
2015-06-30defaults.h (HAVE_epilogue, [...]): Delete.Richard Sandiford1-5/+1
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-09re PR bootstrap/66448 (Bootstrap fails on darwin after r224161)Jason Merrill1-0/+1
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-08re PR sanitizer/66452 ([UBSAN] *.Lubsan_data0' defined but not used)Marek Polacek1-0/+1
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez1-41/+37
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-27New memory allocation statistics infrastructure.Martin Liska1-0/+1
2015-05-22remove #if HAVE_conditional_moveTrevor Saunders1-5/+6