aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.c
AgeCommit message (Expand)AuthorFilesLines
2002-02-02re PR rtl-optimization/5076 (gcc3 regression: yet another strength reduction ...Richard Henderson1-1/+1
2001-08-01* rtl.c (read_name): Consider \r whitespace.Richard Henderson1-1/+1
2001-02-24* rtl.c (rtl_check_failed_code2): Fix typo in last change.Kaveh R. Ghazi1-1/+1
2001-02-23diagnostic.c (trim_filename): No longer static.Richard Kenner1-20/+22
2000-12-27rtl.c (copy_most_rtx, [...]): Copy frame_related flag.Alexandre Oliva1-0/+2
2000-12-20rtl.h (REG_NON_LOCAL_GOTO): New.Richard Henderson1-1/+2
2000-11-22rtl.h (traverse_md_constants): Declare.J"orn Rennecke1-0/+123
2000-11-16oops, forgot a constDJ Delorie1-1/+1
2000-11-16rtl.c (read_rtx): Provide suitable names for unnamed define_insn and define_i...DJ Delorie1-0/+23
2000-10-29toplev.c, [...]: Change comments mentioning C9X to refer to C99 instead.Joseph Myers1-1/+1
2000-10-13Remove obstacks.Mark Mitchell1-40/+17
2000-09-18machmode.def: Add BImode.Richard Henderson1-10/+25
2000-09-07Fix a small oversightBernd Schmidt1-1/+3
2000-09-01Eliminate false DV warnings for predicated calls to noreturn functions.Jim Wilson1-1/+1
2000-09-01stmt.c (expand_asm_operands): Twiddle generating_concat_p so that CONCATs are...Geoff Keating1-0/+3
2000-08-03* gengenrtl.c, rtl.c: Avoid #elif.Akiko Matsushita1-24/+43
2000-08-02rtl.h (enum reg_note): Add REG_MAYBE_DEAD.Geoff Keating1-1/+1
2000-07-21diagnostic.c (trim_filename, [...]): Moved here from rtl.c.Zack Weinberg1-46/+1
2000-06-29rtl.c: Revert NLS changes.Philipp Thomas1-5/+5
2000-06-28c-decl.c: Mark strings for translation.Philipp Thomas1-5/+5
2000-06-09ggc-none.c, [...] (ggc_alloc_obj): Rename it ggc_alloc, drop second argument,...Zack Weinberg1-39/+14
2000-04-21rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.Richard Kenner1-1/+1
2000-04-17builtins.c (expand_builtin_expect): New.Richard Henderson1-1/+1
2000-04-16rtl.h (enum insn_note): New enumeration.Richard Henderson1-3/+3
2000-03-31Makefile.in (emit-rtl.o): Depend on HASHTAB_H.Mark Mitchell1-16/+26
2000-03-28rtl.h: Redistribute enum reg_note documentation.Richard Henderson1-31/+35
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-2/+2
2000-03-17Sibling call optimizations.Jeffrey A Law1-7/+5
2000-03-06real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to LONG_DOUBLE_TYPE_SIZE if not de...Jakub Jelinek1-5/+5
2000-02-21defaults.h (ASM_OUTPUT_ASCII): Constify a char*.Kaveh R. Ghazi1-1/+1
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