aboutsummaryrefslogtreecommitdiff
path: root/gcc/dump-context.h
AgeCommit message (Expand)AuthorFilesLines
2021-07-12produce simple DOT graphs from SLP treesRichard Biener1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-05-27Add debug (slp_tree) and dump infrastructure for thisRichard Biener1-0/+21
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/+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-21/+28
2018-11-19Eliminate global state from -fsave-optimization-recordDavid Malcolm1-6/+16
2018-11-08dump_printf: add "%C" for dumping cgraph_node *David Malcolm1-0/+8
2018-10-04Report vectorization problems via a new opt_problem classDavid Malcolm1-1/+103
2018-10-04Add -fopt-info-internalsDavid Malcolm1-0/+2
2018-09-25Remove unused functions and fields.Martin Liska1-1/+0
2018-08-17Formatted printing for dump_* in the middle-endDavid Malcolm1-3/+4
2018-07-31dumpfile.c: eliminate special-casing of dump_file/alt_dump_fileDavid Malcolm1-1/+15
2018-07-31Simplify dump_context by adding a dump_loc member functionDavid Malcolm1-0/+2
2018-07-19Add "optinfo" frameworkDavid Malcolm1-0/+138