aboutsummaryrefslogtreecommitdiff
path: root/gcc/dumpfile.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-07-20Move combine over to statistics_counter_event.Andrew Pinski1-3/+0
2023-02-16don't declare header-defined functions both static and inlinePatrick Palka1-8/+8
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-09-01Fix up dump_printf_loc format attribute and adjust uses [PR106782]Jakub Jelinek1-1/+1
2022-01-17Change references of .c files to .cc filesMartin Liska1-9/+9
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-09Remove TDF_THREADING flag in favor of param.Aldy Hernandez1-13/+10
2021-10-06More consistently dump GIMPLE FE consumable stmtsRichard Biener1-23/+32
2021-09-28Improve jump threading dump output.Aldy Hernandez1-0/+3
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-07-10Add -fdump-profile-report.Martin Liska1-0/+1
2020-05-05Provide hint for misspelled -fdump-foo options.Martin Liska1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+1
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+2
2019-05-06Add lto-dump tool.Hrishikesh Kulkarni1-0/+5
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-16/+56
2018-10-04Report vectorization problems via a new opt_problem classDavid Malcolm1-3/+10
2018-10-04Add -fopt-info-internalsDavid Malcolm1-6/+35
2018-10-04Fix -fopt-info for plugin passesDavid Malcolm1-0/+12
2018-08-28Fix version check for ATTRIBUTE_GCC_DUMP_PRINTFDavid Malcolm1-1/+1
2018-08-17Formatted printing for dump_* in the middle-endDavid Malcolm1-2/+18
2018-08-02dumpfile.c/h: add "const" to dump location ctorsDavid Malcolm1-4/+4
2018-07-31dumpfile.c: eliminate special-casing of dump_file/alt_dump_fileDavid Malcolm1-13/+21
2018-07-25Limit dump_flag enum values range (PR middle-end/86645).Martin Liska1-1/+4
2018-07-20Add "-fsave-optimization-record"David Malcolm1-0/+3
2018-07-19Add "optinfo" frameworkDavid Malcolm1-25/+59
2018-07-12dumpfile.c (gcc::dump_manager::get_dump_file_name): Add PART parameter.Jan Hubicka1-4/+4
2018-07-03[14/n] PR85694: Rework overwidening detectionRichard Sandiford1-0/+2
2018-07-03tree-vect-stmts.c (vect_is_simple_use): Consolidate dumping, always set *dt.Richard Biener1-0/+3
2018-07-02Reinstate dump_generic_expr_locDavid Malcolm1-0/+2
2018-06-29dumpfile.c: add indentation via DUMP_VECT_SCOPEDavid Malcolm1-0/+39
2018-06-28Hide alt_dump_file within dumpfile.cDavid Malcolm1-2/+5
2018-06-26Introduce dump_location_tDavid Malcolm1-5/+151
2018-06-13cgraph.c (cgraph_node::get_untransformed_body): Dump function bodies streamed...Jan Hubicka1-0/+1
2018-06-08Convert dump and optgroup flags to enumsDavid Malcolm1-60/+171
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-20poly_int: dump routinesRichard Sandiford1-0/+3
2017-11-15introduce TDF_compare_debug, omit OBJ_TYPE_REF casts with itAlexandre Oliva1-0/+1
2017-06-07dumpfile.h (enum tree_dump_index): Rename TDI_generic to TDI_gimple.Jakub Jelinek1-1/+6
2017-05-30Remove dump_file_info::dump_file_info and replace it with macro.Martin Liska1-7/+0
2017-05-26Renumber TDF_* flags to be contiguous.Martin Liska1-25/+25
2017-05-26Simplify usage of some TDF_* flags.Martin Liska1-6/+1
2017-05-25Add -fdump*-folding suboption.Martin Liska1-0/+1
2017-05-22invoke.texi (fdump-translation-unit): Delete documentation.Nathan Sidwell1-1/+0
2017-05-19toplev.c (general_init): Call register dump lang hook.Nathan Sidwell1-1/+0
2017-05-18dumpfile.h (enum dump_kind): Remove stray comma.Paolo Carlini1-1/+1
2017-05-18Transform TDF_{lang,tree,ipa,rtl} to dump_kind enum.Martin Liska1-33/+54