aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.c
AgeCommit message (Expand)AuthorFilesLines
2000-02-18gcc.texi (Bug Reporting): Refer to bugs.html.Martin v. Löwis1-3/+2
2000-01-17Update copyrightsKaveh Ghazi1-1/+1
2000-01-17reload.c: PROTO -> PARAMS.Kaveh R. Ghazi1-5/+5
2000-01-07cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and IS_DIR_SEPARATOR macros.Mumit Khan1-4/+0
1999-12-26acconfig.h: New ENABLE flags: TREE_CHECKING, RTL_CHECKING, GC_CHECKING, GC_AL...Zack Weinberg1-2/+2
1999-11-10ansidecl.h: Define and test `GCC_VERSION', not `HAVE_GCC_VERSION'.Philippe De Muyter1-1/+1
1999-11-04* rtl.c (read_rtx): Use fatal_with_file_and_line not fatal.Richard Henderson1-3/+3
1999-11-04rtl.c: Include toplev.h.David Billinghurst1-3/+1
1999-11-02Makefile.in (genattrtab): Don't use (HOST_RTLANAL).Catherine Moore1-0/+108
1999-10-31[multiple changes]Richard Kenner1-20/+21
1999-10-14genrecog.c (message_with_line): Prototype.Richard Henderson1-0/+2
1999-10-13rtl.c (dump_and_abort): Remove.Richard Henderson1-51/+103
1999-10-11Bring copy_insn_1 and copy_rtx in sync and simplify themBernd Schmidt1-20/+3
1999-10-10haifa-sched.c (sched_reg_n_calls_crossed): Delete.Richard Henderson1-1/+1
1999-10-10ansidecl.h (HAVE_GCC_VERSION): New macro.Kaveh R. Ghazi1-1/+1
1999-10-03print-tree.c (print_node, indent_to): Remove redundant prototypes.Kaveh R. Ghazi1-0/+1
1999-09-14* rtl.c (obstack_alloc_rtx): Removed.Alexandre Oliva1-35/+0
1999-09-08gengenrtl.c (CONST_DOUBLE_FORMAT): Take the size REAL_ARITHMETIC will use int...Richard Henderson1-7/+32
1999-09-06Merge in gcc2-ss-010999Jeff Law1-1/+37
1999-09-05Makefile.in (ggc-simple.o): Depend on varray.h.Richard Henderson1-36/+48
1999-09-03flow.c (propagate_block): Use XEXP not SET_DEST for a USE.Richard Henderson1-0/+27
1999-08-31rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and bounds- check RTL ...Zack Weinberg1-5/+71
1999-08-27rtl.c: Define CONST_DOUBLE_FORMAT to the appropriate format for a CONST_DOUBL...Zack Weinberg1-82/+49
1999-08-26system.h: Don't redefine abort or trim_filename.Zack Weinberg1-0/+54
1999-08-20rtl.c (rtx_class, [...]): Constify.Kaveh R. Ghazi1-3/+3
1999-08-20rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1-5/+5
1999-08-20machmode.h (mode_name): Constify a char*.Kaveh R. Ghazi1-1/+1
1999-08-20rtl.c (rtx_name): Constify a char*.Kaveh R. Ghazi1-1/+1
1999-08-19rtl.def (NOTE): Change format to "iuu0n".Zack Weinberg1-2/+6
1999-08-04Warning fixes:Kaveh R. Ghazi1-1/+0
1999-03-22rtl.h (shallow_copy_rtx): Declare.J"orn Rennecke1-0/+22
1999-03-19Warning fixes:Kaveh R. Ghazi1-1/+1
1999-02-25Flow rewrite to use basic block structures and edge lists.Richard Henderson1-1/+2
1999-02-22cse.c (dump_class): New function.Mark Mitchell1-5/+18
1999-01-11* rtl.c (rtx_alloc): Use memset instead of inline loop.Richard Henderson1-3/+1
1999-01-06More copyright fixes. Oh what fun.Jeff Law1-1/+1
1998-12-08See ChangeLog..Andrew MacLeod1-1/+2
1998-10-23machmode.h (mode_mask_array): No longer const.Richard Earnshaw1-1/+2
1998-10-14Add ATTRIBUTE_NORETURN in a bunch of places:Kaveh R. Ghazi1-1/+1
1998-10-01dwarf2out.c (expand_builtin_dwarf_reg_size): Fix to work with more than three...John Carr1-7/+18
1998-09-05rtl.h (enum reg_note): Add REG_FRAME_RELATED_EXPR.Richard Henderson1-1/+2
1998-05-13Makefile.in (HOST_RTL): Add $(HOST_PREFIX)bitmap.o.Michael Meissner1-2/+18
1998-05-06c-common.c: Convert to using ctype macros defined in system.h.Kaveh R. Ghazi1-2/+2
1998-05-06The isascii check is needed by system.h.Kaveh R. Ghazi1-4/+0
1998-04-10Prevent going into an infinite loop upon encountering an enuterminated comment.Nick Clifton1-2/+3
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-5/+1
1998-03-18rtl.c (read_rtx): Fall back on homebrew atoll if HOST_WIDE_INT is large...Richard Henderson1-3/+40
1998-01-30Forgot to commit these...Jeff Law1-0/+6
1998-01-28rtl.c (read_rtx): Use atol/atoq based upon disposition of HOST_WIDE_INT.Jeff Law1-0/+4
1998-01-17acconifg.h (NEED_DECLARATION_ATOL): New declaration to check for.Jeffrey A Law1-1/+1