cfg.c (cached_make_edge): Use find_edge rather than an inlined variant.
[platform/upstream/gcc.git] / gcc / rtlanal.c
2004-11-22 Nathan Sidwellbitmap.h (struct bitmap_obstack): New obstack type.
2004-11-06 Hans-Peter Nilssonre PR rtl-optimization/17933 (ICE: in schedule_insns...
2004-11-02 Steven Bosschercfgloop.h (struct loop): Update comment.
2004-10-10 Kazu Hiratabasic-block.h: Remove the prototypes for can_hoist_insn...
2004-10-05 Kazu Hiratabasic-block.h: Remove the prototype for flow_preorder_t...
2004-09-21 Uros Bizjakre PR rtl-optimization/14851 (suboptimal fp division...
2004-09-09 Nathan Sidwellra-build.c (copy_insn_p, [...]): Use gcc_assert and...
2004-08-18 Richard Hendersonrtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.
2004-08-02 Gabriel Dos Reisrtl.h (union rtunion_def): Have all members start with...
2004-07-19 Roger Sayle* rtlanal.c (reg_set_p): Add check for regs_invalidated...
2004-07-14 Paolo Bonziniexpr.c (enqueue_insn, [...]): Remove.
2004-07-11 Roger Saylertlanal.c (insn_rtx_cost): New function, moved and...
2004-07-09 Jerry Quinnalias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P...
2004-07-04 Richard Hendersonrtl.def (ADDRESSOF): Remove.
2004-07-01 Jerry Quinnalias.c (get_alias_set, [...]): Use MEM_P.
2004-06-21 Paolo Bonzinirtlanal.c (may_trap_p): Mark LTGT as trapping.
2004-06-15 Jerry Quinnalias.c (record_set, [...]): Use REG_P.
2004-05-25 Paolo BonziniMakefile.in (OBJS): Add rtlhooks.o.
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-04-20 James E WilsonEliminate broken unused function.
2004-04-02 Andrew Pinskirtlanal.c (find_reg_note): Manually unswitch the loop.
2004-03-20 Kazu Hirataalias.c, [...]: Replace calls via (*targetm.foo) (...
2004-03-05 Paolo Bonzinirtlanal.c: Include target.h and output.h.
2004-03-03 Paolo Bonzinialias.c (rtx_equal_for_memref_p): Use predicates to...
2004-02-27 Kazu Hiratac-decl.c, [...]: Fix comment typos and formatting.
2004-02-24 Josef Zlomekrtlanal.c (replace_label): Fix replacing labels in...
2004-02-18 Paul Brookrtlanal.c (rtx_varies_p): Return 0 for NULL_RTX
2004-02-17 Kazu Hiratac-common.c, [...]: Fix comment typos.
2004-02-17 Geoffrey KeatingIndex: ChangeLog
2004-02-06 David Edelsohnreload.c (refers_to_regno_for_reload_p): Index hard_reg...
2004-02-02 David Edelsohnrtlanal.c (refers_to_regno_p): Test regno, not inner_re...
2004-02-02 Paolo Bonzinirtlanal.c (reg_overlap_mentioned_p): Don't test CONSTAN...
2004-02-02 Jan Hubickaalias.c (record_set): Use hard_regno_nregs.
2004-01-22 Roger Saylertlanal.c (subreg_lsb_1): New function split out from...
2004-01-19 Roger Saylere PR rtl-optimization/5263 (a & b & ~a & ~b not optimized)
2004-01-12 Jan Hubickare PR rtl-optimization/12826 (Optimizer removes referen...
2004-01-06 Kazu Hirataalias.c: Fix comment typos.
2003-10-18 Richard Sandifordrtl.h (rtl_size): Declare.
2003-08-24 Kazu Hirata* rtlanal.c (may_trap_p): Simplify an integer comparison.
2003-08-22 Kazu Hiratacfgcleanup.c: Fix comment typos.
2003-07-21 Josef Zlomekcfgcleanup.c (merge_blocks_move_successor_nojumps)...
2003-07-06 Andreas Jaegerjump.c: Convert prototypes to ISO C90.
2003-07-05 Kazu Hiratabt-load.c: Fix comment typos.
2003-07-01 Kazu Hiratabasic-block.h: Fix comment typos.
2003-06-29 Kazu Hirataalloc-pool.c: Fix comment formatting.
2003-06-27 Kazu Hiratartlanal.c (reg_mentioned_p): Return 0 earlier if REG...
2003-06-27 Nathan Sidwellrtl.h (emit_note): Remove FILE parameter.
2003-06-23 Kazu HirataChangeLog.1: Fix a typo.
2003-06-13 Richard Hendersonre PR middle-end/10557 ([m68k] ICE in subreg_offset_rep...
2003-05-20 Matt Kraai* alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)
2003-04-22 Richard Hendersonre PR middle-end/8866 (Bug in switch statement code...
2003-04-19 Jan Hubickartlanal.c (subreg_offset_representable_p): Fix call...
2003-04-18 Roger Saylertlanal.c (reg_overlap_mentioned_p): Handle ZERO_EXTRAC...
2003-04-17 Jan Hubickaemit-rtl.c (subreg_hard_regno): Check that register...
2003-03-30 Richard Hendersoncfgbuild.c (make_edges): Use tablejump_p.
2003-03-15 Josef Zlomekrtl.h (subrtx_p): Renamed to rtx_referenced_p.
2003-03-15 Roger Saylec-cppbuiltin.c (builtin_define_with_value_n): Fix white...
2003-03-14 Jan Hubickacselib.c (clear_table): Do not take argument; always...
2003-03-10 Josef Zlomekcfgcleanup.c (outgoing_edges_match): Compare the jump...
2003-02-11 Richard HendersonFix double applied patch.
2003-02-11 Falk Hueffnerre PR rtl-optimization/9651 ([Alpha] FPE with NAN in...
2003-01-17 Kazu Hirataifcvt.c: Fix comment typos.
2003-01-09 Eric Botcazoure PR inline-asm/8832 (traditional "asm volatile" code...
2003-01-08 Jan Hubickai386.md (adddi3_carry_rex64, [...]): Name pattern.
2002-12-24 Kazu Hirataregmove.c: Fix comment typos.
2002-12-16 Zack WeinbergMerge basic-improvements-branch to trunk
2002-09-26 Kazu Hiratac-common.h: Follow spelling conventions.
2002-09-07 Graham Stott* rtlanal.c (dead_or_set_regno_p): Fix typo.
2002-07-28 Roger SayleMakefile.in: rtlanal.o now depends upon real.h.
2002-07-24 Jan Hubicka* rtlanal.c (keep_with_call_p): Avoid overflow in fixed...
2002-07-22 J"orn Renneckertlanal.c (subreg_regno_offset): Return correct offset...
2002-06-02 Richard Henderson* rtlanal.c (volatile_refs_p): Not automatically true...
2002-05-27 Jan Hubickabasic-block.h (can_hoist_p, [...]): new.
2002-05-09 Kazu Hirataread-rtl.c: Fix formatting.
2002-04-15 David S. Millerrtlanal.c (note_stores): Don't present PARALLEL SET_DES...
2002-04-10 Alan Modrare PR rtl-optimization/6233 (simple loop miscompilation)
2002-03-28 Jan Hubickartlanal.c: Include flags.h
2002-03-21 John Wehlealias.c: (nonlocal_mentioned_p): Use for_each_rtx.
2002-03-12 Richard Hendersonrtlanal.c: Include recog.h.
2002-03-06 Jan Hubickacfgrtl.c (delete_insn_and_edges, [...]): New.
2002-02-21 Alexandre Olivartlanal.c (replace_rtx): Don't make a CONST_INT the...
2002-02-19 Aldy Hernandezi386.md ("mmx_uavgv8qi3"): Use const_vector.
2002-01-31 Kazu Hiratartlanal.c (subreg_regno_offset): Do not use SUBREG_REGN...
2002-01-18 Kazu Hiratabitmap.h: Fix comment formatting.
2002-01-15 Kazu Hirataread-rtl.c: Fix formatting.
2002-01-10 Kazu Hiratartlanal.c (find_reg_fusage): Use XEXP instead of SET_DE...
2001-12-24 Richard Kennerrtl.h (in_expr_list_p): New declaration.
2001-12-22 John Wehlertl.h (subreg_lsb): Declare.
2001-12-08 Kaveh R. Ghazi* rtlanal.c (get_jump_table_offset): Delete unused...
2001-12-07 John Wehlertl.h (get_jump_table_offset): Declare.
2001-12-04 Janis Johnsonrtl.def (PREFETCH): New rtx code.
2001-11-11 Joseph MyersChangeLog.2, [...]: Fix spelling errors.
2001-10-28 Joseph MyersChangeLog.0, [...]: Fix spelling errors.
2001-10-19 Kaveh R. GhaziMakefile.in (rtlanal.o): Depend on $(TM_P_H).
2001-10-11 John Wehlertlanal.c (noop_move_p): Insns with a REG_RETVAL note...
2001-10-11 Stan Shebsalias.c: Remove uses of "register" specifier in declara...
2001-09-14 Nick CliftonAdd missing semicolon
2001-09-07 Richard Hendersonloop.c (record_giv): Avoid simplifying MULT to ASHIFT.
2001-08-22 Lars BrinkhoffMakefile.in, [...]: replace "GNU CC" with "GCC".
2001-08-12 Kazu Hiratagcc.c: Fix comment formatting.
next