aboutsummaryrefslogtreecommitdiff
path: root/gcc/dumpfile.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-02dumpfile.c: Include profile-count.hJan Hubicka1-0/+1
2017-06-27predict.c (test_prediction_value_range): Use -1U instead of -1 to avoid narro...Jakub Jelinek1-3/+3
2017-06-15PR c++/80560 - warn on undefined memory operations involving non-trivial typesMartin Sebor1-1/+8
2017-06-07dumpfile.h (enum tree_dump_index): Rename TDI_generic to TDI_gimple.Jakub Jelinek1-5/+26
2017-05-30Remove dump_file_info::dump_file_info and replace it with macro.Martin Liska1-28/+14
2017-05-26Simplify usage of some TDF_* flags.Martin Liska1-3/+1
2017-05-25Add -fdump*-folding suboption.Martin Liska1-0/+1
2017-05-22invoke.texi (fdump-translation-unit): Delete documentation.Nathan Sidwell1-2/+1
2017-05-19toplev.c (general_init): Call register dump lang hook.Nathan Sidwell1-2/+1
2017-05-18Transform TDF_{lang,tree,ipa,rtl} to dump_kind enum.Martin Liska1-41/+45
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska1-24/+28
2017-05-11dumpfle.h (dump_function): Declare here ...Nathan Sidwell1-0/+17
2017-05-11dumpfile.h (TDF_FLAGS): New.Nathan Sidwell1-3/+3
2017-05-10dumpfile.h (TDI_lang_all): New.Nathan Sidwell1-15/+13
2017-02-28Rename the "openmp" group of optimizations to "omp"Thomas Schwinge1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-30Introduce -fdump-ipa-clones dump outputMartin Liska1-0/+2
2016-11-23backport: hsa-builtins.def: New file.Martin Jambor1-0/+1
2016-11-14Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o.Prasad Ghangal1-1/+3
2016-04-17Only finalize dot files that have been initializedTom de Vries1-11/+11
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-1/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-3/+3
2015-09-20switch from gimple to gimple*Trevor Saunders1-2/+2
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+11
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-1/+34
2014-11-19PR jit/63854: Fix memory leaks within context/pass_manager/dump_managerDavid Malcolm1-12/+35
2014-06-26invoke.texi: Fix typo.Teresa Johnson1-0/+4
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