| Commit message (Expand) | Author | Age | Files | Lines |
* | Add -fdump-profile-report. | Martin Liska | 2020-07-10 | 1 | -0/+1 |
* | Provide hint for misspelled -fdump-foo options. | Martin Liska | 2020-05-05 | 1 | -1/+1 |
* | Update copyright years. | Jakub Jelinek | 2020-01-01 | 1 | -1/+1 |
* | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 2019-07-09 | 1 | -1/+1 |
* | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 2019-07-09 | 1 | -1/+2 |
* | Add lto-dump tool. | Hrishikesh Kulkarni | 2019-05-06 | 1 | -0/+5 |
* | Update copyright years. | Jakub Jelinek | 2019-01-01 | 1 | -1/+1 |
* | Fix missing dump_impl_location_t values, using a new dump_metadata_t | David Malcolm | 2018-11-27 | 1 | -16/+56 |
* | Report vectorization problems via a new opt_problem class | David Malcolm | 2018-10-04 | 1 | -3/+10 |
* | Add -fopt-info-internals | David Malcolm | 2018-10-04 | 1 | -6/+35 |
* | Fix -fopt-info for plugin passes | David Malcolm | 2018-10-04 | 1 | -0/+12 |
* | Fix version check for ATTRIBUTE_GCC_DUMP_PRINTF | David Malcolm | 2018-08-28 | 1 | -1/+1 |
* | Formatted printing for dump_* in the middle-end | David Malcolm | 2018-08-17 | 1 | -2/+18 |
* | dumpfile.c/h: add "const" to dump location ctors | David Malcolm | 2018-08-02 | 1 | -4/+4 |
* | dumpfile.c: eliminate special-casing of dump_file/alt_dump_file | David Malcolm | 2018-07-31 | 1 | -13/+21 |
* | Limit dump_flag enum values range (PR middle-end/86645). | Martin Liska | 2018-07-25 | 1 | -1/+4 |
* | Add "-fsave-optimization-record" | David Malcolm | 2018-07-20 | 1 | -0/+3 |
* | Add "optinfo" framework | David Malcolm | 2018-07-19 | 1 | -25/+59 |
* | dumpfile.c (gcc::dump_manager::get_dump_file_name): Add PART parameter. | Jan Hubicka | 2018-07-12 | 1 | -4/+4 |
* | [14/n] PR85694: Rework overwidening detection | Richard Sandiford | 2018-07-03 | 1 | -0/+2 |
* | tree-vect-stmts.c (vect_is_simple_use): Consolidate dumping, always set *dt. | Richard Biener | 2018-07-03 | 1 | -0/+3 |
* | Reinstate dump_generic_expr_loc | David Malcolm | 2018-07-02 | 1 | -0/+2 |
* | dumpfile.c: add indentation via DUMP_VECT_SCOPE | David Malcolm | 2018-06-29 | 1 | -0/+39 |
* | Hide alt_dump_file within dumpfile.c | David Malcolm | 2018-06-28 | 1 | -2/+5 |
* | Introduce dump_location_t | David Malcolm | 2018-06-26 | 1 | -5/+151 |
* | cgraph.c (cgraph_node::get_untransformed_body): Dump function bodies streamed... | Jan Hubicka | 2018-06-13 | 1 | -0/+1 |
* | Convert dump and optgroup flags to enums | David Malcolm | 2018-06-08 | 1 | -60/+171 |
* | Update copyright years. | Jakub Jelinek | 2018-01-03 | 1 | -1/+1 |
* | poly_int: dump routines | Richard Sandiford | 2017-12-20 | 1 | -0/+3 |
* | introduce TDF_compare_debug, omit OBJ_TYPE_REF casts with it | Alexandre Oliva | 2017-11-15 | 1 | -0/+1 |
* | dumpfile.h (enum tree_dump_index): Rename TDI_generic to TDI_gimple. | Jakub Jelinek | 2017-06-07 | 1 | -1/+6 |
* | Remove dump_file_info::dump_file_info and replace it with macro. | Martin Liska | 2017-05-30 | 1 | -7/+0 |
* | Renumber TDF_* flags to be contiguous. | Martin Liska | 2017-05-26 | 1 | -25/+25 |
* | Simplify usage of some TDF_* flags. | Martin Liska | 2017-05-26 | 1 | -6/+1 |
* | Add -fdump*-folding suboption. | Martin Liska | 2017-05-25 | 1 | -0/+1 |
* | invoke.texi (fdump-translation-unit): Delete documentation. | Nathan Sidwell | 2017-05-22 | 1 | -1/+0 |
* | toplev.c (general_init): Call register dump lang hook. | Nathan Sidwell | 2017-05-19 | 1 | -1/+0 |
* | dumpfile.h (enum dump_kind): Remove stray comma. | Paolo Carlini | 2017-05-18 | 1 | -1/+1 |
* | Transform TDF_{lang,tree,ipa,rtl} to dump_kind enum. | Martin Liska | 2017-05-18 | 1 | -33/+54 |
* | Introduce dump_flags_t type and use it instead of int type. | Martin Liska | 2017-05-17 | 1 | -16/+26 |
* | dumpfle.h (dump_function): Declare here ... | Nathan Sidwell | 2017-05-11 | 1 | -0/+1 |
* | dumpfile.h (TDF_FLAGS): New. | Nathan Sidwell | 2017-05-11 | 1 | -0/+1 |
* | dumpfile.h (TDI_lang_all): New. | Nathan Sidwell | 2017-05-10 | 1 | -13/+20 |
* | * dumpfile.h: Tabify. | Nathan Sidwell | 2017-05-10 | 1 | -39/+40 |
* | Miscellaneous optimization group fixes | Thomas Schwinge | 2017-02-28 | 1 | -3/+3 |
* | Rename the "openmp" group of optimizations to "omp" | Thomas Schwinge | 2017-02-28 | 1 | -1/+2 |
* | Update copyright years. | Jakub Jelinek | 2017-01-01 | 1 | -1/+1 |
* | Introduce -fdump-ipa-clones dump output | Martin Liska | 2016-11-30 | 1 | -0/+1 |
* | backport: hsa-builtins.def: New file. | Martin Jambor | 2016-11-23 | 1 | -1/+2 |
* | Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o. | Prasad Ghangal | 2016-11-14 | 1 | -3/+4 |