summaryrefslogtreecommitdiff
path: root/gcc/rtlanal.c
Commit message (Expand)AuthorAgeFilesLines
* rtlanal.c (label_is_jump_target_p): Return true for a matching REG_LABEL_TARGET.Hans-Peter Nilsson2007-11-241-0/+3
* target.h (unspec_may_trap_p): New target hook.Paolo Bonzini2007-10-161-2/+5
* ra-conflict.c: New file.Kenneth Zadeck2007-10-021-1/+11
* alias.c (memory_modified_1): Deconstify.Kaveh R. Ghazi2007-09-191-37/+29
* Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET.Hans-Peter Nilsson2007-09-091-2/+4
* system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi2007-09-031-1/+1
* c-common.c (const_strip_array_types): Delete.Kaveh R. Ghazi2007-09-011-1/+4
* alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi2007-08-271-35/+43
* rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes in DEF_RT...Chao-ying Fu2007-08-231-0/+16
* alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi2007-08-141-3/+3
* alias.c (record_set, [...]): Constify.Kaveh R. Ghazi2007-07-301-13/+13
* alias.c (mems_in_disjoint_alias_sets_p, [...]): Constify.Kaveh R. Ghazi2007-07-301-4/+4
* attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi2007-07-291-14/+14
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* cfglayout.c (insn_scope, insn_line): Constify.Kaveh R. Ghazi2007-07-251-72/+66
* PR middle-end/PR28690Peter Bergner2007-07-231-10/+12
* rtlanal.c (num_sign_bit_copies1): Improve cases of ANDing or IORing with a co...Adam Nemet2007-07-061-0/+19
* * rtlanal.c (note_stores): Improve documentation.Mark Mitchell2007-06-151-4/+7
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-19/+21
* postreload-gcse.c (reg_changed_after_insn_p): New function.Richard Sandiford2007-05-241-2/+2
* regs.h (end_hard_regno): New function.Richard Sandiford2007-05-221-23/+10
* rtl.h (constant_pool_reference_p): Delete.Richard Sandiford2007-03-211-0/+24
* Makefile.in (rtlanal.o): Depend on tree.h.Richard Sandiford2007-03-011-0/+56
* rtl.h (remove_reg_equal_equiv_notes): New prototype.Steven Bosscher2007-02-201-0/+18
* rtlanal.c (find_reg_equal_equiv_note): Do not find REG_EQ* notes on an insn w...Steven Bosscher2007-02-201-1/+8
* re PR middle-end/30311 (revision 120211 failed to compile perlbench)Joseph Myers2007-01-021-1/+8
* rtlanal.c (subreg_get_info): Do not make register size computations for mode ...Joseph Myers2006-12-211-3/+3
* rtlanal.c (struct subreg_info, [...]): New.Joseph Myers2006-12-201-75/+140
* reload1.c (delete_output_reload): Count occurrences in CALL_INSN_FUNCTION_USAGE.Bernd Schmidt2006-12-061-0/+6
* rtlanal.c (note_uses): Deal with SEQUENCEs.Bernd Schmidt2006-12-051-0/+5
* re PR target/24036 ([e500] ICE in subreg_offset_representable_p, at rtlanal.c...Joseph Myers2006-12-011-53/+33
* fwprop.c: New file.Paolo Bonzini2006-11-041-2/+7
* re PR middle-end/29519 (Bad code on MIPS with -fnon-call-exceptions)Richard Sandiford2006-10-251-11/+1
* gcse.c, rtlanal.c: Remove obsolete comments associated with loop.c.Kazu Hirata2006-05-291-1/+1
* target.h (struct gcc_target): Add mode_rep_extended.Adam Nemet2006-04-171-2/+75
* rtlanal.c (replace_reg): Remove.Kazu Hirata2006-03-051-100/+0
* builtins.c, [...]: Fix comment typos.Kazu Hirata2006-03-041-1/+1
* rtlanal.c (insns_safe_to_move_p): Remove.Kazu Hirata2006-03-041-76/+0
* rtl.h (truncated_to_mode): Declare it.Paolo Bonzini2006-02-281-0/+10
* re PR middle-end/26316 (loop-invariant miscompiles openmp.c)Zdenek Dvorak2006-02-231-9/+31
* gcse.c (want_to_gcse_p): On STACK_REGS targets...Roger Sayle2006-02-191-0/+9
* re PR rtl-optimization/26087 (ICE in df_find_use)Zdenek Dvorak2006-02-051-1/+6
* rtlanal.c (global_reg_mentioned_p_1, [...]): Remove.Kazu Hirata2006-01-181-73/+0
* * rtlanal.c (find_reg_note): Assert insn is not null.Ben Elliston2006-01-121-2/+5
* optabs.c (expand_abs_nojump): Use SCALAR_FLOAT_MODE_P instead of explicitly t...Ben Elliston2005-11-221-4/+4
* re PR rtl-optimization/23585 (mem_fun* code fine with -O1, bus error with -O2)Eric Botcazou2005-11-031-1/+3
* re PR rtl-optimization/23585 (mem_fun* code fine with -O1, bus error with -O2)Eric Botcazou2005-10-201-20/+114
* rtlanal.c (reg_used_between_p): Don't check for CLOBBERs in CALL_INSN_FUNCTIO...J"orn Rennecke2005-09-261-3/+1
* re PR middle-end/23676 (ICE: "missing REG_EH_REGION note in the end of bb")Richard Henderson2005-09-011-0/+1
* rtlanal.c (nonzero_bits1): Use the mode of the value for determining integral...Richard Henderson2005-06-281-3/+5