summaryrefslogtreecommitdiff
path: root/gcc/print-rtl.c
Commit message (Expand)AuthorAgeFilesLines
* cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher2013-03-301-0/+1
* Add uniform debug dump function names.Lawrence Crowl2013-03-291-0/+17
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* invoke.texi: Remove -dv documentation.Steven Bosscher2012-11-261-74/+47
* Integrate lexical block into source_location.Dehao Chen2012-09-191-6/+6
* ipa-pure-const.c (state_from_flags, [...]): Use current_function_name instead...Steven Bosscher2012-09-131-0/+16
* cfgexpand.c (expand_debug_locations): Encapsulate test for CONST_DOUBLE in ma...Kenneth Zadeck2012-08-021-1/+1
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+1
* re PR tree-optimization/50693 (Loop optimization restricted by GOTOs)Jakub Jelinek2011-11-051-1/+3
* reload1.c (gen_reload): Don't use REGNO on SUBREGs.Alan Modra2011-11-051-4/+3
* rtl.texi (simple_return): Document.Bernd Schmidt2011-08-271-0/+2
* rtlanal.c (tablejump_p): False for returns.Bernd Schmidt2011-07-281-3/+8
* rtl.texi (MEM_OFFSET_KNOWN_P): Document.Richard Sandiford2011-07-191-3/+2
* rtl.texi (MEM_SIZE_KNOWN_P): Document.Richard Sandiford2011-07-191-3/+2
* Dump NOTE_INSN_CFI notes.Richard Henderson2011-07-071-0/+9
* re PR debug/47858 (IPA-SRA decreases quality of debug info)Jakub Jelinek2011-06-221-0/+2
* re PR debug/45882 (No debug info for vars depending on unused parameter)Jakub Jelinek2011-03-161-0/+8
* final.c (final_scan_insn): Handle NOTE_INSN_CALL_ARG_LOCATION.Jakub Jelinek2011-03-161-1/+2
* re PR middle-end/45234 (ICE in expand_call, at calls.c:2845 when passing alig...Jakub Jelinek2010-09-241-0/+3
* options.texi (Variable): Document.Joseph Myers2010-09-171-0/+5
* rtl.def (DEBUG_IMPLICIT_PTR): New rtl code.Jakub Jelinek2010-09-091-1/+4
* rtl.def (DEBUG_INSN, [...]): Swap operands 4 and 5.Bernd Schmidt2010-07-271-1/+5
* md.texi: Document the "unspec" and "unspecv" enum names.Richard Sandiford2010-06-101-0/+15
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-5/+5
* rtl.h (union rtunion_def): Remove rt_bit member.Steven Bosscher2010-05-221-10/+0
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+1
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-1/+0
* df-core.c (df_ref_debug): Change format string placeholder from 0x%x to %#x.Uros Bizjak2010-04-141-1/+1
* re PR debug/43516 ("-fcompare-debug failure" at -O2)Jakub Jelinek2010-03-261-3/+6
* re PR debug/42896 (Random debug generation differences, bootstrap fails)Alexandre Oliva2010-02-031-1/+1
* tree-dump.c (dump_option_value_in): Add TDF_NOUID.Richard Guenther2009-11-301-2/+3
* print-rtl.c (print_rtx): When printing newline, append print_rtx_head and ind...Jakub Jelinek2009-11-251-2/+4
* Remove trailing white spaces.H.J. Lu2009-11-251-1/+1
* extend.texi (Named Address Spaces): New section.Ben Elliston2009-10-261-0/+3
* print-rtl.c (print_rtx): Print locators in asm_operands and asm_input.Alexandre Oliva2009-10-171-0/+16
* re PR target/41693 (RTL Check Failure in expand_debug_expr, at cfgexpand.c:2371)Jakub Jelinek2009-10-131-1/+2
* re PR debug/41343 (sysdeps/ieee754/dbl-64/dosincos.c from glibc causes excess...Alexandre Oliva2009-10-121-0/+6
* print-rtl.c (print_rtx): Use JUMP_LABEL (in_rtx) instead of XEXP (in_rtx, 8).Jakub Jelinek2009-09-111-2/+2
* * print-rtl.c (print_rtx): Fix JUMP_LABEL index.Richard Henderson2009-09-101-1/+1
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-8/+30
* tree-ssa-alias.h (refs_may_alias_p_1): Declare.Richard Guenther2009-07-141-51/+3
* alias.c: Use REG_P...Shujing Zhao2009-06-221-1/+1
* print_rtl (print_rtx): Don't print modes in EXPR_LISTs and INSN_LISTs that ar...Alexandre Oliva2009-06-021-3/+4
* common.opt (fdump-unnumbered-links): New.Alexandre Oliva2009-06-021-1/+9
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* dwarf2asm.c (dw2_assemble_integer): Cast to unsigned HOST_WIDE_INT for hex pr...Doug Kwan2008-04-151-1/+1
* Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET.Hans-Peter Nilsson2007-09-091-0/+3
* tree-pretty-print.c (dump_decl_name): Cast LABEL_DECL_UID to int when printing.Ian Lance Taylor2007-09-061-1/+1
* cfg.c (dump_flow_info): Change to also print entry and exit block info.Kenneth Zadeck2007-08-301-8/+4