OSDN Git Service

* jump.c (redirect_exp_1): Rework from old redirect_exp. Never
[pf3gnuchains/gcc-fork.git] / gcc / rtl.h
2000-04-27 rth * jump.c (redirect_exp_1): Rework from old...
2000-04-21 kenner * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_I...
2000-04-18 robertl * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED...
2000-04-17 rth * builtins.c (expand_builtin_expect): New.
2000-04-16 rth * rtl.h (enum insn_note): New enumeration....
2000-04-09 samuel * ssa.c (convert_to_ssa): Eliminate dead code when...
2000-04-07 rth * rtl.def (COND_EXEC): New.
2000-04-07 rth * ggc.h (struct rtx_def): Forward declare.
2000-04-06 samuel * rtl.h (INSN_P): New macro.
2000-04-05 scox * Makefile.in: Add rules for regrename.o
2000-03-31 mmitchel * alias.c (canon_rtx): Make it global.
2000-03-29 rth * rtl.h: Redistribute enum reg_note documentation.
2000-03-25 kenner * Rework fields used to describe positions of bitfield...
2000-03-19 loewis * emit-rtl.c (push_to_full_sequence, end_full_sequence...
2000-03-17 rthSibling call optimizations.
2000-03-14 cruxAdd cselib; use it in loop and reload_cse_regs
2000-03-14 rth * regmove.c (combine_stack_adjustments): New.
2000-03-10 samuelChanges in include:
2000-03-07 ghazi * rtl.h (rtunion_def): Constify member `rtstr'.
2000-03-07 kenner * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove...
2000-03-05 mmitchel Revert this patch:
2000-03-05 mmitchel * function.h (struct sequence_stack): Remove rtl_expr.
2000-02-28 hubicka * expr.c (store_constructor): Do not emit USE.
2000-02-26 lawFix copyrights.
2000-02-26 law * toplev.c (rest_of_compilation): Rebuild jump labels if
2000-02-21 ghazi * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.
2000-02-10 kenner * combine.c (make_extraction, force_to_mode): Avoid...
2000-02-06 rth * flow.c (flow_delete_insn, make_edge, remove_e...
2000-02-06 ghazi * Makefile.in (c-common.o): Depend on $(EXPR_H).
2000-01-27 geoffk* emit-rtl.c (unshare_all_rtl): Unshare virtual paramet...
2000-01-26 rth * tree.def (UNNE_EXPR): Remove.
2000-01-19 rth * stupid.c: Die die die.
2000-01-17 ghaziUpdate copyrights
2000-01-17 ghazi * reload.c: PROTO -> PARAMS.
1999-12-26 zack1999-12-26 Zack Weinberg <zack@wolery.cumb.org>
1999-12-04 geoffk* c-common.c (enum attrs): Add A_NO_LIMIT_STACK.
1999-11-21 hubicka * regclass.c (dump_regclass): New function.
1999-11-15 law * basic-block.h: Remove all #defines and protot...
1999-11-10 ghaziinclude:
1999-11-04 mmitchel * flags.h (flag_renumber_insns): Declare.
1999-11-04 mmitchel * rtl.h (renumber_insns): New function.
1999-11-03 clm * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME...
1999-11-02 clm * Makefile.in (genattrtab): Don't use (HOST_RTL...
1999-11-01 kennerFri Oct 29 15:25:07 1999 Arnaud Charlet <charlet...
1999-11-01 law * simplify-rtx.c: New file.
1999-10-27 mmitchel * rtl.h (note_stores): Add additional paramter.
1999-10-27 rthReorg reg-stack to use the standard CFG.
1999-10-26 ghazi * c-parse.in (cast_expr): Constify.
1999-10-14 rth * rtl.c (dump_and_abort): Remove.
1999-10-13 rthSimplified GC interface and other goodies.
1999-10-10 rth * haifa-sched.c (sched_reg_n_calls_crossed...
1999-10-10 ghaziinclude:
1999-10-09 rth * Makefile.in (flow.o): Depend on TREE_H.
1999-10-08 cruxAdd functions copy_insn/copy_insn_1; use them in jump.c
1999-09-28 rth* rtl.h (struct rtx_def): Move gc_mark to align mode...
1999-09-20 law * gcse.c (invalid_nonnull_info): New function.
1999-09-19 mmitchel * rtl.h (insns_safe_to_move_p): New function.
1999-09-18 rth * rtl.h (global_rtx_index): New enum.
1999-09-15 mmitchel * rtl.h (NOTE_BLOCK_NUMBER): Replace with ...
1999-09-15 ghazi * rtl.h (get_insn_name, print_rtl_with_bb): Add protot...
1999-09-09 rth * combine.c (SUBST): Break out to a real functi...
1999-09-08 oliva* rtl.h (obstack_alloc_rtx): Removed, it's now static in
1999-09-07 lawMerge in gcc2-ss-010999
1999-09-04 mmitchel * Makefile.in (GGC, GGC_LIB): New.
1999-09-04 cruxChange memory mangement and constant pool handling...
1999-09-03 mmitchel * rtl.h (RTL_CHECKC2): Fix typo in last change.
1999-09-03 rth * flow.c (propagate_block): Use XEXP not SET_DE...
1999-09-02 rth * dwarf2out.c (dwarf2out_line): Constify `lastf...
1999-09-02 rth Merge new ia32 backend from the branch!
1999-08-31 zack1999-08-31 12:20 -0700 Zack Weinberg <zack@bitmover...
1999-08-27 zack1999-08-27 13:27 -0700 Zack Weinberg <zack@bitmover...
1999-08-26 zack1999-08-25 22:10 -0700 Zack Weinberg <zack@bitmover...
1999-08-25 amacleodWed Aug 25 13:41:47 EDT 1999 Andrew MacLeod <amacleod...
1999-08-24 rth * haifa-sched.c (split_hard_reg_notes): Move...
1999-08-24 cruxFix more problems from GC diffs
1999-08-24 law * configure.in: Remove code to select/de-select...
1999-08-20 ghazi * rtl.c (rtx_class, note_insn_name, reg_note_name...
1999-08-20 ghazi * rtl.h (rtx_format): Constify a char*.
1999-08-20 ghazi * rtl.c (rtx_name): Constify a char*.
1999-08-19 zack1999-08-19 14:44 -0700 Zack Weinberg <zack@bitmover...
1999-08-19 wehle * alias.c: Include tree.h.
1999-08-18 geoffk* cse.c (cse_insn): Call never_reached_warning when...
1999-08-10 amacleodTue Aug 10 10:47:42 EDT 1999 Andrew MacLeod <amacleod...
1999-08-09 cruxInclude function.h in most files. Remove most of the...
1999-08-07 rth * function.c (init_function_start): Clear prolo...
1999-08-07 rth * jump.c (onlyjump_p): New function.
1999-08-01 cruxBackport of GC branch patches part 2: kill stmt status...
1999-07-23 rth * explow.c (trunc_int_for_mode): New function.
1999-04-27 amacleodTue Apr 27 19:50:25 EDT 1999 Andrew MacLeod <amacleod...
1999-04-12 law * flow.c (flow_delete_insn): If we delete a CODE_LABEL...
1999-04-12 law * reg-stack.c: Update comment, include varray.h.
1999-04-11 mmitchel * rtl.h (rtx_def): Update documentation for jump and...
1999-04-10 law * rtl.h (rebuild_jump_labels): Declare.
1999-04-10 law * rtl.h (local_alloc): Returns an integer now.
1999-04-02 m.hayes * tm.texi (USE_LOAD_POST_DECREMENT, USE_LOAD_PRE_DECRE...
1999-04-01 rth Move over patch from Bernd Schmidt from GC...
1999-03-31 rth * flow.c (find_basic_blocks): New argument...
1999-03-28 ghaziWarning fixes:
1999-03-25 amacleodThu Mar 25 14:04:54 EST 1999 Andrew MacLeod <amacleod...
1999-03-25 law * rtl.h (MEM_COPY_ATTRIBUTES): Remove unnecessa...
next