summaryrefslogtreecommitdiff
path: root/gcc/rtlanal.c
Commit message (Expand)AuthorAgeFilesLines
* basic-block.h, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* rtlanal.c (rtx_cost): Assign cost of 0 to a SUBREG when modes are tieable.Mark Dettinger2005-01-171-0/+1
* rtlanal.c (regs_set_between_p): Remove.Kazu Hirata2005-01-151-45/+0
* combine.c (expand_compound_operation): Add comment that we fall through after...Steven Bosscher2005-01-051-5/+3
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-1/+0
* re PR rtl-optimization/17933 (ICE: in schedule_insns, at /sched-rgn.c:2555)Hans-Peter Nilsson2004-11-061-44/+58
* cfgloop.h (struct loop): Update comment.Steven Bosscher2004-11-021-0/+312
* basic-block.h: Remove the prototypes for can_hoist_insn_p...Kazu Hirata2004-10-101-326/+0
* basic-block.h: Remove the prototype for flow_preorder_transversal_compute.Kazu Hirata2004-10-051-132/+0
* re PR rtl-optimization/14851 (suboptimal fp division with -ffast-math)Uros Bizjak2004-09-211-0/+1
* ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o...Nathan Sidwell2004-09-091-53/+33
* rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson2004-08-181-6/+5
* rtl.h (union rtunion_def): Have all members start with the prefix "rt_".Gabriel Dos Reis2004-08-021-1/+1
* * rtlanal.c (reg_set_p): Add check for regs_invalidated_by_call.Roger Sayle2004-07-191-7/+3
* expr.c (enqueue_insn, [...]): Remove.Paolo Bonzini2004-07-141-6/+0
* rtlanal.c (insn_rtx_cost): New function, moved and renamed from combine.c's c...Roger Sayle2004-07-111-0/+36
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-20/+20
* rtl.def (ADDRESSOF): Remove.Richard Henderson2004-07-041-21/+0
* alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn2004-07-011-13/+13
* rtlanal.c (may_trap_p): Mark LTGT as trapping.Paolo Bonzini2004-06-211-0/+1
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-31/+31
* Makefile.in (OBJS): Add rtlhooks.o.Paolo Bonzini2004-05-251-0/+956
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-6/+6
* Eliminate broken unused function.James E Wilson2004-04-191-48/+0
* rtlanal.c (find_reg_note): Manually unswitch the loop.Andrew Pinski2004-04-011-2/+8
* alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata2004-03-201-2/+2
* rtlanal.c: Include target.h and output.h.Paolo Bonzini2004-03-051-0/+106
* alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini2004-03-031-34/+44
* c-decl.c, [...]: Fix comment typos and formatting.Kazu Hirata2004-02-271-1/+1
* rtlanal.c (replace_label): Fix replacing labels in constant pool.Josef Zlomek2004-02-241-7/+4
* rtlanal.c (rtx_varies_p): Return 0 for NULL_RTXPaul Brook2004-02-181-1/+5
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-02-171-1/+1
* Index: ChangeLogGeoffrey Keating2004-02-171-12/+25
* reload.c (refers_to_regno_for_reload_p): Index hard_regno_nregs with inner_re...David Edelsohn2004-02-051-2/+2
* rtlanal.c (refers_to_regno_p): Test regno, not inner_regno, against FIRST_PSE...David Edelsohn2004-02-021-1/+1
* rtlanal.c (reg_overlap_mentioned_p): Don't test CONSTANT_P (x).Paolo Bonzini2004-02-021-12/+19
* alias.c (record_set): Use hard_regno_nregs.Jan Hubicka2004-02-021-15/+16
* rtlanal.c (subreg_lsb_1): New function split out from subreg_lsb.Roger Sayle2004-01-221-14/+25
* re PR rtl-optimization/5263 (a & b & ~a & ~b not optimized)Roger Sayle2004-01-191-1/+6
* re PR rtl-optimization/12826 (Optimizer removes reference through volatile po...Jan Hubicka2004-01-121-0/+28
* alias.c: Fix comment typos.Kazu Hirata2004-01-061-2/+2
* rtl.h (rtl_size): Declare.Richard Sandiford2003-10-181-1/+1
* * rtlanal.c (may_trap_p): Simplify an integer comparison.Kazu Hirata2003-08-241-3/+1
* cfgcleanup.c: Fix comment typos.Kazu Hirata2003-08-221-1/+1
* cfgcleanup.c (merge_blocks_move_successor_nojumps): Use tablejump_p.Josef Zlomek2003-07-211-15/+14
* jump.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-230/+95
* bt-load.c: Fix comment typos.Kazu Hirata2003-07-051-1/+1
* basic-block.h: Fix comment typos.Kazu Hirata2003-07-011-2/+2
* alloc-pool.c: Fix comment formatting.Kazu Hirata2003-06-291-1/+1
* rtlanal.c (reg_mentioned_p): Return 0 earlier if REG and IN are known to be n...Kazu Hirata2003-06-271-2/+0