aboutsummaryrefslogtreecommitdiff
path: root/gcc/dumpfile.c
AgeCommit message (Expand)Author
2019-10-24[dump] small source cleanupNathan Sidwell
2019-05-06Add lto-dump tool.Hrishikesh Kulkarni
2019-01-30 * dumpfile.c (opt_info_switch_p_1): Ignore '-' if it appearsUlrich Drepper
2019-01-01 Update 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-12 * dumpfile.c (gcc::dump_manager::get_dump_file_name): Add PARTJan Hubicka
2018-07-03[14/n] PR85694: Rework overwidening detectionRichard Sandiford
2018-07-032018-07-03 Richard Biener <rguenther@suse.de>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-13 * cgraph.c (cgraph_node::get_untransformed_body): Dump functionJan Hubicka
2018-06-08 * dumpfile.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-03 Update copyright years.Jakub Jelinek
2017-12-20poly_int: dump routinesRichard Sandiford
2017-12-19 * read-rtl.c (parse_reg_note_name): Replace Yoda conditions withJakub Jelinek
2017-07-02 * dumpfile.c: Include profile-count.hJan Hubicka
2017-06-27 * predict.c (test_prediction_value_range): Use -1U instead of -1Jakub Jelinek
2017-06-16PR c++/80560 - warn on undefined memory operations involving non-trivial typesMartin Sebor
2017-06-07 * dumpfile.h (enum tree_dump_index): Rename TDI_generic toJakub 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-22 gcc/Nathan Sidwell
2017-05-19 LANG_HOOK_REGISTER_DUMPSNathan Sidwell
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-11 * dumpfle.h (dump_function): Declare here ...Nathan Sidwell