summaryrefslogtreecommitdiff
path: root/gcc/print-rtl.c
AgeCommit message (Expand)Author
2020-03-05print-rtl: Fix printing of CONST_STRING in DEBUG_INSNs [PR93399]Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-10-01Remove clobber_highRichard Sandiford
2019-08-26PR tree-optimization/83431 - -Wformat-truncation may incorrectly report trunc...Martin Sebor
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor
2019-01-01Update copyright years.Jakub Jelinek
2018-10-11Elide repeated RTL elements.Andrew Stubbs
2018-10-08print-rtl.c (rtx_writer::print_rtx_operand_code_i): Print column information.Eric Botcazou
2018-08-24cfg.h (struct control_flow_graph): Add edge_flags_allocated and bb_flags_allo...Richard Biener
2018-08-06Remaining support for clobber highAlan Hayward
2018-02-19re PR target/84146 (ICE with -mcet in dwarf2out_var_location, involving sigse...Jakub Jelinek
2018-02-09[IEPM] Introduce inline entry point markersAlexandre Oliva
2018-01-03Update copyright years.Jakub Jelinek
2017-12-20poly_int: SUBREG_BYTERichard Sandiford
2017-12-20poly_int: MEM_OFFSET and MEM_SIZERichard Sandiford
2017-12-20poly_int: REG_OFFSETRichard Sandiford
2017-12-20poly_int: rtx constantsRichard Sandiford
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva
2017-11-20vec.h (debug_helper): New function.Aldy Hernandez
2017-10-11Fix use-after-scope error.Martin Liska
2017-08-07print-rtl: NOT is ~, not !Segher Boessenkool
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka
2017-05-14move several bitmaps from gc memory to the default obstack and use auto_bitmapTrevor Saunders
2017-01-05Introduce RTL function readerDavid Malcolm
2017-01-01Update copyright years.Jakub Jelinek
2016-12-19print-rtl.c: use '<' and '>' rather than % for pseudos in compact modeDavid Malcolm
2016-12-06print_rtx: implement support for reuse IDs (v2)David Malcolm
2016-11-09print-rtl-function.c: add (param) directive to dumpDavid Malcolm
2016-11-07rtx_writer: avoid printing trailing default valuesDavid Malcolm
2016-10-26Show INSN_UIDs in compact modeDavid Malcolm
2016-10-26Introduce class rtx_writerDavid Malcolm
2016-10-21make LABEL_REF_LABEL a rtx_insn *Trevor Saunders
2016-10-14Tweaks to print_rtx_functionDavid Malcolm
2016-10-13Add a "compact" mode to print_rtx_functionDavid Malcolm
2016-10-11Split print_rtx into subroutinesDavid Malcolm
2016-04-24make avail_stores a vec<rtx_insn *>Trevor Saunders
2016-01-04Update copyright years.Jakub Jelinek
2015-10-20[PATCH] Move RTL printing code from sched-vis.c into print-rtl.cJeff Law
2015-08-21fix -fdump-unnumbered-linksAlexandre Oliva
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-06-01Change use to type-based pool allocator in cselib.c.Martin Liska
2015-05-19rtl.def (REG): Change format to "r".Richard Sandiford
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod