aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
AgeCommit message (Expand)AuthorFilesLines
2000-04-09ssa.c (convert_to_ssa): Eliminate dead code when calling life_analysis.Alex Samuel1-9/+0
2000-04-07rtl.def (COND_EXEC): New.Richard Henderson1-0/+6
2000-04-07ggc.h (struct rtx_def): Forward declare.Richard Henderson1-0/+1
2000-04-06rtl.h (INSN_P): New macro.Alex Samuel1-0/+14
2000-04-05Makefile.in: Add rules for regrename.oStan Cox1-0/+4
2000-03-31alias.c (canon_rtx): Make it global.Mark Mitchell1-0/+1
2000-03-28rtl.h: Redistribute enum reg_note documentation.Richard Henderson1-95/+135
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-19/+31
2000-03-19emit-rtl.c (push_to_full_sequence, [...]): New functions.Martin v. Löwis1-0/+2
2000-03-17Sibling call optimizations.Jeffrey A Law1-2/+20
2000-03-14Add cselib; use it in loop and reload_cse_regsBernd Schmidt1-0/+5
2000-03-14regmove.c (combine_stack_adjustments): New.Richard Henderson1-0/+1
2000-03-10Changes in include:Alex Samuel1-0/+5
2000-03-07rtl.h (rtunion_def): Constify member `rtstr'.Kaveh R. Ghazi1-6/+6
2000-03-07tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner1-20/+28
2000-03-05Revert this patch:Mark Mitchell1-0/+1
2000-03-05function.h (struct sequence_stack): Remove rtl_expr.Mark Mitchell1-1/+0
2000-02-28expr.c (store_constructor): Do not emit USE.Jan Hubicka1-6/+0
2000-02-26Fix copyrights.Jeff Law1-1/+2
2000-02-25toplev.c (rest_of_compilation): Rebuild jump labels if combine_instructions h...Anthony Green1-1/+1
2000-02-21defaults.h (ASM_OUTPUT_ASCII): Constify a char*.Kaveh R. Ghazi1-1/+1
2000-02-10combine.c (make_extraction, [...]): Avoid warning on mixed-signedness conditi...Richard Kenner1-1/+1
2000-02-06flow.c (flow_delete_insn, [...]): Export.Richard Henderson1-0/+1
2000-02-06Makefile.in (c-common.o): Depend on $(EXPR_H).Kaveh R. Ghazi1-0/+1
2000-01-27emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.Geoff Keating1-1/+1
2000-01-25tree.def (UNNE_EXPR): Remove.Richard Henderson1-0/+1
2000-01-19stupid.c: Die die die.Richard Henderson1-2/+1
2000-01-17Update copyrightsKaveh Ghazi1-1/+1
2000-01-17reload.c: PROTO -> PARAMS.Kaveh R. Ghazi1-379/+379
1999-12-26acconfig.h: New ENABLE flags: TREE_CHECKING, RTL_CHECKING, GC_CHECKING, GC_AL...Zack Weinberg1-2/+2
1999-12-04c-common.c (enum attrs): Add A_NO_LIMIT_STACK.Geoff Keating1-1/+5
1999-11-21regclass.c (dump_regclass): New function.Jan Hubicka1-1/+1
1999-11-15basic-block.h: Remove all #defines and prototypes related to integer lists.Jeffrey A Law1-1/+0
1999-11-10ansidecl.h: Define and test `GCC_VERSION', not `HAVE_GCC_VERSION'.Philippe De Muyter1-4/+4
1999-11-04flags.h (flag_renumber_insns): Declare.Mark Mitchell1-1/+1
1999-11-04rtl.h (renumber_insns): New function.Mark Mitchell1-0/+2
1999-11-03defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Provide default.Catherine Moore1-0/+3
1999-11-02Makefile.in (genattrtab): Don't use (HOST_RTLANAL).Catherine Moore1-1/+1
1999-10-31[multiple changes]Richard Kenner1-0/+1
1999-10-31simplify-rtx.c: New file.Jeffrey A Law1-0/+3
1999-10-27rtl.h (note_stores): Add additional paramter.Mark Mitchell1-1/+1
1999-10-26Reorg reg-stack to use the standard CFG.Jan Hubicka1-3/+4
1999-10-26c-parse.in (cast_expr): Constify.Kaveh R. Ghazi1-1/+1
1999-10-13rtl.c (dump_and_abort): Remove.Richard Henderson1-9/+8
1999-10-13Simplified GC interface and other goodies.Richard Henderson1-6/+2
1999-10-10haifa-sched.c (sched_reg_n_calls_crossed): Delete.Richard Henderson1-5/+6
1999-10-10ansidecl.h (HAVE_GCC_VERSION): New macro.Kaveh R. Ghazi1-2/+2
1999-10-09Makefile.in (flow.o): Depend on TREE_H.Richard Henderson1-3/+1
1999-10-08Add functions copy_insn/copy_insn_1; use them in jump.cBernd Schmidt1-0/+2
1999-09-27* rtl.h (struct rtx_def): Move gc_mark to align mode field.Richard Henderson1-3/+4