OSDN Git Service

* gcc.dg/ppc-bitfield1.c: Skip if not LP64, don't specify -m64.
[pf3gnuchains/gcc-fork.git] / gcc / rtl.c
1999-10-14 rth * rtl.c (dump_and_abort): Remove.
1999-10-11 cruxBring copy_insn_1 and copy_rtx in sync and simplify...
1999-10-10 rth * haifa-sched.c (sched_reg_n_calls_crossed...
1999-10-10 ghaziinclude:
1999-10-03 ghazi * print-tree.c (print_node, indent_to): Remove redunda...
1999-09-14 oliva* rtl.c (obstack_alloc_rtx): Removed.
1999-09-08 rth * gengenrtl.c (CONST_DOUBLE_FORMAT): Take the...
1999-09-07 lawMerge in gcc2-ss-010999
1999-09-05 mmitchel * Makefile.in (ggc-simple.o): Depend on varray.h.
1999-09-03 rth * flow.c (propagate_block): Use XEXP not SET_DE...
1999-08-31 zack1999-08-31 12:20 -0700 Zack Weinberg <zack@bitmover...
1999-08-27 zack1999-08-27 13:27 -0700 Zack Weinberg <zack@bitmover...
1999-08-26 zack1999-08-25 22:10 -0700 Zack Weinberg <zack@bitmover...
1999-08-20 ghazi * rtl.c (rtx_class, note_insn_name, reg_note_name...
1999-08-20 ghazi * rtl.h (rtx_format): Constify a char*.
1999-08-20 ghazi * machmode.h (mode_name): Constify a char*.
1999-08-20 ghazi * rtl.c (rtx_name): Constify a char*.
1999-08-19 zack1999-08-19 14:44 -0700 Zack Weinberg <zack@bitmover...
1999-08-04 ghaziWarning fixes:
1999-03-22 amylaar * rtl.h (shallow_copy_rtx): Declare.
1999-03-19 ghaziWarning fixes:
1999-02-25 rthFlow rewrite to use basic block structures and edge...
1999-02-22 mmitchel * cse.c (dump_class): New function.
1999-01-12 rth * rtl.c (rtx_alloc): Use memset instead of...
1999-01-06 lawMore copyright fixes. Oh what fun.
1998-12-08 amacleodTue Dec 8 15:32:56 EST 1998 Andrew MacLeod <amacleod...
1998-10-23 rearnsha* machmode.h (mode_mask_array): No longer const.
1998-10-14 ghaziAdd ATTRIBUTE_NORETURN in a bunch of places:
1998-10-01 jfc * dwarf2out.c (expand_builtin_dwarf_reg_size): Fix...
1998-09-05 rth * rtl.h (enum reg_note): Add REG_FRAME_RELATED_...
1998-05-13 law * Makefile.in (HOST_RTL): Add $(HOST_PREFIX...
1998-05-06 ghazi * c-common.c: Convert to using ctype macros...
1998-05-06 ghaziThe isascii check is needed by system.h.
1998-04-10 nickcPrevent going into an infinite loop upon encountering...
1998-03-20 ghaziMajor cutover to using system.h:
1998-03-18 rth * rtl.c (read_rtx): Fall back on homebrew atoll...
1998-01-30 lawForgot to commit these...
1998-01-28 law * rtl.c (read_rtx): Use atol/atoq based upon...
1998-01-17 law * acconifg.h (NEED_DECLARATION_ATOL): New decla...
1998-01-17 law * rtl.c (read_rtx): Initialize list_rtx to...
1997-12-20 law * bitmap.c (bitmap_clear): Ensure `inline'...
1997-12-12 jasonThu Dec 11 20:42:18 1997 Teemu Torma <tot@trema.com>
1997-12-07 lawMerge from gcc-2.8
1997-11-02 lawUpdate mainline egcs to gcc2 snapshot 971021.
1997-09-23 law * reorg.c (dbr_schedule): At end of this pass...
1997-08-11 law * Integrate alias analysis changes from jfc...
1997-03-28 dje * rtl.c (note_insn_name): Add NOTE_REPEATED_LINE_NUMBER.
1996-11-15 kenner(rtvec_alloc): Clear rtwint instead of rtvec.
1996-07-23 mrsinstall EH code
1996-07-03 mrsformatting tweaks
1995-06-15 kennerUpdate FSF address.
1994-03-25 kenner(read_rtx): Remove decl of unused variable STRINGBUFSIZE.
1993-10-07 ianMove initialization of byte_mode and word_mode to emit...
1993-09-19 rms(rtx_free): New function.
1993-05-17 rms(init_rtl): Correct number of 'w's in CONST_DOUBLE...
1993-04-26 dje(NOTE_INSN_FUNCTION_BEG): Make non-zero.
1993-03-31 rmsInclude real.h to get the definition of REAL_VALUE_TYPE.
1993-01-14 wilson(copy_rtx): A MEM with constant address is not sharable.
1993-01-03 kenner(rtx_alloc): Clear common area of rtx in a portable...
1992-12-27 kenner(copy_rtx): A CONST can be shared if it contains a...
1992-09-19 kenner(note_insn_name): Fix typo: had NOT_INSN_DELETED_LABEL.
1992-09-15 rms(ftell): Declaration deleted.
1992-07-06 mycroftentered into RCS
1992-07-05 rms*** empty log message ***
1992-06-29 wood*** empty log message ***
1992-06-28 kenner*** empty log message ***
1992-06-27 kenner*** empty log message ***
1992-05-13 rms*** empty log message ***
1992-05-09 rms*** empty log message ***
1992-05-09 rms*** empty log message ***
1992-05-07 rms*** empty log message ***
1992-04-20 rms*** empty log message ***
1992-04-15 wood*** empty log message ***
1992-04-14 wilson*** empty log message ***
1992-01-15 kenner*** empty log message ***
1992-01-04 kenner*** empty log message ***
1991-12-28 wilson*** empty log message ***
1991-12-06 wilsonInitial revision