summaryrefslogtreecommitdiff
path: root/gcc/dumpfile.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Introduce -fdump-ipa-clones dump outputMartin Liska2016-11-301-0/+2
* backport: hsa-builtins.def: New file.Martin Jambor2016-11-231-0/+1
* Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o.Prasad Ghangal2016-11-141-1/+3
* Only finalize dot files that have been initializedTom de Vries2016-04-171-11/+11
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-1/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-3/+3
* switch from gimple to gimple*Trevor Saunders2015-09-201-2/+2
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-2/+1
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-3/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-4/+0
* 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