summaryrefslogtreecommitdiff
path: root/gcc/rtl.h
Commit message (Expand)AuthorAgeFilesLines
* * tree.def (UNNE_EXPR): Remove.rth2000-01-261-0/+1
* * stupid.c: Die die die.rth2000-01-191-2/+1
* Update copyrightsghazi2000-01-171-1/+1
* * reload.c: PROTO -> PARAMS.ghazi2000-01-171-379/+379
* 1999-12-26 Zack Weinberg <zack@wolery.cumb.org>zack1999-12-261-2/+2
* * c-common.c (enum attrs): Add A_NO_LIMIT_STACK.geoffk1999-12-041-1/+5
* * regclass.c (dump_regclass): New function.hubicka1999-11-211-1/+1
* * basic-block.h: Remove all #defines and prototypes related tolaw1999-11-151-1/+0
* include:ghazi1999-11-101-4/+4
* * flags.h (flag_renumber_insns): Declare.mmitchel1999-11-041-1/+1
* * rtl.h (renumber_insns): New function.mmitchel1999-11-041-0/+2
* * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Provide default.clm1999-11-031-0/+3
* * Makefile.in (genattrtab): Don't use (HOST_RTLANAL).clm1999-11-021-1/+1
* Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR>kenner1999-11-011-0/+1
* * simplify-rtx.c: New file.law1999-11-011-0/+3
* * rtl.h (note_stores): Add additional paramter.mmitchel1999-10-271-1/+1
* Reorg reg-stack to use the standard CFG.rth1999-10-271-3/+4
* * c-parse.in (cast_expr): Constify.ghazi1999-10-261-1/+1
* * rtl.c (dump_and_abort): Remove.rth1999-10-141-9/+8
* Simplified GC interface and other goodies.rth1999-10-131-6/+2
* * haifa-sched.c (sched_reg_n_calls_crossed): Delete.rth1999-10-101-5/+6
* include:ghazi1999-10-101-2/+2
* * Makefile.in (flow.o): Depend on TREE_H.rth1999-10-091-3/+1
* Add functions copy_insn/copy_insn_1; use them in jump.ccrux1999-10-081-0/+2
* * rtl.h (struct rtx_def): Move gc_mark to align mode field.rth1999-09-281-3/+4
* * gcse.c (invalid_nonnull_info): New function.law1999-09-201-0/+2
* * rtl.h (insns_safe_to_move_p): New function.mmitchel1999-09-191-0/+1
* * rtl.h (global_rtx_index): New enum.rth1999-09-181-56/+63
* * rtl.h (NOTE_BLOCK_NUMBER): Replace with ...mmitchel1999-09-151-5/+1
* * rtl.h (get_insn_name, print_rtl_with_bb): Add prototypes.ghazi1999-09-151-0/+2
* * combine.c (SUBST): Break out to a real function do_SUBST.rth1999-09-091-0/+1
* * rtl.h (obstack_alloc_rtx): Removed, it's now static inoliva1999-09-081-1/+0
* Merge in gcc2-ss-010999law1999-09-071-1/+1
* * Makefile.in (GGC, GGC_LIB): New.mmitchel1999-09-041-2/+7
* Change memory mangement and constant pool handling for nested functions to ma...crux1999-09-041-0/+4
* * rtl.h (RTL_CHECKC2): Fix typo in last change.mmitchel1999-09-031-1/+1
* * flow.c (propagate_block): Use XEXP not SET_DEST for a USE.rth1999-09-031-66/+104
* * dwarf2out.c (dwarf2out_line): Constify `lastfile'.rth1999-09-021-1/+1
* Merge new ia32 backend from the branch!rth1999-09-021-1/+0
* 1999-08-31 12:20 -0700 Zack Weinberg <zack@bitmover.com>zack1999-08-311-25/+93
* 1999-08-27 13:27 -0700 Zack Weinberg <zack@bitmover.com>zack1999-08-271-2/+2
* 1999-08-25 22:10 -0700 Zack Weinberg <zack@bitmover.com>zack1999-08-261-0/+14
* Wed Aug 25 13:41:47 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>amacleod1999-08-251-0/+7
* * haifa-sched.c (split_hard_reg_notes): Move to flow.crth1999-08-241-0/+1
* Fix more problems from GC diffscrux1999-08-241-0/+6
* * configure.in: Remove code to select/de-select the haifalaw1999-08-241-2/+0
* * rtl.c (rtx_class, note_insn_name, reg_note_name): Constify.ghazi1999-08-201-3/+3
* * rtl.h (rtx_format): Constify a char*.ghazi1999-08-201-1/+1
* * rtl.c (rtx_name): Constify a char*.ghazi1999-08-201-2/+2
* 1999-08-19 14:44 -0700 Zack Weinberg <zack@bitmover.com>zack1999-08-191-43/+35