aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtlanal.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-16rtlanal.c (alloc_reg_note): New function, broken out of add_reg_note.Ian Lance Taylor1-7/+15
2009-03-27jump.c (rtx_renumbered_equal_p): Use subreg_get_info.H.J. Lu1-16/+1
2009-03-14re PR bootstrap/39454 (Bootstrap failure on sparcv9-linux with profiledbootst...Jakub Jelinek1-3/+6
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-2/+2
2009-02-05re PR rtl-optimization/39110 (Revision 143939 breaks bootstrap on Linux/ia64)Paolo Bonzini1-1/+2
2009-02-04re PR rtl-optimization/37889 (SEGV, conditional execution proactively execute...Paolo Bonzini1-63/+91
2008-11-10re PR middle-end/37807 (Exponential compile time with MMX builtins.)Ralph Loader1-3/+5
2008-08-31fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka1-12/+18
2008-08-28rtl.h (simplify_subreg_regno): Declare.Richard Sandiford1-0/+58
2008-08-26rtlanal.c: Fix uses of "it's" with "its" where appropriate.Ben Elliston1-1/+1
2008-08-20rtlanal.c (subreg_offset_representable_p): Revert last change.Richard Sandiford1-2/+1
2008-08-18rtlanal.c (subreg_offset_representable_p): Check HARD_REGNO_MODE_OK.Richard Sandiford1-1/+2
2008-07-16recog.c (validate_change_1, [...]): Avoid C++ keywords.Kaveh R. Ghazi1-14/+14
2008-07-02rtlanal.c (add_reg_note): New function.Ian Lance Taylor1-0/+28
2008-06-26ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi1-1/+1
2008-06-17Remove libcall notes.Steven Bosscher1-5/+0
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+2
2008-05-07[multiple changes]Kenneth Zadeck1-23/+0
2008-04-08RevertPeter Bergner1-2/+0
2008-04-07PR middle-end/PR28690Peter Bergner1-1/+3
2008-03-01* rtlanal.c (loc_mentioned_in_p): Test XVECEXPs correctly.Alexandre Oliva1-4/+3
2007-11-24rtlanal.c (label_is_jump_target_p): Return true for a matching REG_LABEL_TARGET.Hans-Peter Nilsson1-0/+3
2007-10-16target.h (unspec_may_trap_p): New target hook.Paolo Bonzini1-2/+5
2007-10-02ra-conflict.c: New file.Kenneth Zadeck1-1/+11
2007-09-19alias.c (memory_modified_1): Deconstify.Kaveh R. Ghazi1-37/+29
2007-09-09Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET.Hans-Peter Nilsson1-2/+4
2007-09-03system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi1-1/+1
2007-09-01c-common.c (const_strip_array_types): Delete.Kaveh R. Ghazi1-1/+4
2007-08-27alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi1-35/+43
2007-08-23rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes in DEF_RT...Chao-ying Fu1-0/+16
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi1-3/+3
2007-07-30alias.c (record_set, [...]): Constify.Kaveh R. Ghazi1-13/+13
2007-07-30alias.c (mems_in_disjoint_alias_sets_p, [...]): Constify.Kaveh R. Ghazi1-4/+4
2007-07-29attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi1-14/+14
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25cfglayout.c (insn_scope, insn_line): Constify.Kaveh R. Ghazi1-72/+66
2007-07-23PR middle-end/PR28690Peter Bergner1-10/+12
2007-07-06rtlanal.c (num_sign_bit_copies1): Improve cases of ANDing or IORing with a co...Adam Nemet1-0/+19
2007-06-15* rtlanal.c (note_stores): Improve documentation.Mark Mitchell1-4/+7
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-19/+21
2007-05-24postreload-gcse.c (reg_changed_after_insn_p): New function.Richard Sandiford1-2/+2
2007-05-22regs.h (end_hard_regno): New function.Richard Sandiford1-23/+10
2007-03-21rtl.h (constant_pool_reference_p): Delete.Richard Sandiford1-0/+24
2007-03-01Makefile.in (rtlanal.o): Depend on tree.h.Richard Sandiford1-0/+56
2007-02-20rtl.h (remove_reg_equal_equiv_notes): New prototype.Steven Bosscher1-0/+18
2007-02-20rtlanal.c (find_reg_equal_equiv_note): Do not find REG_EQ* notes on an insn w...Steven Bosscher1-1/+8
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