aboutsummaryrefslogtreecommitdiff
path: root/gcc/dumpfile.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-10-14Introduce gcc::dump_manager classDavid Malcolm1-54/+85
2013-10-02tree-flow.h: Include new .h files.Andrew Macleod1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-13/+13
2013-09-16dumpfile.c (dump_loc): Remove newline emission.Teresa Johnson1-2/+2
2013-09-04dumpfile.c (dump_finish): Don't close stderr/stdout.Teresa Johnson1-1/+3
2013-08-29dumpfile.c (dump_loc): Output column number.Teresa Johnson1-5/+5
2013-08-19Makeifle-in (ipa-devirt.o): New.Jan Hubicka1-0/+2
2013-06-03dumpfile.c (opt_info_switch_p): Change -fopt-info default to -fopt-info=optim...Teresa Johnson1-1/+1
2013-01-22re PR middle-end/56074 (ICE compiling gcc.dg/vect/pr49093.c)Jakub Jelinek1-1/+1
2013-01-18re PR tree-optimization/55995 (vect increase_alignment notes missing from dum...Sharad Singhai1-5/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2013-01-03dumpfile.c (dump_loc): Print filename with location.Teresa Johnson1-1/+3
2012-12-12dumpfile.h (enum tree_dump_index): Remove TDI_vcg.Steven Bosscher1-3/+1
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-36/+76
2012-10-24dumpfile.c (dump_enabled_p): Make it inline and move the definition to dumpfi...Sharad Singhai1-19/+7
2012-10-22dumpfile.c (dump_phase_enabled_p): Renamed dump_enabled_p.Sharad Singhai1-8/+15
2012-10-04dumpfile.h, dumpfile.c: Remove TDI_ada.Arnaud Charlet1-2/+1
2012-10-01dumpfile.c: New file with parts moved from tree-dump.c.Sharad Singhai1-0/+869