summaryrefslogtreecommitdiff
path: root/gcc/dumpfile.c
Commit message (Expand)AuthorAgeFilesLines
* dump_printf: add "%C" for dumping cgraph_node *David Malcolm2018-11-081-29/+86
* Report vectorization problems via a new opt_problem classDavid Malcolm2018-10-041-108/+52
* Add -fopt-info-internalsDavid Malcolm2018-10-041-74/+174
* Fix -fopt-info for plugin passesDavid Malcolm2018-10-041-36/+84
* dumpfile.c: use prefixes other than 'note: ' for MSG_{OPTIMIZED_LOCATIONS|MIS...David Malcolm2018-09-281-5/+28
* Fix small coding style issues (PR fortran/87394).Martin Liska2018-09-251-2/+2
* dumpfile.c: fix stray dump_loc output (PR tree-optimization/87309)David Malcolm2018-09-211-3/+26
* Formatted printing for dump_* in the middle-endDavid Malcolm2018-08-171-31/+327
* dumpfile.c/h: add "const" to dump location ctorsDavid Malcolm2018-08-021-2/+2
* dumpfile.c: eliminate special-casing of dump_file/alt_dump_fileDavid Malcolm2018-07-311-173/+447
* Simplify dump_context by adding a dump_loc member functionDavid Malcolm2018-07-311-88/+31
* Limit dump_flag enum values range (PR middle-end/86645).Martin Liska2018-07-251-3/+4
* Add "-fsave-optimization-record"David Malcolm2018-07-201-11/+4
* Add "optinfo" frameworkDavid Malcolm2018-07-191-41/+556
* dumpfile.c (gcc::dump_manager::get_dump_file_name): Add PART parameter.Jan Hubicka2018-07-121-10/+21
* [14/n] PR85694: Rework overwidening detectionRichard Sandiford2018-07-031-0/+22
* tree-vect-stmts.c (vect_is_simple_use): Consolidate dumping, always set *dt.Richard Biener2018-07-031-0/+36
* Reinstate dump_generic_expr_locDavid Malcolm2018-07-021-0/+22
* dumpfile.c: add indentation via DUMP_VECT_SCOPEDavid Malcolm2018-06-291-0/+35
* Hide alt_dump_file within dumpfile.cDavid Malcolm2018-06-281-6/+40
* Introduce dump_location_tDavid Malcolm2018-06-261-28/+105
* cgraph.c (cgraph_node::get_untransformed_body): Dump function bodies streamed...Jan Hubicka2018-06-131-0/+1
* dumpfile.c (FIRST_ME_AUTO_NUMBERED_DUMP): Bump to 4.Jan Hubicka2018-06-081-1/+1
* Convert dump and optgroup flags to enumsDavid Malcolm2018-06-081-34/+36
* [patch] allow '-' for stdout dumpNathan Sidwell2018-04-301-1/+2
* dumpfile cleanupNathan Sidwell2018-04-261-31/+29
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* poly_int: dump routinesRichard Sandiford2017-12-201-0/+21
* read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek2017-12-191-1/+1
* dumpfile.c: Include profile-count.hJan Hubicka2017-07-021-0/+1
* predict.c (test_prediction_value_range): Use -1U instead of -1 to avoid narro...Jakub Jelinek2017-06-271-3/+3
* PR c++/80560 - warn on undefined memory operations involving non-trivial typesMartin Sebor2017-06-151-1/+8
* dumpfile.h (enum tree_dump_index): Rename TDI_generic to TDI_gimple.Jakub Jelinek2017-06-071-5/+26
* Remove dump_file_info::dump_file_info and replace it with macro.Martin Liska2017-05-301-28/+14
* Simplify usage of some TDF_* flags.Martin Liska2017-05-261-3/+1
* Add -fdump*-folding suboption.Martin Liska2017-05-251-0/+1
* invoke.texi (fdump-translation-unit): Delete documentation.Nathan Sidwell2017-05-221-2/+1
* toplev.c (general_init): Call register dump lang hook.Nathan Sidwell2017-05-191-2/+1
* Transform TDF_{lang,tree,ipa,rtl} to dump_kind enum.Martin Liska2017-05-181-41/+45
* Introduce dump_flags_t type and use it instead of int type.Martin Liska2017-05-171-24/+28
* dumpfle.h (dump_function): Declare here ...Nathan Sidwell2017-05-111-0/+17
* dumpfile.h (TDF_FLAGS): New.Nathan Sidwell2017-05-111-3/+3
* dumpfile.h (TDI_lang_all): New.Nathan Sidwell2017-05-101-15/+13
* Rename the "openmp" group of optimizations to "omp"Thomas Schwinge2017-02-281-1/+1
* 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