aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-22always define HAVE_conditional_moveTrevor Saunders1-1/+1
2015-05-20Introduce TV_INITIALIZE_RTLDavid Malcolm1-0/+2
2015-05-16toplev.c (emit_debug_global_declarations): Do not output debug info when doin...Jan Hubicka1-0/+3
2015-05-13libcpp/input.c: Add a way to visualize the linemaps (-fdump-internal-locations)David Malcolm1-0/+3
2015-05-12Move global state in timevar.c to a new "timer" classDavid Malcolm1-2/+5
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill1-1/+1
2015-04-28always define HAVE_epilogueTrevor Saunders1-3/+0
2015-03-12re PR target/65044 (ICE: SIGSEGV in contains_struct_check with -fsanitize=add...Ilya Enkovich1-1/+11
2015-02-06toplev.c (process_options): Change flag_ipa_ra before creating optimization_{...Jakub Jelinek1-4/+7
2015-01-30Always pass explicit location to fatal_error.Joseph Myers1-6/+6
2015-01-27toplev: gcc version information for jitDavid Malcolm1-10/+23
2015-01-23PR jit/64721: toplev: don't install signal-handlers when running within libgc...David Malcolm1-14/+18
2015-01-22toplev.c (init_local_tick): Process the failure when read fails for random_seed.Chen Gang1-1/+3
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+10
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10