OSDN Git Service

* rtl.c (dump_and_abort): Remove.
[pf3gnuchains/gcc-fork.git] / gcc / rtl.h
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...
1999-03-22 amylaar * rtl.h (shallow_copy_rtx): Declare.
1999-03-16 nickcRename free_bb_memory to free_bb_mem
1999-03-15 m.hayes * rtlanal.c (auto_inc_p): New function.
1999-03-10 law * gcse.c (run_jump_opt_after_gcse): New variable.
1999-02-25 rthFlow rewrite to use basic block structures and edge...
1999-02-25 amylaar * rtl.h (insn_first_p): Don't declare.
1999-02-22 amacleod * loop.c (libcall_other_regs): Make extern.
1999-02-08 rth * output.h (current_function_has_computed_jump...
1999-02-03 rthMissed rtl.h on commit and from ChangeLog.
1999-01-29 brolleyFri Jan 29 18:26:07 1999 Dave Brolley <brolley@cygnus...
1999-01-27 amylaar * rtl.h (insn_first_p): Declare.
1999-01-27 lawMerge in gcc2 snapshot 19980929. See gcc/ChangeLog...
1999-01-23 ghazi * final.c (bb_str): Qualify a char* with the...
1999-01-21 rth * cse.c (fold_rtx): Revert 29 Dec change.
1999-01-19 rth * expr.c (do_jump_for_compare): Handle conditio...
1999-01-19 mmitchel * rtl.h (rtx_def): Update documentation.
1999-01-18 ghazi * cpplib.c (special_symbol): Qualify a char...
1998-12-29 rth * rtl.h (CONSTANT_P): Remove CONSTANT_P_RTX.
1998-12-14 law
1998-12-13 law * rtl.h (recompute_reg_usage): Add second argument.
1998-12-12 law * rtlanal.c (multiple_sets): New function.
1998-12-08 amacleodTue Dec 8 15:32:56 EST 1998 Andrew MacLeod <amacleod...
1998-12-03 m.hayes * alias.c (addr_side_effect_eval): New function.
1998-12-01 amylaar * local-alloc.c (function_invariant_p): New function.
1998-11-27 ghazi * system.h: Include libiberty.h.
1998-11-26 rth * rtlanal.c (regs_set_between_p): New function.
1998-11-25 law * toplev.c (no_new_pseudos): Define.
1998-11-24 law * cse.c (fold_rtx): Make autoincrement addressi...
1998-11-07 ghazi * configure.in (host_xm_file, build_xm_file...
1998-11-04 law
1998-10-29 law * flow.c (XNMALLOC): New macro.
1998-10-28 law * regclass.c (renumber, regno_allocated): New...
1998-10-28 law * toplev.c (compile_file): Call allocate_reg_in...
1998-10-21 mmitchel * invoke.texi: Document -flang-isoc9x.
1998-10-16 ghazi * rtl.h (sets_cc0_p): Revert Oct 14 ATTRIBUTE_N...
1998-10-14 ghaziAdd ATTRIBUTE_NORETURN in a bunch of places:
1998-10-13 law * rtl.h: Delete duplicate prototypes. Add...
1998-10-06 law * rtl.h: Don't declare any functions also decla...
1998-10-06 amylaarCleanup for -fdump-unnumbered:
1998-09-23 mmitchel * rtl.h (init_virtual_regs): New function.
1998-09-18 dje * toplev.c (rest_of_compilation): Set bct_p...
1998-09-15 rth * tree.h (BUILT_IN_CALLER_RETURN_ADDRESS): Unused...
1998-09-06 ghazi * Makefile.in (toplev.o): Depend on $(EXPR_H).
1998-09-05 rthRevert prototype for function not comitted.
1998-09-05 rth * rtl.h (enum reg_note): Add REG_FRAME_RELATED_...
1998-08-19 law * rtl.h (rtx_function): New type.
1998-08-17 law * expr.c (move_by_pieces): No longer static...
1998-07-13 davemMore efficient version of Jul 10 bugfix of mine, as
next