summaryrefslogtreecommitdiff
path: root/gcc/dumpfile.h
AgeCommit message (Expand)Author
2020-05-05Provide hint for misspelled -fdump-foo options.Martin Liska
2020-01-01Update copyright years.Jakub Jelinek
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-05-06Add lto-dump tool.Hrishikesh Kulkarni
2019-01-01Update copyright years.Jakub Jelinek
2018-11-27Fix missing dump_impl_location_t values, using a new dump_metadata_tDavid 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-08-28Fix version check for ATTRIBUTE_GCC_DUMP_PRINTFDavid 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-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-08Convert dump and optgroup flags to enumsDavid Malcolm
2018-01-03Update copyright years.Jakub Jelinek
2017-12-20poly_int: dump routinesRichard Sandiford
2017-11-15introduce TDF_compare_debug, omit OBJ_TYPE_REF casts with itAlexandre Oliva
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-26Renumber TDF_* flags to be contiguous.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
2017-05-18dumpfile.h (enum dump_kind): Remove stray comma.Paolo Carlini
2017-05-18Transform TDF_{lang,tree,ipa,rtl} to dump_kind enum.Martin Liska
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska
2017-05-11dumpfle.h (dump_function): Declare here ...Nathan Sidwell
2017-05-11dumpfile.h (TDF_FLAGS): New.Nathan Sidwell
2017-05-10dumpfile.h (TDI_lang_all): New.Nathan Sidwell
2017-05-10* dumpfile.h: Tabify.Nathan Sidwell
2017-02-28Miscellaneous optimization group fixesThomas Schwinge
2017-02-28Rename the "openmp" group of optimizations to "omp"Thomas Schwinge
2017-01-01Update copyright years.Jakub Jelinek
2016-11-30Introduce -fdump-ipa-clones dump outputMartin Liska
2016-11-23backport: hsa-builtins.def: New file.Martin Jambor
2016-11-14Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o.Prasad Ghangal
2016-04-17Only finalize dot files that have been initializedTom de Vries