aboutsummaryrefslogtreecommitdiff
path: root/gcc/print-rtl.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-2185/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-09Define m_rtx_reuse_manager only if not GENERATOR_FILE.Martin Liska1-3/+5
2021-05-04Remove CC0Segher Boessenkool1-1/+0
2021-04-14Better const_vector printingRichard Sandiford1-1/+31
2021-04-07Improve rtx insn vec outputXionghu Luo1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-17Export print-rtl.c:print_insn_with_notesRichard Sandiford1-4/+1
2020-10-26Add overloaded debug_bb and debug_bb_n with dump flagsXionghu Luo1-1/+1
2020-06-10slim up mem exprs to avoid line breaks in -fverbose-asmAlexandre Oliva1-1/+2
2020-03-05print-rtl: Fix printing of CONST_STRING in DEBUG_INSNs [PR93399]Jakub Jelinek1-1/+3
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-10-01Remove clobber_highRichard Sandiford1-1/+0
2019-08-26PR tree-optimization/83431 - -Wformat-truncation may incorrectly report trunc...Martin Sebor1-1/+1
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor1-0/+11
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-11Elide repeated RTL elements.Andrew Stubbs1-1/+14
2018-10-08print-rtl.c (rtx_writer::print_rtx_operand_code_i): Print column information.Eric Botcazou1-1/+2
2018-08-24cfg.h (struct control_flow_graph): Add edge_flags_allocated and bb_flags_allo...Richard Biener1-1/+1
2018-08-06Remaining support for clobber highAlan Hayward1-0/+1
2018-02-19re PR target/84146 (ICE with -mcet in dwarf2out_var_location, involving sigse...Jakub Jelinek1-2/+0
2018-02-09[IEPM] Introduce inline entry point markersAlexandre Oliva1-0/+5
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-20poly_int: SUBREG_BYTERichard Sandiford1-2/+8
2017-12-20poly_int: MEM_OFFSET and MEM_SIZERichard Sandiford1-2/+8
2017-12-20poly_int: REG_OFFSETRichard Sandiford1-3/+22
2017-12-20poly_int: rtx constantsRichard Sandiford1-0/+22
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek1-1/+1
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva1-0/+24
2017-11-20vec.h (debug_helper): New function.Aldy Hernandez1-0/+17
2017-10-11Fix use-after-scope error.Martin Liska1-1/+1
2017-08-07print-rtl: NOT is ~, not !Segher Boessenkool1-1/+1
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-0/+1
2017-05-14move several bitmaps from gc memory to the default obstack and use auto_bitmapTrevor Saunders1-3/+2
2017-01-05Introduce RTL function readerDavid Malcolm1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-19print-rtl.c: use '<' and '>' rather than % for pseudos in compact modeDavid Malcolm1-4/+4
2016-12-06print_rtx: implement support for reuse IDs (v2)David Malcolm1-11/+128
2016-11-09print-rtl-function.c: add (param) directive to dumpDavid Malcolm1-0/+9
2016-11-07rtx_writer: avoid printing trailing default valuesDavid Malcolm1-1/+47
2016-10-26Show INSN_UIDs in compact modeDavid Malcolm1-6/+4
2016-10-26Introduce class rtx_writerDavid Malcolm1-235/+224
2016-10-21make LABEL_REF_LABEL a rtx_insn *Trevor Saunders1-1/+1
2016-10-14Tweaks to print_rtx_functionDavid Malcolm1-0/+8
2016-10-13Add a "compact" mode to print_rtx_functionDavid Malcolm1-16/+57
2016-10-11Split print_rtx into subroutinesDavid Malcolm1-396/+455
2016-04-24make avail_stores a vec<rtx_insn *>Trevor Saunders1-0/+18
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-20[PATCH] Move RTL printing code from sched-vis.c into print-rtl.cJeff Law1-0/+880
2015-08-21fix -fdump-unnumbered-linksAlexandre Oliva1-1/+1