aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtlanal.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-02re PR middle-end/30311 (revision 120211 failed to compile perlbench)Joseph Myers1-1/+8
2006-12-21rtlanal.c (subreg_get_info): Do not make register size computations for mode ...Joseph Myers1-3/+3
2006-12-20rtlanal.c (struct subreg_info, [...]): New.Joseph Myers1-75/+140
2006-12-06reload1.c (delete_output_reload): Count occurrences in CALL_INSN_FUNCTION_USAGE.Bernd Schmidt1-0/+6
2006-12-05rtlanal.c (note_uses): Deal with SEQUENCEs.Bernd Schmidt1-0/+5
2006-12-01re PR target/24036 ([e500] ICE in subreg_offset_representable_p, at rtlanal.c...Joseph Myers1-53/+33
2006-11-04fwprop.c: New file.Paolo Bonzini1-2/+7
2006-10-25re PR middle-end/29519 (Bad code on MIPS with -fnon-call-exceptions)Richard Sandiford1-11/+1
2006-05-29gcse.c, rtlanal.c: Remove obsolete comments associated with loop.c.Kazu Hirata1-1/+1
2006-04-17target.h (struct gcc_target): Add mode_rep_extended.Adam Nemet1-2/+75
2006-03-05rtlanal.c (replace_reg): Remove.Kazu Hirata1-100/+0
2006-03-04builtins.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-03-04rtlanal.c (insns_safe_to_move_p): Remove.Kazu Hirata1-76/+0
2006-02-28rtl.h (truncated_to_mode): Declare it.Paolo Bonzini1-0/+10
2006-02-23re PR middle-end/26316 (loop-invariant miscompiles openmp.c)Zdenek Dvorak1-9/+31
2006-02-19gcse.c (want_to_gcse_p): On STACK_REGS targets...Roger Sayle1-0/+9
2006-02-05re PR rtl-optimization/26087 (ICE in df_find_use)Zdenek Dvorak1-1/+6
2006-01-18rtlanal.c (global_reg_mentioned_p_1, [...]): Remove.Kazu Hirata1-73/+0
2006-01-12* rtlanal.c (find_reg_note): Assert insn is not null.Ben Elliston1-2/+5
2005-11-22optabs.c (expand_abs_nojump): Use SCALAR_FLOAT_MODE_P instead of explicitly t...Ben Elliston1-4/+4
2005-11-03re PR rtl-optimization/23585 (mem_fun* code fine with -O1, bus error with -O2)Eric Botcazou1-1/+3
2005-10-20re PR rtl-optimization/23585 (mem_fun* code fine with -O1, bus error with -O2)Eric Botcazou1-20/+114
2005-09-26rtlanal.c (reg_used_between_p): Don't check for CLOBBERs in CALL_INSN_FUNCTIO...J"orn Rennecke1-3/+1
2005-09-01re PR middle-end/23676 (ICE: "missing REG_EH_REGION note in the end of bb")Richard Henderson1-0/+1
2005-06-28rtlanal.c (nonzero_bits1): Use the mode of the value for determining integral...Richard Henderson1-3/+5
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-07re PR rtl-optimization/21528 (Boost shared_ptr_test.cpp fails with -O3)Richard Henderson1-2/+12
2005-06-07rtlanal.c (subreg_offset_representable_p): Handle objects with holes.Geoffrey Keating1-13/+83
2005-04-04tree-eh.c (tree_could_trap_p): Allow non-constant floating point trapping div...David Edelsohn1-5/+3
2005-03-16rtlanal.c (find_first_parameter_load): Rewrite to return actual first param l...Dale Johannesen1-3/+18
2005-03-11re PR rtl-optimization/20331 (Wrong code generation for the argument of the p...Kaz Kojima1-4/+4
2005-01-24rtlanal.c (non_rtx_starting_operands, [...]): New.Paolo Bonzini1-36/+99
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-17rtlanal.c (rtx_cost): Assign cost of 0 to a SUBREG when modes are tieable.Mark Dettinger1-0/+1
2005-01-15rtlanal.c (regs_set_between_p): Remove.Kazu Hirata1-45/+0
2005-01-05combine.c (expand_compound_operation): Add comment that we fall through after...Steven Bosscher1-5/+3
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-1/+0
2004-11-06re PR rtl-optimization/17933 (ICE: in schedule_insns, at /sched-rgn.c:2555)Hans-Peter Nilsson1-44/+58
2004-11-02cfgloop.h (struct loop): Update comment.Steven Bosscher1-0/+312
2004-10-10basic-block.h: Remove the prototypes for can_hoist_insn_p...Kazu Hirata1-326/+0
2004-10-05basic-block.h: Remove the prototype for flow_preorder_transversal_compute.Kazu Hirata1-132/+0
2004-09-21re PR rtl-optimization/14851 (suboptimal fp division with -ffast-math)Uros Bizjak1-0/+1
2004-09-09ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o...Nathan Sidwell1-53/+33
2004-08-18rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson1-6/+5
2004-08-02rtl.h (union rtunion_def): Have all members start with the prefix "rt_".Gabriel Dos Reis1-1/+1
2004-07-19* rtlanal.c (reg_set_p): Add check for regs_invalidated_by_call.Roger Sayle1-7/+3
2004-07-14expr.c (enqueue_insn, [...]): Remove.Paolo Bonzini1-6/+0
2004-07-11rtlanal.c (insn_rtx_cost): New function, moved and renamed from combine.c's c...Roger Sayle1-0/+36
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-20/+20
2004-07-04rtl.def (ADDRESSOF): Remove.Richard Henderson1-21/+0