Age | Commit message (Expand) | Author | Files | Lines |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-11-09 | Define m_rtx_reuse_manager only if not GENERATOR_FILE. | Martin Liska | 1 | -3/+5 |
2021-05-04 | Remove CC0 | Segher Boessenkool | 1 | -1/+0 |
2021-04-14 | Better const_vector printing | Richard Sandiford | 1 | -1/+31 |
2021-04-07 | Improve rtx insn vec output | Xionghu Luo | 1 | -1/+1 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-12-17 | Export print-rtl.c:print_insn_with_notes | Richard Sandiford | 1 | -4/+1 |
2020-10-26 | Add overloaded debug_bb and debug_bb_n with dump flags | Xionghu Luo | 1 | -1/+1 |
2020-06-10 | slim up mem exprs to avoid line breaks in -fverbose-asm | Alexandre Oliva | 1 | -1/+2 |
2020-03-05 | print-rtl: Fix printing of CONST_STRING in DEBUG_INSNs [PR93399] | Jakub Jelinek | 1 | -1/+3 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-10-01 | Remove clobber_high | Richard Sandiford | 1 | -1/+0 |
2019-08-26 | PR tree-optimization/83431 - -Wformat-truncation may incorrectly report trunc... | Martin Sebor | 1 | -1/+1 |
2019-06-05 | c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics. | Martin Sebor | 1 | -0/+11 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-10-11 | Elide repeated RTL elements. | Andrew Stubbs | 1 | -1/+14 |
2018-10-08 | print-rtl.c (rtx_writer::print_rtx_operand_code_i): Print column information. | Eric Botcazou | 1 | -1/+2 |
2018-08-24 | cfg.h (struct control_flow_graph): Add edge_flags_allocated and bb_flags_allo... | Richard Biener | 1 | -1/+1 |
2018-08-06 | Remaining support for clobber high | Alan Hayward | 1 | -0/+1 |
2018-02-19 | re PR target/84146 (ICE with -mcet in dwarf2out_var_location, involving sigse... | Jakub Jelinek | 1 | -2/+0 |
2018-02-09 | [IEPM] Introduce inline entry point markers | Alexandre Oliva | 1 | -0/+5 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-20 | poly_int: SUBREG_BYTE | Richard Sandiford | 1 | -2/+8 |
2017-12-20 | poly_int: MEM_OFFSET and MEM_SIZE | Richard Sandiford | 1 | -2/+8 |
2017-12-20 | poly_int: REG_OFFSET | Richard Sandiford | 1 | -3/+22 |
2017-12-20 | poly_int: rtx constants | Richard Sandiford | 1 | -0/+22 |
2017-12-19 | read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ... | Jakub Jelinek | 1 | -1/+1 |
2017-12-12 | [SFN] introduce statement frontier notes, still disabled | Alexandre Oliva | 1 | -0/+24 |
2017-11-20 | vec.h (debug_helper): New function. | Aldy Hernandez | 1 | -0/+17 |
2017-10-11 | Fix use-after-scope error. | Martin Liska | 1 | -1/+1 |
2017-08-07 | print-rtl: NOT is ~, not ! | Segher Boessenkool | 1 | -1/+1 |
2017-06-04 | i386.c (make_resolver_func): Update. | Jan Hubicka | 1 | -0/+1 |
2017-05-14 | move several bitmaps from gc memory to the default obstack and use auto_bitmap | Trevor Saunders | 1 | -3/+2 |
2017-01-05 | Introduce RTL function reader | David Malcolm | 1 | -1/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-19 | print-rtl.c: use '<' and '>' rather than % for pseudos in compact mode | David Malcolm | 1 | -4/+4 |
2016-12-06 | print_rtx: implement support for reuse IDs (v2) | David Malcolm | 1 | -11/+128 |
2016-11-09 | print-rtl-function.c: add (param) directive to dump | David Malcolm | 1 | -0/+9 |
2016-11-07 | rtx_writer: avoid printing trailing default values | David Malcolm | 1 | -1/+47 |
2016-10-26 | Show INSN_UIDs in compact mode | David Malcolm | 1 | -6/+4 |
2016-10-26 | Introduce class rtx_writer | David Malcolm | 1 | -235/+224 |
2016-10-21 | make LABEL_REF_LABEL a rtx_insn * | Trevor Saunders | 1 | -1/+1 |
2016-10-14 | Tweaks to print_rtx_function | David Malcolm | 1 | -0/+8 |
2016-10-13 | Add a "compact" mode to print_rtx_function | David Malcolm | 1 | -16/+57 |
2016-10-11 | Split print_rtx into subroutines | David Malcolm | 1 | -396/+455 |
2016-04-24 | make avail_stores a vec<rtx_insn *> | Trevor Saunders | 1 | -0/+18 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-10-20 | [PATCH] Move RTL printing code from sched-vis.c into print-rtl.c | Jeff Law | 1 | -0/+880 |
2015-08-21 | fix -fdump-unnumbered-links | Alexandre Oliva | 1 | -1/+1 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -2/+0 |