aboutsummaryrefslogtreecommitdiff
path: root/gcc/print-rtl.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-22print-rtl.c: Use rtx_insn for various debug_ functionsDavid Malcolm1-10/+14
2014-06-06rtl.h (insn_location): Declare.Eric Botcazou1-3/+5
2014-05-14re PR debug/61188 (Many -fcompare-debug failures)Richard Sandiford1-1/+6
2014-05-13rtl.def (SYMBOL_REF): Remove middle "0" field.Richard Sandiford1-3/+0
2014-05-13gcc/Richard Sandiford1-6/+9
2014-05-13rtl.def (REG): Remove middle field.Richard Sandiford1-6/+3
2014-05-13print-rtl.c (print_rtx): Guard whole '0' block with ifndef GENERATOR_FILE.Richard Sandiford1-16/+2
2014-05-06Merge in wide-int.Kenneth Zadeck1-0/+5
2014-02-10re PR middle-end/60080 (gcc.dg/vect/vect-nop-move.c FAILs)Bernd Edlinger1-6/+8
2014-01-25print-rtl.c (in_call_function_usage): New var.Jakub Jelinek1-2/+12
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22* print-rtl.c (print_rtx) <case MEM>: Output a space if no MEM_EXPR.Eric Botcazou1-0/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-1/+2
2013-09-23rtl.texi (REG_NOTES): Say that int_list can also be used.Richard Sandiford1-1/+2
2013-03-30cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher1-0/+1
2013-03-29Add uniform debug dump function names.Lawrence Crowl1-0/+17
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-26invoke.texi: Remove -dv documentation.Steven Bosscher1-74/+47
2012-09-19Integrate lexical block into source_location.Dehao Chen1-6/+6
2012-09-13ipa-pure-const.c (state_from_flags, [...]): Use current_function_name instead...Steven Bosscher1-0/+16