aboutsummaryrefslogtreecommitdiff
path: root/gcc/print-rtl.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford1-1/+1
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-06-01Change use to type-based pool allocator in cselib.c.Martin Liska1-0/+1
2015-05-19rtl.def (REG): Change format to "r".Richard Sandiford1-45/+54
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+7
2014-09-09INSN_LOCATION takes an rtx_insnDavid Malcolm1-2/+4
2014-08-29Make INSN_HAS_LOCATION require an rtx_insnDavid Malcolm1-1/+1