summaryrefslogtreecommitdiff
path: root/gcc/dumpfile.c
AgeCommit message (Expand)Author
2020-05-05Provide hint for misspelled -fdump-foo options.Martin Liska
2020-04-15selftest: Work around GCC 4.2 PR33916 bug by optimizing the ctor [PR89494]Gustavo Romero
2020-01-01Update copyright years.Jakub Jelinek
2019-10-24[dump] small source cleanupNathan Sidwell
2019-05-06Add lto-dump tool.Hrishikesh Kulkarni
2019-01-30dumpfile.c (opt_info_switch_p_1): Ignore '-' if it appears after '='.Ulrich Drepper
2019-01-01Update copyright years.Jakub Jelinek
2018-11-27Fix missing dump_impl_location_t values, using a new dump_metadata_tDavid Malcolm
2018-11-19Fix -fsave-optimization-record ICE (PR tree-optimization/87025)David Malcolm
2018-11-19Eliminate global state from -fsave-optimization-recordDavid Malcolm
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm
2018-11-13Ensure that dump calls are guarded with dump_enabled_pDavid Malcolm
2018-11-08dump_printf: add "%C" for dumping cgraph_node *David Malcolm
2018-10-04Report vectorization problems via a new opt_problem classDavid Malcolm
2018-10-04Add -fopt-info-internalsDavid Malcolm
2018-10-04Fix -fopt-info for plugin passesDavid Malcolm
2018-09-28dumpfile.c: use prefixes other than 'note: ' for MSG_{OPTIMIZED_LOCATIONS|MIS...David Malcolm
2018-09-25Fix small coding style issues (PR fortran/87394).Martin Liska
2018-09-21dumpfile.c: fix stray dump_loc output (PR tree-optimization/87309)David Malcolm
2018-08-17Formatted printing for dump_* in the middle-endDavid Malcolm
2018-08-02dumpfile.c/h: add "const" to dump location ctorsDavid Malcolm
2018-07-31dumpfile.c: eliminate special-casing of dump_file/alt_dump_fileDavid Malcolm
2018-07-31Simplify dump_context by adding a dump_loc member functionDavid Malcolm
2018-07-25Limit dump_flag enum values range (PR middle-end/86645).Martin Liska
2018-07-20Add "-fsave-optimization-record"David Malcolm
2018-07-19Add "optinfo" frameworkDavid Malcolm
2018-07-12dumpfile.c (gcc::dump_manager::get_dump_file_name): Add PART parameter.Jan Hubicka
2018-07-03[14/n] PR85694: Rework overwidening detectionRichard Sandiford
2018-07-03tree-vect-stmts.c (vect_is_simple_use): Consolidate dumping, always set *dt.Richard Biener
2018-07-02Reinstate dump_generic_expr_locDavid Malcolm
2018-06-29dumpfile.c: add indentation via DUMP_VECT_SCOPEDavid Malcolm
2018-06-28Hide alt_dump_file within dumpfile.cDavid Malcolm
2018-06-26Introduce dump_location_tDavid Malcolm
2018-06-13cgraph.c (cgraph_node::get_untransformed_body): Dump function bodies streamed...Jan Hubicka
2018-06-08dumpfile.c (FIRST_ME_AUTO_NUMBERED_DUMP): Bump to 4.Jan Hubicka
2018-06-08Convert dump and optgroup flags to enumsDavid Malcolm
2018-04-30[patch] allow '-' for stdout dumpNathan Sidwell
2018-04-26dumpfile cleanupNathan Sidwell
2018-01-03Update copyright years.Jakub Jelinek
2017-12-20poly_int: dump routinesRichard Sandiford
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek
2017-07-02dumpfile.c: Include profile-count.hJan Hubicka
2017-06-27predict.c (test_prediction_value_range): Use -1U instead of -1 to avoid narro...Jakub Jelinek
2017-06-15PR c++/80560 - warn on undefined memory operations involving non-trivial typesMartin Sebor
2017-06-07dumpfile.h (enum tree_dump_index): Rename TDI_generic to TDI_gimple.Jakub Jelinek
2017-05-30Remove dump_file_info::dump_file_info and replace it with macro.Martin Liska
2017-05-26Simplify usage of some TDF_* flags.Martin Liska
2017-05-25Add -fdump*-folding suboption.Martin Liska
2017-05-22invoke.texi (fdump-translation-unit): Delete documentation.Nathan Sidwell
2017-05-19toplev.c (general_init): Call register dump lang hook.Nathan Sidwell