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