summaryrefslogtreecommitdiff
path: root/gcc/dumpfile.c
Commit message (Expand)AuthorAgeFilesLines
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+11
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* PR jit/64166: Add methods to gcc::dump_manager needed by JIT testingDavid Malcolm2014-12-091-1/+34
* PR jit/63854: Fix memory leaks within context/pass_manager/dump_managerDavid Malcolm2014-11-191-12/+35
* invoke.texi: Fix typo.Teresa Johnson2014-06-261-0/+4
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Introduce gcc::dump_manager classDavid Malcolm2013-10-141-54/+85
* tree-flow.h: Include new .h files.Andrew Macleod2013-10-021-1/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-13/+13
* dumpfile.c (dump_loc): Remove newline emission.Teresa Johnson2013-09-161-2/+2
* dumpfile.c (dump_finish): Don't close stderr/stdout.Teresa Johnson2013-09-041-1/+3
* dumpfile.c (dump_loc): Output column number.Teresa Johnson2013-08-291-5/+5
* Makeifle-in (ipa-devirt.o): New.Jan Hubicka2013-08-191-0/+2
* dumpfile.c (opt_info_switch_p): Change -fopt-info default to -fopt-info=optim...Teresa Johnson2013-06-031-1/+1
* re PR middle-end/56074 (ICE compiling gcc.dg/vect/pr49093.c)Jakub Jelinek2013-01-221-1/+1
* re PR tree-optimization/55995 (vect increase_alignment notes missing from dum...Sharad Singhai2013-01-181-5/+4
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* dumpfile.c (dump_loc): Print filename with location.Teresa Johnson2013-01-031-1/+3
* dumpfile.h (enum tree_dump_index): Remove TDI_vcg.Steven Bosscher2012-12-121-3/+1
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-36/+76
* dumpfile.c (dump_enabled_p): Make it inline and move the definition to dumpfi...Sharad Singhai2012-10-241-19/+7
* dumpfile.c (dump_phase_enabled_p): Renamed dump_enabled_p.Sharad Singhai2012-10-221-8/+15
* dumpfile.h, dumpfile.c: Remove TDI_ada.Arnaud Charlet2012-10-041-2/+1
* dumpfile.c: New file with parts moved from tree-dump.c.Sharad Singhai2012-10-011-0/+869