aboutsummaryrefslogtreecommitdiff
path: root/gcc/print-rtl.c
AgeCommit message (Expand)AuthorFilesLines
2000-08-04alias.c (mark_constant_function): Use INSN_P.Rodney Brown1-1/+1
2000-06-14* print-rtl.c (print_rtx): Emit space before mem alias set.Richard Henderson1-0/+1
2000-06-12print-rtl.c (print_rtx, case MEM): Use HOST_WIDE_INT_PRINT_DEC to print the a...Jeffrey A Law1-1/+1
2000-05-27print-rtl.c (reg_names): Remove const.Richard Henderson1-1/+1
2000-05-20top level:Zack Weinberg1-2/+3
2000-05-19cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.Richard Kenner1-1/+1
2000-05-18print-rtl.c (print_rtx): Only print note line number as string if between NOT...Jakub Jelinek1-1/+2
2000-05-12Makefile.in (final.o): Depend on BASIC_BLOCK_H.Richard Henderson1-22/+52
2000-04-21rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.Richard Kenner1-1/+1
2000-04-17builtins.c (expand_builtin_expect): New.Richard Henderson1-30/+46
2000-04-14print-rtl.c (print_rtx, case NOTE): Don't blow up if NOTE_BASIC_BLOCK not yet...Richard Kenner1-1/+3
2000-04-12print-rtl.c (print_rtx): For CALL_PLACEHOLDER, output the CALL_INSN from the ...Richard Kenner1-14/+21
2000-04-07ggc.h (struct rtx_def): Forward declare.Richard Henderson1-0/+15
2000-03-06real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to LONG_DOUBLE_TYPE_SIZE if not de...Jakub Jelinek1-1/+1
2000-02-20print-rtl.c (print_rtx): Don't print addresses when flag_dump_unnumbered.Geoff Keating1-3/+9
2000-01-17Update copyrightsKaveh Ghazi1-1/+1
2000-01-17print-rtl.c: PROTO -> PARAMS.Kaveh R. Ghazi1-1/+1
1999-11-25c-common.c (check_format_info): Don't call a variadic function with a non-lit...Kaveh R. Ghazi1-6/+13
1999-11-03defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Provide default.Catherine Moore1-1/+5
1999-10-15* print-rtl.c (print_rtx): Limit last 'u' change to LABEL_REF.Richard Henderson1-4/+3
1999-10-14recog.c (pmode_register_operand): New.Richard Henderson1-3/+8
1999-10-13rtl.c (dump_and_abort): Remove.Richard Henderson1-0/+4
1999-09-15rtl.h (NOTE_BLOCK_NUMBER): Replace with ...Mark Mitchell1-1/+3
1999-09-15rtl.h (get_insn_name, [...]): Add prototypes.Kaveh R. Ghazi1-4/+0
1999-09-14except.c (expand_eh_region_start_for_decl): Use NOTE_EH_HANDLER, not NOTE_BLO...Mark Mitchell1-3/+7
1999-09-12Replace insn_foo with insn_data.foo.Richard Henderson1-7/+9
1999-09-06Merge in gcc2-ss-010999Jeff Law1-1/+2
1999-08-31rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and bounds- check RTL ...Zack Weinberg1-2/+1
1999-08-20rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1-3/+3
1999-08-19rtl.def (NOTE): Change format to "iuu0n".Zack Weinberg1-33/+40
1999-07-21Print the names of the hardcoded virtural registersMichael Meissner1-1/+17
1999-04-23Display LABEL_NUSES when printing a code labelNick Clifton1-0/+3
1999-04-02Display constants as both decimal and hex valuesNick Clifton1-0/+3
1999-02-25Flow rewrite to use basic block structures and edge lists.Richard Henderson1-1/+9
1999-02-25* print-rtl.c (print_rtl): Print /j and /c for the jump/call flags.Jeffrey A Law1-0/+6
1999-01-19rtl.h (rtx_def): Update documentation.Mark Mitchell1-0/+3
1998-12-05print-rtl.c (print_rtx): Add prototype.H.J. Lu1-0/+2
1998-11-27system.h: Include libiberty.h.Kaveh R. Ghazi1-4/+4
1998-11-23Ulrich Drepper <drepper@cygnus.com>Ulrich Drepper1-35/+62
1998-11-05Forgot to commit last night.Jeff Law1-1/+1
1998-10-06Cleanup for -fdump-unnumbered:J"orn Rennecke1-1/+9
1998-09-09* print-rtl.c (print_rtx): For MEMs, print MEM_ALIAS_SET.Bernd Schmidt1-0/+3
1998-08-31print-rtl.c (print_rtx): NOTE_INSN_LIVE has an rtx not a bitmap.Richard Henderson1-11/+2
1998-07-13sparc.c, [...]: New trampoline code.John Carr1-2/+1
1998-07-08* print-rtl.c (print_rtx): Revert previous patch.Jeffrey A Law1-1/+1
1998-07-07* print-rtl.c (print_rtx): Use REAL_VALUE_TYPE instead of "double".Jeffrey A Law1-1/+1
1998-07-07print-rtl.c (print_rtx): Only print fp values when REAL_VALUE_TYPE is a double.Richard Henderson1-1/+1
1998-07-06print-rtl.c (print_rtx): Display the real-value equivalent of a const_double ...Richard Henderson1-0/+10
1998-06-29* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1-5/+23
1998-05-19Warning Fixes:Kaveh R. Ghazi1-0/+1