summaryrefslogtreecommitdiff
path: root/gcc/print-rtl.c
Commit message (Expand)AuthorAgeFilesLines
* print-rtl.c (print_rtx_head): Constify.Rodney Brown2000-10-161-1/+1
* flags.h (flag_dump_rtl_in_asm): Declare.Stephane Carrez2000-09-131-5/+19
* print-rtl.c (debug_call_placeholder_verbose): New variable.Alexandre Oliva2000-09-111-0/+34
* alias.c (mark_constant_function): Use INSN_P.Rodney Brown2000-08-041-1/+1
* * print-rtl.c (print_rtx): Emit space before mem alias set.Richard Henderson2000-06-141-0/+1
* print-rtl.c (print_rtx, case MEM): Use HOST_WIDE_INT_PRINT_DEC to print the a...Jeffrey A Law2000-06-121-1/+1
* print-rtl.c (reg_names): Remove const.Richard Henderson2000-05-271-1/+1
* top level:Zack Weinberg2000-05-201-2/+3
* cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.Richard Kenner2000-05-191-1/+1
* print-rtl.c (print_rtx): Only print note line number as string if between NOT...Jakub Jelinek2000-05-181-1/+2
* Makefile.in (final.o): Depend on BASIC_BLOCK_H.Richard Henderson2000-05-121-22/+52
* rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.Richard Kenner2000-04-211-1/+1
* builtins.c (expand_builtin_expect): New.Richard Henderson2000-04-171-30/+46
* print-rtl.c (print_rtx, case NOTE): Don't blow up if NOTE_BASIC_BLOCK not yet...Richard Kenner2000-04-141-1/+3
* print-rtl.c (print_rtx): For CALL_PLACEHOLDER, output the CALL_INSN from the ...Richard Kenner2000-04-121-14/+21
* ggc.h (struct rtx_def): Forward declare.Richard Henderson2000-04-071-0/+15
* real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to LONG_DOUBLE_TYPE_SIZE if not de...Jakub Jelinek2000-03-061-1/+1
* print-rtl.c (print_rtx): Don't print addresses when flag_dump_unnumbered.Geoff Keating2000-02-201-3/+9
* Update copyrightsKaveh Ghazi2000-01-171-1/+1
* print-rtl.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-171-1/+1
* c-common.c (check_format_info): Don't call a variadic function with a non-lit...Kaveh R. Ghazi1999-11-251-6/+13
* defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Provide default.Catherine Moore1999-11-031-1/+5
* * print-rtl.c (print_rtx): Limit last 'u' change to LABEL_REF.Richard Henderson1999-10-151-4/+3
* recog.c (pmode_register_operand): New.Richard Henderson1999-10-141-3/+8
* rtl.c (dump_and_abort): Remove.Richard Henderson1999-10-131-0/+4
* rtl.h (NOTE_BLOCK_NUMBER): Replace with ...Mark Mitchell1999-09-151-1/+3
* rtl.h (get_insn_name, [...]): Add prototypes.Kaveh R. Ghazi1999-09-151-4/+0
* except.c (expand_eh_region_start_for_decl): Use NOTE_EH_HANDLER, not NOTE_BLO...Mark Mitchell1999-09-141-3/+7
* Replace insn_foo with insn_data.foo.Richard Henderson1999-09-121-7/+9
* Merge in gcc2-ss-010999Jeff Law1999-09-061-1/+2
* rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and bounds- check RTL ...Zack Weinberg1999-08-311-2/+1
* rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1999-08-201-3/+3
* rtl.def (NOTE): Change format to "iuu0n".Zack Weinberg1999-08-191-33/+40
* Print the names of the hardcoded virtural registersMichael Meissner1999-07-211-1/+17
* Display LABEL_NUSES when printing a code labelNick Clifton1999-04-231-0/+3
* Display constants as both decimal and hex valuesNick Clifton1999-04-021-0/+3
* Flow rewrite to use basic block structures and edge lists.Richard Henderson1999-02-251-1/+9
* * print-rtl.c (print_rtl): Print /j and /c for the jump/call flags.Jeffrey A Law1999-02-251-0/+6
* rtl.h (rtx_def): Update documentation.Mark Mitchell1999-01-191-0/+3
* print-rtl.c (print_rtx): Add prototype.H.J. Lu1998-12-051-0/+2
* system.h: Include libiberty.h.Kaveh R. Ghazi1998-11-271-4/+4
* Ulrich Drepper <drepper@cygnus.com>Ulrich Drepper1998-11-231-35/+62
* Forgot to commit last night.Jeff Law1998-11-051-1/+1
* Cleanup for -fdump-unnumbered:J"orn Rennecke1998-10-061-1/+9
* * print-rtl.c (print_rtx): For MEMs, print MEM_ALIAS_SET.Bernd Schmidt1998-09-091-0/+3
* print-rtl.c (print_rtx): NOTE_INSN_LIVE has an rtx not a bitmap.Richard Henderson1998-08-311-11/+2
* sparc.c, [...]: New trampoline code.John Carr1998-07-131-2/+1
* * print-rtl.c (print_rtx): Revert previous patch.Jeffrey A Law1998-07-081-1/+1
* * print-rtl.c (print_rtx): Use REAL_VALUE_TYPE instead of "double".Jeffrey A Law1998-07-071-1/+1
* print-rtl.c (print_rtx): Only print fp values when REAL_VALUE_TYPE is a double.Richard Henderson1998-07-071-1/+1