aboutsummaryrefslogtreecommitdiff
path: root/gcc/dumpfile.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-07dumpfile.h (enum tree_dump_index): Rename TDI_generic to TDI_gimple.Jakub Jelinek1-1/+6
2017-05-30Remove dump_file_info::dump_file_info and replace it with macro.Martin Liska1-7/+0
2017-05-26Renumber TDF_* flags to be contiguous.Martin Liska1-25/+25
2017-05-26Simplify usage of some TDF_* flags.Martin Liska1-6/+1
2017-05-25Add -fdump*-folding suboption.Martin Liska1-0/+1
2017-05-22invoke.texi (fdump-translation-unit): Delete documentation.Nathan Sidwell1-1/+0
2017-05-19toplev.c (general_init): Call register dump lang hook.Nathan Sidwell1-1/+0
2017-05-18dumpfile.h (enum dump_kind): Remove stray comma.Paolo Carlini1-1/+1
2017-05-18Transform TDF_{lang,tree,ipa,rtl} to dump_kind enum.Martin Liska1-33/+54
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska1-16/+26
2017-05-11dumpfle.h (dump_function): Declare here ...Nathan Sidwell1-0/+1
2017-05-11dumpfile.h (TDF_FLAGS): New.Nathan Sidwell1-0/+1
2017-05-10dumpfile.h (TDI_lang_all): New.Nathan Sidwell1-13/+20
2017-05-10* dumpfile.h: Tabify.Nathan Sidwell1-39/+40
2017-02-28Miscellaneous optimization group fixesThomas Schwinge1-3/+3
2017-02-28Rename the "openmp" group of optimizations to "omp"Thomas Schwinge1-1/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-30Introduce -fdump-ipa-clones dump outputMartin Liska1-0/+1
2016-11-23backport: hsa-builtins.def: New file.Martin Jambor1-1/+2
2016-11-14Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o.Prasad Ghangal1-3/+4
2016-04-17Only finalize dot files that have been initializedTom de Vries1-0/+4
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-09-20switch from gimple to gimple*Trevor Saunders1-2/+2
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-09PR jit/64166: Add methods to gcc::dump_manager needed by JIT testingDavid Malcolm1-0/+6
2014-11-19PR jit/63854: Fix memory leaks within context/pass_manager/dump_managerDavid Malcolm1-1/+10
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-10-14Introduce gcc::dump_manager classDavid Malcolm1-10/+80
2013-08-29dumpfile.c (dump_loc): Output column number.Teresa Johnson1-1/+2
2013-08-19Makeifle-in (ipa-devirt.o): New.Jan Hubicka1-0/+1
2013-03-29Add uniform debug dump function names.Lawrence Crowl1-1/+3
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-12-12dumpfile.h (enum tree_dump_index): Remove TDI_vcg.Steven Bosscher1-2/+0
2012-11-01re PR other/55164 (-fdump-*-all not working)Sharad Singhai1-1/+1
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-10/+22
2012-10-24dumpfile.c (dump_enabled_p): Make it inline and move the definition to dumpfi...Sharad Singhai1-3/+9
2012-10-22dumpfile.c (dump_phase_enabled_p): Renamed dump_enabled_p.Sharad Singhai1-0/+1
2012-10-04dumpfile.h, dumpfile.c: Remove TDI_ada.Arnaud Charlet1-1/+0
2012-10-01invoke.texi: Add documentation for the new option.Sharad Singhai1-17/+50
2012-07-17dumpfile.h (TDF_COMMENT): New define.Steven Bosscher1-0/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-0/+117