aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-15diagnostics: add minimum width to left margin for line numbersDavid Malcolm1-0/+2
2018-08-21[debug] Add debug and earlydebug dumpsTom de Vries1-0/+5
2018-08-15diagnostics: add labeling of source rangesDavid Malcolm1-0/+2
2018-08-09diagnostics: add line numbers to source (PR other/84889)David Malcolm1-0/+2
2018-07-20PR middle-end/82063 - issues with arguments enabled by -WallMartin Sebor1-3/+3
2018-07-20Add "-fsave-optimization-record"David Malcolm1-0/+5
2018-07-17Clean up of new format of -falign-FOO.Martin Liska1-31/+13
2018-07-04[multiple changes]Martin Liska1-24/+112
2018-06-08Remove MPXMartin Liska1-47/+0
2018-05-30passes.c (ipa_write_summaries): Only modify statements if body is in memory.Jan Hubicka1-1/+2
2018-02-13common.opt (gas-loc-support, [...]): New.Alexandre Oliva1-5/+40
2018-02-09[LVU] Introduce location viewsAlexandre Oliva1-0/+16
2018-01-06re PR debug/83480 (ICE in create_block_for_bookkeeping, at sel-sched.c:4557)Jakub Jelinek1-4/+9
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-21poly_int: argument sizesRichard Sandiford1-7/+20
2017-12-12[SFN] Introduce -gstatement-frontiers option, enable debug markersAlexandre Oliva1-0/+4
2017-11-13re PR lto/81351 (Many LTO testcases FAIL)Eric Botcazou1-4/+3
2017-11-06ipa-fnsummary.c: fix use-after-free crash (PR jit/82826)David Malcolm1-0/+2
2017-10-29Delete obsolete SDB debug info support.James E Wilson1-4/+0
2017-10-20Add generic part for Intel CET enabling. The spec is available atIgor Tsimbalist1-0/+26
2017-10-04[PATCH] remove some unneeded parensNathan Sidwell1-1/+1
2017-09-21toplev: read from /dev/urandom only when neededAlexander Monakov1-36/+16
2017-09-19common.opt (-fstack-clash-protection): New option.Jeff Law1-0/+20
2017-08-29Fix --help=target (PR other/39851).Martin Liska1-1/+2
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-08-03toplev: avoid recursive emergency_dump_functionAlexander Monakov1-0/+12
2017-07-25c-attribs.c (c_common_attribute_table): Add entry for "patchable_function_ent...Torsten Duwe1-1/+3
2017-06-07dumpfile.h (enum tree_dump_index): Rename TDI_generic to TDI_gimple.Jakub Jelinek1-3/+3
2017-05-31passes.c: implement pre-ICE emergency dumpingAlexander Monakov1-1/+11
2017-05-19toplev.c (general_init): Call register dump lang hook.Nathan Sidwell1-0/+4
2017-05-19context.h (context::set_passes): New.Nathan Sidwell1-2/+6
2017-04-28Remove .gcno file when compilation does not success (PR driver/56469).Martin Liska1-0/+3
2017-03-10MPX: Fix option handling.Martin Liska1-21/+29
2017-03-09Disable -fcheck-pointer-bounds with sanitizers.Martin Liska1-12/+20
2017-02-13isl.m4: Remove support for ISL 0.14.Richard Biener1-3/+5
2017-02-10toplev.c (process_options): Do not mention obsolete graphite options when...Richard Biener1-4/+3
2017-01-20[hsa] Rename hsa.[ch] to hsa-common.[ch]Martin Jambor1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-14Split omp-low into multiple filesMartin Jambor1-1/+1
2016-11-23[Patch 6/17] Migrate excess precision logic to use TARGET_EXCESS_PRECISIONJames Greenhalgh1-30/+6
2016-11-16gcc: remove unneeded global related to hot/cold partitioningAndrew Burgess1-5/+0
2016-10-25Implement ~line_maps ()David Malcolm1-1/+0
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
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