aboutsummaryrefslogtreecommitdiff
path: root/gcc/dumpfile.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-02dumpfile.c/h: add "const" to dump location ctorsDavid Malcolm1-2/+2
2018-07-31dumpfile.c: eliminate special-casing of dump_file/alt_dump_fileDavid Malcolm1-173/+447
2018-07-31Simplify dump_context by adding a dump_loc member functionDavid Malcolm1-88/+31
2018-07-25Limit dump_flag enum values range (PR middle-end/86645).Martin Liska1-3/+4
2018-07-20Add "-fsave-optimization-record"David Malcolm1-11/+4
2018-07-19Add "optinfo" frameworkDavid Malcolm1-41/+556
2018-07-12dumpfile.c (gcc::dump_manager::get_dump_file_name): Add PART parameter.Jan Hubicka1-10/+21
2018-07-03[14/n] PR85694: Rework overwidening detectionRichard Sandiford1-0/+22
2018-07-03tree-vect-stmts.c (vect_is_simple_use): Consolidate dumping, always set *dt.Richard Biener1-0/+36
2018-07-02Reinstate dump_generic_expr_locDavid Malcolm1-0/+22
2018-06-29dumpfile.c: add indentation via DUMP_VECT_SCOPEDavid Malcolm1-0/+35
2018-06-28Hide alt_dump_file within dumpfile.cDavid Malcolm1-6/+40
2018-06-26Introduce dump_location_tDavid Malcolm1-28/+105
2018-06-13cgraph.c (cgraph_node::get_untransformed_body): Dump function bodies streamed...Jan Hubicka1-0/+1
2018-06-08dumpfile.c (FIRST_ME_AUTO_NUMBERED_DUMP): Bump to 4.Jan Hubicka1-1/+1
2018-06-08Convert dump and optgroup flags to enumsDavid Malcolm1-34/+36
2018-04-30[patch] allow '-' for stdout dumpNathan Sidwell1-1/+2
2018-04-26dumpfile cleanupNathan Sidwell1-31/+29
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-20poly_int: dump routinesRichard Sandiford1-0/+21
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek1-1/+1
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