summaryrefslogtreecommitdiff
path: root/gcc/print-rtl.c
AgeCommit message (Expand)Author
2014-09-09INSN_LOCATION takes an rtx_insnDavid Malcolm
2014-08-29Make INSN_HAS_LOCATION require an rtx_insnDavid Malcolm
2014-08-22print-rtl.c: Use rtx_insn for various debug_ functionsDavid Malcolm
2014-06-06rtl.h (insn_location): Declare.Eric Botcazou
2014-05-14re PR debug/61188 (Many -fcompare-debug failures)Richard Sandiford
2014-05-13rtl.def (SYMBOL_REF): Remove middle "0" field.Richard Sandiford
2014-05-13gcc/Richard Sandiford
2014-05-13rtl.def (REG): Remove middle field.Richard Sandiford
2014-05-13print-rtl.c (print_rtx): Guard whole '0' block with ifndef GENERATOR_FILE.Richard Sandiford
2014-05-06Merge in wide-int.Kenneth Zadeck
2014-02-10re PR middle-end/60080 (gcc.dg/vect/vect-nop-move.c FAILs)Bernd Edlinger
2014-01-25print-rtl.c (in_call_function_usage): New var.Jakub Jelinek
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-11-22* print-rtl.c (print_rtx) <case MEM>: Output a space if no MEM_EXPR.Eric Botcazou
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-09-23rtl.texi (REG_NOTES): Say that int_list can also be used.Richard Sandiford
2013-03-30cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher
2013-03-29Add uniform debug dump function names.Lawrence Crowl
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-11-26invoke.texi: Remove -dv documentation.Steven Bosscher
2012-09-19Integrate lexical block into source_location.Dehao Chen
2012-09-13ipa-pure-const.c (state_from_flags, [...]): Use current_function_name instead...Steven Bosscher
2012-08-02cfgexpand.c (expand_debug_locations): Encapsulate test for CONST_DOUBLE in ma...Kenneth Zadeck
2012-07-16system.h (dump_file): Do not define.Steven Bosscher
2011-11-05re PR tree-optimization/50693 (Loop optimization restricted by GOTOs)Jakub Jelinek
2011-11-05reload1.c (gen_reload): Don't use REGNO on SUBREGs.Alan Modra
2011-08-27rtl.texi (simple_return): Document.Bernd Schmidt
2011-07-28rtlanal.c (tablejump_p): False for returns.Bernd Schmidt
2011-07-19rtl.texi (MEM_OFFSET_KNOWN_P): Document.Richard Sandiford
2011-07-19rtl.texi (MEM_SIZE_KNOWN_P): Document.Richard Sandiford
2011-07-07Dump NOTE_INSN_CFI notes.Richard Henderson
2011-06-22re PR debug/47858 (IPA-SRA decreases quality of debug info)Jakub Jelinek
2011-03-16re PR debug/45882 (No debug info for vars depending on unused parameter)Jakub Jelinek
2011-03-16final.c (final_scan_insn): Handle NOTE_INSN_CALL_ARG_LOCATION.Jakub Jelinek
2010-09-24re PR middle-end/45234 (ICE in expand_call, at calls.c:2845 when passing alig...Jakub Jelinek
2010-09-17options.texi (Variable): Document.Joseph Myers
2010-09-09rtl.def (DEBUG_IMPLICIT_PTR): New rtl code.Jakub Jelinek
2010-07-27rtl.def (DEBUG_INSN, [...]): Swap operands 4 and 5.Bernd Schmidt
2010-06-10md.texi: Document the "unspec" and "unspecv" enum names.Richard Sandiford
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka
2010-05-22rtl.h (union rtunion_def): Remove rt_bit member.Steven Bosscher
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher
2010-04-14df-core.c (df_ref_debug): Change format string placeholder from 0x%x to %#x.Uros Bizjak
2010-03-26re PR debug/43516 ("-fcompare-debug failure" at -O2)Jakub Jelinek
2010-02-03re PR debug/42896 (Random debug generation differences, bootstrap fails)Alexandre Oliva
2009-11-30tree-dump.c (dump_option_value_in): Add TDF_NOUID.Richard Guenther
2009-11-25print-rtl.c (print_rtx): When printing newline, append print_rtx_head and ind...Jakub Jelinek