print-tree.c (print_node, indent_to): Remove redundant prototypes.
[platform/upstream/gcc.git] / gcc / rtl.c
1999-10-03 Kaveh R. Ghaziprint-tree.c (print_node, indent_to): Remove redundant...
1999-09-14 Alexandre Oliva* rtl.c (obstack_alloc_rtx): Removed.
1999-09-08 Richard Hendersongengenrtl.c (CONST_DOUBLE_FORMAT): Take the size REAL_A...
1999-09-07 Jeff LawMerge in gcc2-ss-010999
1999-09-05 Richard HendersonMakefile.in (ggc-simple.o): Depend on varray.h.
1999-09-03 Richard Hendersonflow.c (propagate_block): Use XEXP not SET_DEST for...
1999-08-31 Zack Weinbergrtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type...
1999-08-27 Zack Weinbergrtl.c: Define CONST_DOUBLE_FORMAT to the appropriate...
1999-08-26 Zack Weinbergsystem.h: Don't redefine abort or trim_filename.
1999-08-20 Kaveh R. Ghazirtl.c (rtx_class, [...]): Constify.
1999-08-20 Kaveh R. Ghazirtl.h (rtx_format): Constify a char*.
1999-08-20 Kaveh R. Ghazimachmode.h (mode_name): Constify a char*.
1999-08-20 Kaveh R. Ghazirtl.c (rtx_name): Constify a char*.
1999-08-19 Zack Weinbergrtl.def (NOTE): Change format to "iuu0n".
1999-08-04 Kaveh R. GhaziWarning fixes:
1999-03-22 J"orn Renneckertl.h (shallow_copy_rtx): Declare.
1999-03-19 Kaveh R. GhaziWarning fixes:
1999-02-25 Richard HendersonFlow rewrite to use basic block structures and edge...
1999-02-22 Mark Mitchellcse.c (dump_class): New function.
1999-01-12 Richard Henderson* rtl.c (rtx_alloc): Use memset instead of inline loop.
1999-01-06 Jeff LawMore copyright fixes. Oh what fun.
1998-12-08 Andrew MacLeodSee ChangeLog..
1998-10-23 Richard Earnshawmachmode.h (mode_mask_array): No longer const.
1998-10-14 Kaveh R. GhaziAdd ATTRIBUTE_NORETURN in a bunch of places:
1998-10-01 John Carrdwarf2out.c (expand_builtin_dwarf_reg_size): Fix to...
1998-09-05 Richard Hendersonrtl.h (enum reg_note): Add REG_FRAME_RELATED_EXPR.
1998-05-13 Michael MeissnerMakefile.in (HOST_RTL): Add $(HOST_PREFIX)bitmap.o.
1998-05-06 Kaveh R. Ghazic-common.c: Convert to using ctype macros defined in...
1998-05-06 Kaveh R. GhaziThe isascii check is needed by system.h.
1998-04-10 Nick CliftonPrevent going into an infinite loop upon encountering...
1998-03-20 Kaveh R. GhaziMajor cutover to using system.h:
1998-03-18 Richard Hendersonrtl.c (read_rtx): Fall back on homebrew atoll if HOST_W...
1998-01-30 Jeff LawForgot to commit these...
1998-01-28 Jeff Lawrtl.c (read_rtx): Use atol/atoq based upon disposition...
1998-01-17 Jeffrey A Lawacconifg.h (NEED_DECLARATION_ATOL): New declaration...
1998-01-17 Jeffrey A Law* rtl.c (read_rtx): Initialize list_rtx to NULL, not...
1997-12-20 Kaveh R. Ghazibitmap.c (bitmap_clear): Ensure `inline' is at the...
1997-12-12 Teemu Torma[multiple changes]
1997-12-07 Jeff LawMerge from gcc-2.8
1997-11-02 Jeff LawUpdate mainline egcs to gcc2 snapshot 971021.
1997-09-23 David S. Millerreorg.c (dbr_schedule): At end of this pass...
1997-08-11 Jeffrey A Law* Integrate alias analysis changes from jfc@mit.edu
1997-03-28 Doug Evansrtl.c (note_insn_name): Add NOTE_REPEATED_LINE_NUMBER.
1996-11-15 Richard Kenner(rtvec_alloc): Clear rtwint instead of rtvec.
1996-07-23 Mike Stumpinstall EH code
1996-07-03 Mike Stumpformatting tweaks
1995-06-15 Richard KennerUpdate FSF address.
1994-03-25 Richard Kenner(read_rtx): Remove decl of unused variable STRINGBUFSIZE.
1993-10-07 Ian Lance TaylorMove initialization of byte_mode and word_mode to emit...
1993-09-19 Richard Stallman(rtx_free): New function.
1993-05-17 Richard Stallman(init_rtl): Correct number of 'w's in CONST_DOUBLE...
1993-04-26 Doug Evans(NOTE_INSN_FUNCTION_BEG): Make non-zero.
1993-03-31 Richard StallmanInclude real.h to get the definition of REAL_VALUE_TYPE.
1993-01-14 Jim Wilson(copy_rtx): A MEM with constant address is not sharable.
1993-01-03 Richard Kenner(rtx_alloc): Clear common area of rtx in a portable...
1992-12-27 Richard Kenner(copy_rtx): A CONST can be shared if it contains a...
1992-09-19 Richard Kenner(note_insn_name): Fix typo: had NOT_INSN_DELETED_LABEL.
1992-09-15 Richard Stallman(ftell): Declaration deleted.
1992-07-06 Charles Hannumentered into RCS
1992-07-05 Richard Stallman*** empty log message ***
1992-06-29 Tom Wood*** empty log message ***
1992-06-28 Richard Kenner*** empty log message ***
1992-06-27 Richard Kenner*** empty log message ***
1992-05-13 Richard Stallman*** empty log message ***
1992-05-09 Richard Stallman*** empty log message ***
1992-05-09 Richard Stallman*** empty log message ***
1992-05-07 Richard Stallman*** empty log message ***
1992-04-20 Richard Stallman*** empty log message ***
1992-04-15 Tom Wood*** empty log message ***
1992-04-14 Jim Wilson*** empty log message ***
1992-01-15 Richard Kenner*** empty log message ***
1992-01-04 Richard Kenner*** empty log message ***
1991-12-28 Jim Wilson*** empty log message ***
1991-12-06 Jim WilsonInitial revision