Age | Commit message (Expand) | Author | Files | Lines |
2019-10-24 | [dump] small source cleanup | Nathan Sidwell | 1 | -7/+3 |
2019-05-06 | Add lto-dump tool. | Hrishikesh Kulkarni | 1 | -30/+55 |
2019-01-30 | dumpfile.c (opt_info_switch_p_1): Ignore '-' if it appears after '='. | Ulrich Drepper | 1 | -3/+2 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-27 | Fix missing dump_impl_location_t values, using a new dump_metadata_t | David Malcolm | 1 | -91/+186 |
2018-11-19 | Fix -fsave-optimization-record ICE (PR tree-optimization/87025) | David Malcolm | 1 | -0/+16 |
2018-11-19 | Eliminate global state from -fsave-optimization-record | David Malcolm | 1 | -3/+52 |
2018-11-13 | Eliminate source_location in favor of location_t | David Malcolm | 1 | -3/+3 |
2018-11-13 | Ensure that dump calls are guarded with dump_enabled_p | David Malcolm | 1 | -0/+25 |
2018-11-08 | dump_printf: add "%C" for dumping cgraph_node * | David Malcolm | 1 | -29/+86 |
2018-10-04 | Report vectorization problems via a new opt_problem class | David Malcolm | 1 | -108/+52 |
2018-10-04 | Add -fopt-info-internals | David Malcolm | 1 | -74/+174 |
2018-10-04 | Fix -fopt-info for plugin passes | David Malcolm | 1 | -36/+84 |
2018-09-28 | dumpfile.c: use prefixes other than 'note: ' for MSG_{OPTIMIZED_LOCATIONS|MIS... | David Malcolm | 1 | -5/+28 |
2018-09-25 | Fix small coding style issues (PR fortran/87394). | Martin Liska | 1 | -2/+2 |
2018-09-21 | dumpfile.c: fix stray dump_loc output (PR tree-optimization/87309) | David Malcolm | 1 | -3/+26 |
2018-08-17 | Formatted printing for dump_* in the middle-end | David Malcolm | 1 | -31/+327 |
2018-08-02 | dumpfile.c/h: add "const" to dump location ctors | David Malcolm | 1 | -2/+2 |
2018-07-31 | dumpfile.c: eliminate special-casing of dump_file/alt_dump_file | David Malcolm | 1 | -173/+447 |
2018-07-31 | Simplify dump_context by adding a dump_loc member function | David Malcolm | 1 | -88/+31 |
2018-07-25 | Limit dump_flag enum values range (PR middle-end/86645). | Martin Liska | 1 | -3/+4 |
2018-07-20 | Add "-fsave-optimization-record" | David Malcolm | 1 | -11/+4 |
2018-07-19 | Add "optinfo" framework | David Malcolm | 1 | -41/+556 |
2018-07-12 | dumpfile.c (gcc::dump_manager::get_dump_file_name): Add PART parameter. | Jan Hubicka | 1 | -10/+21 |
2018-07-03 | [14/n] PR85694: Rework overwidening detection | Richard Sandiford | 1 | -0/+22 |
2018-07-03 | tree-vect-stmts.c (vect_is_simple_use): Consolidate dumping, always set *dt. | Richard Biener | 1 | -0/+36 |
2018-07-02 | Reinstate dump_generic_expr_loc | David Malcolm | 1 | -0/+22 |
2018-06-29 | dumpfile.c: add indentation via DUMP_VECT_SCOPE | David Malcolm | 1 | -0/+35 |
2018-06-28 | Hide alt_dump_file within dumpfile.c | David Malcolm | 1 | -6/+40 |
2018-06-26 | Introduce dump_location_t | David Malcolm | 1 | -28/+105 |
2018-06-13 | cgraph.c (cgraph_node::get_untransformed_body): Dump function bodies streamed... | Jan Hubicka | 1 | -0/+1 |
2018-06-08 | dumpfile.c (FIRST_ME_AUTO_NUMBERED_DUMP): Bump to 4. | Jan Hubicka | 1 | -1/+1 |
2018-06-08 | Convert dump and optgroup flags to enums | David Malcolm | 1 | -34/+36 |
2018-04-30 | [patch] allow '-' for stdout dump | Nathan Sidwell | 1 | -1/+2 |
2018-04-26 | dumpfile cleanup | Nathan Sidwell | 1 | -31/+29 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-20 | poly_int: dump routines | Richard Sandiford | 1 | -0/+21 |
2017-12-19 | read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ... | Jakub Jelinek | 1 | -1/+1 |
2017-07-02 | dumpfile.c: Include profile-count.h | Jan Hubicka | 1 | -0/+1 |
2017-06-27 | predict.c (test_prediction_value_range): Use -1U instead of -1 to avoid narro... | Jakub Jelinek | 1 | -3/+3 |
2017-06-15 | PR c++/80560 - warn on undefined memory operations involving non-trivial types | Martin Sebor | 1 | -1/+8 |
2017-06-07 | dumpfile.h (enum tree_dump_index): Rename TDI_generic to TDI_gimple. | Jakub Jelinek | 1 | -5/+26 |
2017-05-30 | Remove dump_file_info::dump_file_info and replace it with macro. | Martin Liska | 1 | -28/+14 |
2017-05-26 | Simplify usage of some TDF_* flags. | Martin Liska | 1 | -3/+1 |
2017-05-25 | Add -fdump*-folding suboption. | Martin Liska | 1 | -0/+1 |
2017-05-22 | invoke.texi (fdump-translation-unit): Delete documentation. | Nathan Sidwell | 1 | -2/+1 |
2017-05-19 | toplev.c (general_init): Call register dump lang hook. | Nathan Sidwell | 1 | -2/+1 |
2017-05-18 | Transform TDF_{lang,tree,ipa,rtl} to dump_kind enum. | Martin Liska | 1 | -41/+45 |
2017-05-17 | Introduce dump_flags_t type and use it instead of int type. | Martin Liska | 1 | -24/+28 |
2017-05-11 | dumpfle.h (dump_function): Declare here ... | Nathan Sidwell | 1 | -0/+17 |