summaryrefslogtreecommitdiff
path: root/gcc/rtl.c
Commit message (Expand)AuthorAgeFilesLines
* rtl.c (copy_most_rtx, [...]): Copy frame_related flag.Alexandre Oliva2000-12-271-0/+2
* rtl.h (REG_NON_LOCAL_GOTO): New.Richard Henderson2000-12-201-1/+2
* rtl.h (traverse_md_constants): Declare.J"orn Rennecke2000-11-221-0/+123
* oops, forgot a constDJ Delorie2000-11-161-1/+1
* rtl.c (read_rtx): Provide suitable names for unnamed define_insn and define_i...DJ Delorie2000-11-161-0/+23
* toplev.c, [...]: Change comments mentioning C9X to refer to C99 instead.Joseph Myers2000-10-291-1/+1
* Remove obstacks.Mark Mitchell2000-10-131-40/+17
* machmode.def: Add BImode.Richard Henderson2000-09-181-10/+25
* Fix a small oversightBernd Schmidt2000-09-071-1/+3
* Eliminate false DV warnings for predicated calls to noreturn functions.Jim Wilson2000-09-011-1/+1
* stmt.c (expand_asm_operands): Twiddle generating_concat_p so that CONCATs are...Geoff Keating2000-09-011-0/+3
* * gengenrtl.c, rtl.c: Avoid #elif.Akiko Matsushita2000-08-031-24/+43
* rtl.h (enum reg_note): Add REG_MAYBE_DEAD.Geoff Keating2000-08-021-1/+1
* diagnostic.c (trim_filename, [...]): Moved here from rtl.c.Zack Weinberg2000-07-211-46/+1
* rtl.c: Revert NLS changes.Philipp Thomas2000-06-291-5/+5
* c-decl.c: Mark strings for translation.Philipp Thomas2000-06-281-5/+5
* ggc-none.c, [...] (ggc_alloc_obj): Rename it ggc_alloc, drop second argument,...Zack Weinberg2000-06-091-39/+14
* rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.Richard Kenner2000-04-211-1/+1
* builtins.c (expand_builtin_expect): New.Richard Henderson2000-04-171-1/+1
* rtl.h (enum insn_note): New enumeration.Richard Henderson2000-04-161-3/+3
* Makefile.in (emit-rtl.o): Depend on HASHTAB_H.Mark Mitchell2000-03-311-16/+26
* rtl.h: Redistribute enum reg_note documentation.Richard Henderson2000-03-281-31/+35
* * Rework fields used to describe positions of bitfields andRichard Kenner2000-03-251-2/+2
* Sibling call optimizations.Jeffrey A Law2000-03-171-7/+5
* real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to LONG_DOUBLE_TYPE_SIZE if not de...Jakub Jelinek2000-03-061-5/+5
* defaults.h (ASM_OUTPUT_ASCII): Constify a char*.Kaveh R. Ghazi2000-02-211-1/+1
* gcc.texi (Bug Reporting): Refer to bugs.html.Martin v. Löwis2000-02-181-3/+2
* Update copyrightsKaveh Ghazi2000-01-171-1/+1
* reload.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-171-5/+5
* cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and IS_DIR_SEPARATOR macros.Mumit Khan2000-01-071-4/+0
* acconfig.h: New ENABLE flags: TREE_CHECKING, RTL_CHECKING, GC_CHECKING, GC_AL...Zack Weinberg1999-12-261-2/+2
* ansidecl.h: Define and test `GCC_VERSION', not `HAVE_GCC_VERSION'.Philippe De Muyter1999-11-101-1/+1
* * rtl.c (read_rtx): Use fatal_with_file_and_line not fatal.Richard Henderson1999-11-041-3/+3
* rtl.c: Include toplev.h.David Billinghurst1999-11-041-3/+1
* Makefile.in (genattrtab): Don't use (HOST_RTLANAL).Catherine Moore1999-11-021-0/+108
* [multiple changes]Richard Kenner1999-10-311-20/+21
* genrecog.c (message_with_line): Prototype.Richard Henderson1999-10-141-0/+2
* rtl.c (dump_and_abort): Remove.Richard Henderson1999-10-131-51/+103
* Bring copy_insn_1 and copy_rtx in sync and simplify themBernd Schmidt1999-10-111-20/+3
* haifa-sched.c (sched_reg_n_calls_crossed): Delete.Richard Henderson1999-10-101-1/+1
* ansidecl.h (HAVE_GCC_VERSION): New macro.Kaveh R. Ghazi1999-10-101-1/+1
* print-tree.c (print_node, indent_to): Remove redundant prototypes.Kaveh R. Ghazi1999-10-031-0/+1
* * rtl.c (obstack_alloc_rtx): Removed.Alexandre Oliva1999-09-141-35/+0
* gengenrtl.c (CONST_DOUBLE_FORMAT): Take the size REAL_ARITHMETIC will use int...Richard Henderson1999-09-081-7/+32
* Merge in gcc2-ss-010999Jeff Law1999-09-061-1/+37
* Makefile.in (ggc-simple.o): Depend on varray.h.Richard Henderson1999-09-051-36/+48
* flow.c (propagate_block): Use XEXP not SET_DEST for a USE.Richard Henderson1999-09-031-0/+27
* rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and bounds- check RTL ...Zack Weinberg1999-08-311-5/+71
* rtl.c: Define CONST_DOUBLE_FORMAT to the appropriate format for a CONST_DOUBL...Zack Weinberg1999-08-271-82/+49
* system.h: Don't redefine abort or trim_filename.Zack Weinberg1999-08-261-0/+54