aboutsummaryrefslogtreecommitdiff
path: root/gcc/print-rtl.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-05-13Makefile.in (HOST_RTL): Add $(HOST_PREFIX)bitmap.o.Michael Meissner1-1/+40
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-2/+1
1998-01-27c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.Jeff Law1-0/+1
1997-12-06Merge from gcc-2.8Jeff Law1-0/+5
1997-09-04For phases starting with flow, print basic block information when doing dumpsMichael Meissner1-0/+13
1997-08-02(indent): Move to file level; was static in print_rtx.Richard Kenner1-3/+18
1996-11-15(print_rtx, case 'w'): Use HOST_WIDE_INT_PRINT_DEC.Richard Kenner1-7/+2
1996-07-23install EH codeMike Stump1-0/+8
1995-06-15Update FSF address.Richard Kenner1-1/+2
1993-06-30Fix copyright years.Richard Stallman1-1/+1
1993-01-26Added debugging utilities debug_rtx_list to print several rtx's and...Doug Evans1-0/+58
1992-11-10(print_rtx): Use sizeof spaces - 1 to get the length of the spaces string.Richard Stallman1-3/+3
1992-10-14(reg_names): Make it static. Use DEBUG_REGISTER_NAMES if that's defined.Richard Stallman1-2/+28
1992-07-09entered into RCSRichard Kenner1-1/+11
1992-04-02*** empty log message ***Charles Hannum1-2/+7
1992-01-15*** empty log message ***Richard Kenner1-1/+1
1991-12-24Initial revisionRichard Stallman1-0/+229